Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#10160)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 23, 2022
1 parent f5a3481 commit e671a56
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@babel/types": "^7.19.0",
"@microsoft/api-extractor": "^7.30.0",
"@microsoft/api-extractor": "^7.31.2",
"@rollup/plugin-typescript": "^8.5.0",
"@types/babel__core": "^7.1.19",
"@types/babel__standalone": "^7.1.4",
Expand All @@ -58,8 +58,8 @@
"@types/semver": "^7.3.12",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"conventional-changelog-cli": "^2.2.2",
"esbuild": "^0.14.47",
"eslint": "^8.23.1",
Expand All @@ -73,8 +73,8 @@
"minimist": "^1.2.6",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.25.2",
"pnpm": "^7.11.0",
"playwright-chromium": "^1.26.0",
"pnpm": "^7.12.2",
"prettier": "2.7.1",
"prompts": "^2.4.2",
"resolve": "^1.22.1",
Expand All @@ -86,10 +86,10 @@
"tslib": "^2.4.0",
"tsx": "^3.9.0",
"typescript": "^4.6.4",
"unbuild": "^0.8.10",
"unbuild": "^0.8.11",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.13",
"vitest": "^0.23.2",
"vitepress": "^1.0.0-alpha.15",
"vitest": "^0.23.4",
"vue": "^3.2.39"
},
"simple-git-hooks": {
Expand All @@ -110,7 +110,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.11.0",
"packageManager": "pnpm@7.12.2",
"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.19.0",
"@babel/core": "^7.19.1",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.19.0",
"@babel/plugin-transform-typescript": "^7.19.1",
"@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.9"
"sass": "^1.55.0"
},
"dependencies": {
"vue": "^3.2.39"
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.9",
"sass": "^1.55.0",
"stylus": "^0.59.0"
}
}

0 comments on commit e671a56

Please sign in to comment.