Skip to content

Commit 2c796be

Browse files
committed
chore: update deps
1 parent 7a30707 commit 2c796be

File tree

6 files changed

+252
-539
lines changed

6 files changed

+252
-539
lines changed

examples/solid-js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
},
1212
"dependencies": {
1313
"solid-app-router": "^0.3.3",
14-
"solid-js": "^1.4.2"
14+
"solid-js": "^1.4.4"
1515
},
1616
"devDependencies": {
17-
"typescript": "^4.6.4",
18-
"vite": "^2.9.9",
17+
"typescript": "^4.7.3",
18+
"vite": "^2.9.12",
1919
"vite-plugin-solid": "^2.2.6"
2020
}
2121
}

examples/vite-react/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@
77
"serve": "vite preview"
88
},
99
"dependencies": {
10-
"ahooks": "^3.4.0",
11-
"i18next": "^21.8.4",
12-
"react": "^18.1.0",
13-
"react-dom": "^18.1.0",
14-
"react-i18next": "^11.16.9",
10+
"ahooks": "^3.4.1",
11+
"i18next": "^21.8.9",
12+
"react": "^18.2.0",
13+
"react-dom": "^18.2.0",
14+
"react-i18next": "^11.17.2",
1515
"react-router": "^6.3.0",
1616
"react-router-dom": "^6.3.0"
1717
},
1818
"devDependencies": {
1919
"@iconify-json/logos": "*",
2020
"@svgr/core": "^6.2.1",
21-
"@types/react": "^18.0.9",
21+
"@types/react": "^18.0.12",
2222
"@types/react-dom": "^18.0.5",
2323
"@vitejs/plugin-react-refresh": "^1.3.6",
24-
"typescript": "^4.6.4",
24+
"typescript": "^4.7.3",
2525
"unplugin-auto-import": "workspace:*",
2626
"unplugin-icons": "^0.14.3",
27-
"vite": "^2.9.9"
27+
"vite": "^2.9.12"
2828
}
2929
}

examples/vite-svelte/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"check": "svelte-check --tsconfig ./tsconfig.json"
99
},
1010
"devDependencies": {
11-
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.44",
11+
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.49",
1212
"@tsconfig/svelte": "^3.0.0",
1313
"svelte": "^3.48.0",
14-
"svelte-check": "^2.7.1",
15-
"svelte-preprocess": "^4.10.6",
14+
"svelte-check": "^2.7.2",
15+
"svelte-preprocess": "^4.10.7",
1616
"tslib": "^2.4.0",
17-
"typescript": "^4.6.4",
17+
"typescript": "^4.7.3",
1818
"unplugin-auto-import": "workspace:*",
19-
"vite": "^2.9.9",
19+
"vite": "^2.9.12",
2020
"vite-plugin-inspect": "^0.5.0"
2121
}
2222
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,24 +96,24 @@
9696
"@rollup/pluginutils": "^4.2.1",
9797
"local-pkg": "^0.4.1",
9898
"magic-string": "^0.26.2",
99-
"unimport": "^0.2.7",
99+
"unimport": "^0.2.9",
100100
"unplugin": "^0.7.0"
101101
},
102102
"devDependencies": {
103103
"@antfu/eslint-config": "^0.25.1",
104104
"@antfu/ni": "^0.16.2",
105-
"@types/node": "^17.0.42",
105+
"@types/node": "^17.0.43",
106106
"@types/resolve": "^1.20.2",
107107
"@vueuse/metadata": "^8.6.0",
108-
"bumpp": "^7.1.1",
108+
"bumpp": "^7.2.0",
109109
"eslint": "^8.17.0",
110110
"esno": "^0.16.3",
111111
"fast-glob": "^3.2.11",
112112
"rollup": "^2.75.6",
113113
"tsup": "^6.1.2",
114114
"typescript": "^4.7.3",
115115
"vite": "^2.9.12",
116-
"vitest": "^0.14.2",
116+
"vitest": "^0.15.0",
117117
"webpack": "^5.73.0"
118118
}
119119
}

playground/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"build": "vite build"
66
},
77
"dependencies": {
8-
"@vueuse/core": "^8.5.0",
9-
"vue": "3.2.36"
8+
"@vueuse/core": "^8.6.0",
9+
"vue": "3.2.37"
1010
},
1111
"devDependencies": {
1212
"@vitejs/plugin-vue": "^2.3.3",
13-
"@vue/compiler-sfc": "^3.2.36",
14-
"element-plus": "^2.2.2",
15-
"unplugin-vue-components": "^0.19.5",
16-
"vite": "^2.9.9",
13+
"@vue/compiler-sfc": "^3.2.37",
14+
"element-plus": "^2.2.5",
15+
"unplugin-vue-components": "^0.19.6",
16+
"vite": "^2.9.12",
1717
"vite-plugin-inspect": "^0.5.0"
1818
}
1919
}

0 commit comments

Comments
 (0)