Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#9675)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 16, 2022
1 parent ffff68c commit 654e3f0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@babel/types": "^7.18.10",
"@microsoft/api-extractor": "^7.29.0",
"@microsoft/api-extractor": "^7.29.2",
"@rollup/plugin-typescript": "^8.3.4",
"@types/babel__core": "^7.1.19",
"@types/babel__standalone": "^7.1.4",
Expand All @@ -54,15 +54,15 @@
"@types/prompts": "^2.4.0",
"@types/resolve": "^1.20.2",
"@types/sass": "~1.43.1",
"@types/semver": "^7.3.10",
"@types/semver": "^7.3.12",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"esbuild": "^0.14.47",
"eslint": "^8.21.0",
"eslint": "^8.22.0",
"eslint-define-config": "^1.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
Expand All @@ -72,7 +72,7 @@
"minimist": "^1.2.6",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.24.2",
"playwright-chromium": "^1.25.0",
"pnpm": "^7.9.0",
"prettier": "2.7.1",
"prompts": "^2.4.2",
Expand All @@ -81,12 +81,12 @@
"semver": "^7.3.7",
"simple-git-hooks": "^2.8.0",
"tslib": "^2.4.0",
"tsx": "^3.8.1",
"tsx": "^3.8.2",
"typescript": "^4.6.4",
"unbuild": "^0.7.6",
"unbuild": "^0.8.8",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.4",
"vitest": "^0.21.0",
"vitepress": "^1.0.0-alpha.5",
"vitest": "^0.22.0",
"vue": "^3.2.37"
},
"simple-git-hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@jridgewell/gen-mapping": "^0.3.2",
"@jridgewell/trace-mapping": "^0.3.14",
"@jridgewell/trace-mapping": "^0.3.15",
"debug": "^4.3.4",
"rollup": ">=2.75.6 <2.77.0 || ~2.77.0",
"slash": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-sourcemap/package.json
Expand Up @@ -12,7 +12,7 @@
"@vitejs/plugin-vue": "workspace:*",
"less": "^4.1.3",
"postcss-nested": "^5.0.6",
"sass": "^1.54.3"
"sass": "^1.54.4"
},
"dependencies": {
"vue": "^3.2.37"
Expand Down
4 changes: 2 additions & 2 deletions playground/vue/package.json
Expand Up @@ -17,7 +17,7 @@
"js-yaml": "^4.1.0",
"less": "^4.1.3",
"pug": "^3.0.2",
"sass": "^1.54.3",
"stylus": "^0.58.1"
"sass": "^1.54.4",
"stylus": "^0.59.0"
}
}

0 comments on commit 654e3f0

Please sign in to comment.