Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e369497

Browse files
committed
chore: bump deps
1 parent 7c9ee77 commit e369497

File tree

3 files changed

+893
-9
lines changed

3 files changed

+893
-9
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ dist
107107

108108
package-lock.json
109109
pnpm-lock.yaml
110-
yarn.lock
110+
# yarn.lock
111111

112112
/types

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@
2626
"prepublishOnly": "npm run build && npm run test"
2727
},
2828
"dependencies": {
29-
"acorn": "^8.8.2",
30-
"fast-glob": "^3.2.12",
31-
"magic-string": "^0.30.1",
29+
"acorn": "^8.12.1",
30+
"magic-string": "^0.30.11",
3231
"vite-plugin-dynamic-import": "^1.6.0"
3332
},
3433
"devDependencies": {
35-
"@types/node": "^18.16.2",
36-
"node-fetch": "^3.3.1",
37-
"typescript": "^4.9.4",
38-
"vite": "^4.3.3",
34+
"@types/node": "^22.5.2",
35+
"fast-glob": "^3.3.2",
36+
"node-fetch": "^3.3.2",
37+
"typescript": "^5.6.2",
38+
"vite": "^4.4.5",
3939
"vite-plugin-utils": "^0.4.3",
40-
"vitest": "^0.30.1"
40+
"vitest": "^2.1.1"
4141
},
4242
"keywords": [
4343
"vite",

0 commit comments

Comments
 (0)