Skip to content

Commit 5b2f9c8

Browse files
authoredSep 28, 2023
fix(deps): update all non-major dependencies (#242)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a2e8133 commit 5b2f9c8

File tree

7 files changed

+898
-938
lines changed

7 files changed

+898
-938
lines changed
 

‎package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@
3636
"ci-publish": "tsx scripts/publishCI.ts"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.22.10",
40-
"@types/babel__core": "^7.20.1",
41-
"@types/convert-source-map": "^2.0.0",
42-
"@types/debug": "^4.1.8",
43-
"@types/fs-extra": "^11.0.1",
44-
"@types/node": "^18.17.6",
45-
"@types/resolve": "^1.20.2",
46-
"@typescript-eslint/eslint-plugin": "^6.4.0",
47-
"@typescript-eslint/parser": "^6.4.0",
48-
"@vitejs/release-scripts": "^1.2.1",
49-
"conventional-changelog-cli": "^4.0.0",
50-
"eslint": "^8.47.0",
39+
"@babel/types": "^7.23.0",
40+
"@types/babel__core": "^7.20.2",
41+
"@types/convert-source-map": "^2.0.1",
42+
"@types/debug": "^4.1.9",
43+
"@types/fs-extra": "^11.0.2",
44+
"@types/node": "^18.18.0",
45+
"@types/resolve": "^1.20.3",
46+
"@typescript-eslint/eslint-plugin": "^6.7.3",
47+
"@typescript-eslint/parser": "^6.7.3",
48+
"@vitejs/release-scripts": "^1.3.1",
49+
"conventional-changelog-cli": "^4.1.0",
50+
"eslint": "^8.50.0",
5151
"eslint-define-config": "^1.23.0",
5252
"eslint-plugin-import": "^2.28.1",
5353
"eslint-plugin-node": "^11.1.0",
@@ -58,17 +58,17 @@
5858
"lint-staged": "^14.0.1",
5959
"npm-run-all": "^4.1.5",
6060
"picocolors": "^1.0.0",
61-
"playwright-chromium": "^1.37.1",
62-
"prettier": "3.0.2",
63-
"resolve": "^1.22.4",
61+
"playwright-chromium": "^1.38.1",
62+
"prettier": "3.0.3",
63+
"resolve": "^1.22.6",
6464
"rollup": "^3.28.0",
6565
"rollup-plugin-license": "^2.9.1",
6666
"simple-git-hooks": "^2.9.0",
67-
"tsx": "^3.12.7",
67+
"tsx": "^3.13.0",
6868
"typescript": "^4.9.5",
69-
"unbuild": "2.0.0-rc.0",
69+
"unbuild": "2.0.0",
7070
"vite": "^4.4.9",
71-
"vitest": "^0.34.2",
71+
"vitest": "^0.34.5",
7272
"vue": "^3.3.4"
7373
},
7474
"simple-git-hooks": {
@@ -88,7 +88,7 @@
8888
"eslint --cache --fix"
8989
]
9090
},
91-
"packageManager": "pnpm@8.7.1",
91+
"packageManager": "pnpm@8.8.0",
9292
"pnpm": {
9393
"overrides": {
9494
"@vitejs/plugin-vue": "workspace:*"

‎packages/plugin-vue-jsx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
},
3535
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx#readme",
3636
"dependencies": {
37-
"@babel/core": "^7.22.10",
38-
"@babel/plugin-transform-typescript": "^7.22.10",
37+
"@babel/core": "^7.23.0",
38+
"@babel/plugin-transform-typescript": "^7.22.15",
3939
"@vue/babel-plugin-jsx": "^1.1.5"
4040
},
4141
"devDependencies": {

‎playground/ssr-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@vitejs/test-example-external-component": "file:example-external-component",
1919
"pinia": "^2.1.6",
2020
"vue": "^3.3.4",
21-
"vue-router": "^4.2.4"
21+
"vue-router": "^4.2.5"
2222
},
2323
"devDependencies": {
2424
"@vitejs/plugin-vue": "workspace:*",

‎playground/tailwind/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"autoprefixer": "^10.4.15",
12+
"autoprefixer": "^10.4.16",
1313
"tailwindcss": "^3.3.3",
1414
"vue": "^3.3.4",
15-
"vue-router": "^4.2.4"
15+
"vue-router": "^4.2.5"
1616
},
1717
"devDependencies": {
1818
"@vitejs/plugin-vue": "workspace:*",

‎playground/vue-sourcemap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@vitejs/plugin-vue": "workspace:*",
1313
"less": "^4.2.0",
1414
"postcss-nested": "^6.0.1",
15-
"sass": "^1.66.1"
15+
"sass": "^1.68.0"
1616
},
1717
"dependencies": {
1818
"vue": "^3.3.4"

‎playground/vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"js-yaml": "^4.1.0",
1818
"less": "^4.2.0",
1919
"pug": "^3.0.2",
20-
"sass": "^1.66.1",
21-
"stylus": "^0.59.0"
20+
"sass": "^1.68.0",
21+
"stylus": "^0.60.0"
2222
}
2323
}

0 commit comments

Comments
 (0)