Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#9575)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 9, 2022
1 parent f1f4bb9 commit 53c675a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"ci-docs": "run-s build docs-build"
},
"devDependencies": {
"@babel/types": "^7.18.9",
"@microsoft/api-extractor": "^7.28.7",
"@babel/types": "^7.18.10",
"@microsoft/api-extractor": "^7.29.0",
"@rollup/plugin-typescript": "^8.3.4",
"@types/babel__core": "^7.1.19",
"@types/babel__standalone": "^7.1.4",
Expand All @@ -57,8 +57,8 @@
"@types/semver": "^7.3.10",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"esbuild": "^0.14.47",
Expand All @@ -73,20 +73,20 @@
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.24.2",
"pnpm": "^7.8.0",
"pnpm": "^7.9.0",
"prettier": "2.7.1",
"prompts": "^2.4.2",
"rimraf": "^3.0.2",
"rollup": "^2.75.6",
"semver": "^7.3.7",
"simple-git-hooks": "^2.8.0",
"tslib": "^2.4.0",
"tsx": "^3.8.0",
"tsx": "^3.8.1",
"typescript": "^4.6.4",
"unbuild": "^0.7.6",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.4",
"vitest": "^0.20.2",
"vitest": "^0.21.0",
"vue": "^3.2.37"
},
"simple-git-hooks": {
Expand All @@ -107,7 +107,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.8.0",
"packageManager": "pnpm@7.9.0",
"pnpm": {
"overrides": {
"vite": "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 @@ -35,9 +35,9 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.18.9",
"@babel/core": "^7.18.10",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.18.8",
"@babel/plugin-transform-typescript": "^7.18.12",
"@vue/babel-plugin-jsx": "^1.1.1"
},
"devDependencies": {
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.1.3",
"postcss-nested": "^5.0.6",
"sass": "^1.54.0"
"sass": "^1.54.3"
},
"dependencies": {
"vue": "^3.2.37"
Expand Down
2 changes: 1 addition & 1 deletion 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.1.3",
"pug": "^3.0.2",
"sass": "^1.54.0",
"sass": "^1.54.3",
"stylus": "^0.58.1"
}
}

0 comments on commit 53c675a

Please sign in to comment.