Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-zeng committed Mar 8, 2024
1 parent 163120c commit b2b61a8
Show file tree
Hide file tree
Showing 7 changed files with 435 additions and 366 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
name: Build Dinkie Icons
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: pnpm/action-setup@v2
node-version: 20
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "pnpm -r --filter=./packages/** run build"
},
"devDependencies": {
"typescript": "^5.3.3",
"vite": "^5.0.10"
"typescript": "^5.4.2",
"vite": "^5.1.5"
}
}
8 changes: 4 additions & 4 deletions packages/react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
},
"devDependencies": {
"@dinkie-icons/react": "workspace:^",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.3",
"vite": "^5.0.10"
"typescript": "^5.4.2",
"vite": "^5.1.5"
}
}
10 changes: 5 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"build": "vite build"
},
"dependencies": {
"@types/react": "^18.2.46",
"@types/react": "^18.2.64",
"react": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/node": "^20.11.25",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.7.0"
"typescript": "^5.4.2",
"vite": "^5.1.5",
"vite-plugin-dts": "^3.7.3"
}
}
12 changes: 6 additions & 6 deletions packages/vue-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
},
"devDependencies": {
"@dinkie-icons/vue": "workspace:^",
"@types/node": "^20.10.6",
"@vitejs/plugin-vue": "^5.0.2",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vue": "^3.4.3",
"vue-tsc": "^1.8.27"
"@types/node": "^20.11.25",
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.4.2",
"vite": "^5.1.5",
"vue": "^3.4.21",
"vue-tsc": "^2.0.6"
}
}
10 changes: 5 additions & 5 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"build": "vite build"
},
"dependencies": {
"vue": "^3.4.3"
"vue": "^3.4.21"
},
"devDependencies": {
"@types/node": "^20.10.6",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.7.0"
"@types/node": "^20.11.25",
"typescript": "^5.4.2",
"vite": "^5.1.5",
"vite-plugin-dts": "^3.7.3"
}
}
Loading

0 comments on commit b2b61a8

Please sign in to comment.