Skip to content

Commit 433a398

Browse files
committed
chore: update deps
1 parent efe0a87 commit 433a398

File tree

6 files changed

+963
-972
lines changed

6 files changed

+963
-972
lines changed

examples/vite-vue2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"@vitejs/plugin-vue2": "^2.2.0",
1212
"cross-env": "^7.0.3",
1313
"unplugin-vue-components": "workspace:*",
14-
"vite": "^4.1.4"
14+
"vite": "^4.3.9"
1515
}
1616
}

examples/vite-vue3/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
"build": "cross-env DEBUG=unplugin-vue-components:* vite build"
88
},
99
"dependencies": {
10-
"vant": "^4.1.0"
10+
"vant": "^4.4.1"
1111
},
1212
"devDependencies": {
13-
"@iconify/json": "^2.2.31",
14-
"@vitejs/plugin-vue": "^4.0.0",
15-
"@vue/compiler-sfc": "^3.2.47",
13+
"@iconify/json": "^2.2.74",
14+
"@vitejs/plugin-vue": "^4.2.3",
15+
"@vue/compiler-sfc": "^3.3.4",
1616
"cross-env": "^7.0.3",
1717
"has-pkg": "^0.0.1",
18-
"typescript": "^4.9.5",
19-
"unplugin-icons": "^0.15.3",
18+
"typescript": "^5.1.3",
19+
"unplugin-icons": "^0.16.2",
2020
"unplugin-vue-components": "workspace:*",
21-
"vite": "^4.1.4",
22-
"vite-plugin-inspect": "^0.7.15",
23-
"vite-plugin-vue-markdown": "^0.22.4",
24-
"vue-router": "^4.1.6"
21+
"vite": "^4.3.9",
22+
"vite-plugin-inspect": "^0.7.28",
23+
"vite-plugin-vue-markdown": "^0.23.5",
24+
"vue-router": "^4.2.2"
2525
}
2626
}

examples/vue-cli-vue3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"core-js": "^3.29.0",
11+
"core-js": "^3.30.2",
1212
"vue": "^3.2.45"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "^7.21.0",
15+
"@babel/core": "^7.22.1",
1616
"@vue/cli-plugin-babel": "~5.0.8",
1717
"@vue/cli-service": "~5.0.8",
1818
"unplugin-vue-components": "workspace:*"

examples/vue-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
},
99
"dependencies": {
1010
"@vue/composition-api": "^1.7.1",
11-
"core-js": "^3.29.0",
11+
"core-js": "^3.30.2",
1212
"vue": "^3.2.45"
1313
},
1414
"devDependencies": {
1515
"@vue/cli-plugin-babel": "^5.0.8",
1616
"@vue/cli-plugin-typescript": "^5.0.8",
1717
"@vue/cli-service": "^5.0.8",
18-
"typescript": "^4.9.5",
19-
"unplugin-icons": "^0.15.3",
18+
"typescript": "^5.1.3",
19+
"unplugin-icons": "^0.16.2",
2020
"unplugin-vue-components": "workspace:*",
21-
"unplugin-vue2-script-setup": "^0.11.3"
21+
"unplugin-vue2-script-setup": "^0.11.4"
2222
}
2323
}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
}
102102
},
103103
"dependencies": {
104-
"@antfu/utils": "^0.7.3",
104+
"@antfu/utils": "^0.7.4",
105105
"@rollup/pluginutils": "^5.0.2",
106106
"chokidar": "^3.5.3",
107107
"debug": "^4.3.4",
@@ -113,7 +113,7 @@
113113
"unplugin": "^1.3.1"
114114
},
115115
"devDependencies": {
116-
"@antfu/eslint-config": "^0.39.3",
116+
"@antfu/eslint-config": "^0.39.5",
117117
"@babel/parser": "^7.22.4",
118118
"@babel/types": "^7.22.4",
119119
"@nuxt/kit": "^3.5.2",
@@ -122,18 +122,18 @@
122122
"@types/node": "^18.16.16",
123123
"@types/resolve": "^1.20.2",
124124
"@typescript-eslint/eslint-plugin": "^5.59.8",
125-
"bumpp": "^9.1.0",
125+
"bumpp": "^9.1.1",
126126
"compare-versions": "^5.0.3",
127-
"element-plus": "^2.3.5",
128-
"eslint": "^8.41.0",
127+
"element-plus": "^2.3.6",
128+
"eslint": "^8.42.0",
129129
"esno": "^0.16.3",
130130
"estree-walker": "^3.0.3",
131-
"pathe": "^1.1.0",
132-
"rollup": "^3.23.0",
131+
"pathe": "^1.1.1",
132+
"rollup": "^3.23.1",
133133
"tsup": "^6.7.0",
134-
"typescript": "^5.0.4",
134+
"typescript": "^5.1.3",
135135
"vite": "^4.3.9",
136-
"vitest": "^0.31.1",
136+
"vitest": "^0.31.4",
137137
"vue": "3.2.45"
138138
}
139139
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy