Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#242)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 28, 2023
1 parent a2e8133 commit 5b2f9c8
Show file tree
Hide file tree
Showing 7 changed files with 898 additions and 938 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@
"ci-publish": "tsx scripts/publishCI.ts"
},
"devDependencies": {
"@babel/types": "^7.22.10",
"@types/babel__core": "^7.20.1",
"@types/convert-source-map": "^2.0.0",
"@types/debug": "^4.1.8",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.17.6",
"@types/resolve": "^1.20.2",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@vitejs/release-scripts": "^1.2.1",
"conventional-changelog-cli": "^4.0.0",
"eslint": "^8.47.0",
"@babel/types": "^7.23.0",
"@types/babel__core": "^7.20.2",
"@types/convert-source-map": "^2.0.1",
"@types/debug": "^4.1.9",
"@types/fs-extra": "^11.0.2",
"@types/node": "^18.18.0",
"@types/resolve": "^1.20.3",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vitejs/release-scripts": "^1.3.1",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.50.0",
"eslint-define-config": "^1.23.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
Expand All @@ -58,17 +58,17 @@
"lint-staged": "^14.0.1",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.37.1",
"prettier": "3.0.2",
"resolve": "^1.22.4",
"playwright-chromium": "^1.38.1",
"prettier": "3.0.3",
"resolve": "^1.22.6",
"rollup": "^3.28.0",
"rollup-plugin-license": "^2.9.1",
"simple-git-hooks": "^2.9.0",
"tsx": "^3.12.7",
"tsx": "^3.13.0",
"typescript": "^4.9.5",
"unbuild": "2.0.0-rc.0",
"unbuild": "2.0.0",
"vite": "^4.4.9",
"vitest": "^0.34.2",
"vitest": "^0.34.5",
"vue": "^3.3.4"
},
"simple-git-hooks": {
Expand All @@ -88,7 +88,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@8.7.1",
"packageManager": "pnpm@8.8.0",
"pnpm": {
"overrides": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vue-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
},
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.22.10",
"@babel/plugin-transform-typescript": "^7.22.10",
"@babel/core": "^7.23.0",
"@babel/plugin-transform-typescript": "^7.22.15",
"@vue/babel-plugin-jsx": "^1.1.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/ssr-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@vitejs/test-example-external-component": "file:example-external-component",
"pinia": "^2.1.6",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions playground/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"autoprefixer": "^10.4.15",
"autoprefixer": "^10.4.16",
"tailwindcss": "^3.3.3",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-sourcemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@vitejs/plugin-vue": "workspace:*",
"less": "^4.2.0",
"postcss-nested": "^6.0.1",
"sass": "^1.66.1"
"sass": "^1.68.0"
},
"dependencies": {
"vue": "^3.3.4"
Expand Down
4 changes: 2 additions & 2 deletions playground/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"js-yaml": "^4.1.0",
"less": "^4.2.0",
"pug": "^3.0.2",
"sass": "^1.66.1",
"stylus": "^0.59.0"
"sass": "^1.68.0",
"stylus": "^0.60.0"
}
}

0 comments on commit 5b2f9c8

Please sign in to comment.