Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 29, 2022
1 parent 45d6797 commit a213429
Show file tree
Hide file tree
Showing 11 changed files with 319 additions and 254 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -36,9 +36,9 @@
"ci-docs": "run-s build docs-build"
},
"devDependencies": {
"@babel/types": "^7.18.10",
"@microsoft/api-extractor": "^7.29.3",
"@rollup/plugin-typescript": "^8.3.4",
"@babel/types": "^7.18.13",
"@microsoft/api-extractor": "^7.29.5",
"@rollup/plugin-typescript": "^8.4.0",
"@types/babel__core": "^7.1.19",
"@types/babel__standalone": "^7.1.4",
"@types/convert-source-map": "^1.5.2",
Expand All @@ -57,12 +57,12 @@
"@types/semver": "^7.3.12",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"esbuild": "^0.14.47",
"eslint": "^8.22.0",
"eslint": "^8.23.0",
"eslint-define-config": "^1.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
Expand All @@ -72,8 +72,8 @@
"minimist": "^1.2.6",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.25.0",
"pnpm": "^7.9.3",
"playwright-chromium": "^1.25.1",
"pnpm": "^7.9.5",
"prettier": "2.7.1",
"prompts": "^2.4.2",
"rimraf": "^3.0.2",
Expand All @@ -85,7 +85,7 @@
"typescript": "^4.6.4",
"unbuild": "^0.8.9",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.10",
"vitepress": "^1.0.0-alpha.12",
"vitest": "^0.22.1",
"vue": "^3.2.37"
},
Expand All @@ -107,7 +107,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.9.3",
"packageManager": "pnpm@7.9.5",
"pnpm": {
"overrides": {
"vite": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue-ts/package.json
Expand Up @@ -15,6 +15,6 @@
"@vitejs/plugin-vue": "^3.0.3",
"typescript": "^4.6.4",
"vite": "^3.0.9",
"vue-tsc": "^0.40.1"
"vue-tsc": "^0.40.4"
}
}
8 changes: 4 additions & 4 deletions packages/plugin-legacy/package.json
Expand Up @@ -35,18 +35,18 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"dependencies": {
"@babel/standalone": "^7.18.12",
"core-js": "^3.24.1",
"@babel/standalone": "^7.18.13",
"core-js": "^3.25.0",
"magic-string": "^0.26.2",
"regenerator-runtime": "^0.13.9",
"systemjs": "^6.12.3"
"systemjs": "^6.12.4"
},
"peerDependencies": {
"terser": "^5.4.0",
"vite": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/core": "^7.18.13",
"vite": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme",
"dependencies": {
"@babel/core": "^7.18.10",
"@babel/core": "^7.18.13",
"@babel/plugin-transform-react-jsx": "^7.18.10",
"@babel/plugin-transform-react-jsx-development": "^7.18.6",
"@babel/plugin-transform-react-jsx-self": "^7.18.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/package.json
Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.18.10",
"@babel/core": "^7.18.13",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.18.12",
"@vue/babel-plugin-jsx": "^1.1.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/vite/package.json
Expand Up @@ -68,15 +68,15 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.2.0",
"@babel/parser": "^7.18.11",
"@babel/types": "^7.18.10",
"@babel/parser": "^7.18.13",
"@babel/types": "^7.18.13",
"@jridgewell/trace-mapping": "^0.3.15",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-dynamic-import-vars": "^1.4.4",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-typescript": "^8.3.4",
"@rollup/plugin-typescript": "^8.4.0",
"@rollup/pluginutils": "^4.2.1",
"acorn": "^8.8.0",
"cac": "^6.7.12",
Expand Down
2 changes: 1 addition & 1 deletion playground/legacy/package.json
Expand Up @@ -13,6 +13,6 @@
"devDependencies": {
"@vitejs/plugin-legacy": "workspace:*",
"express": "^4.18.1",
"terser": "^5.14.2"
"terser": "^5.15.0"
}
}
4 changes: 2 additions & 2 deletions playground/preload/package.json
Expand Up @@ -10,11 +10,11 @@
},
"dependencies": {
"vue": "^3.2.37",
"vue-router": "^4.1.4"
"vue-router": "^4.1.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"terser": "^5.14.2",
"terser": "^5.15.0",
"dep-a": "file:./dep-a",
"dep-including-a": "file:./dep-including-a"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/ssr-vue/package.json
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"example-external-component": "file:example-external-component",
"vue": "^3.2.37",
"vue-router": "^4.1.4",
"vue-router": "^4.1.5",
"vuex": "^4.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/tailwind/package.json
Expand Up @@ -12,7 +12,7 @@
"autoprefixer": "^10.4.8",
"tailwindcss": "^3.1.8",
"vue": "^3.2.37",
"vue-router": "^4.1.4"
"vue-router": "^4.1.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down

0 comments on commit a213429

Please sign in to comment.