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 Oct 24, 2022
1 parent 9f268da commit acad1db
Show file tree
Hide file tree
Showing 12 changed files with 227 additions and 235 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -62,8 +62,8 @@
"@typescript-eslint/parser": "^5.40.1",
"conventional-changelog-cli": "^2.2.2",
"esbuild": "^0.14.47",
"eslint": "^8.25.0",
"eslint-define-config": "^1.7.0",
"eslint": "^8.26.0",
"eslint-define-config": "^1.8.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"execa": "^6.1.0",
Expand All @@ -74,7 +74,7 @@
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.27.1",
"pnpm": "^7.13.5",
"pnpm": "^7.14.0",
"prettier": "2.7.1",
"prompts": "^2.4.2",
"resolve": "^1.22.1",
Expand All @@ -84,11 +84,11 @@
"semver": "^7.3.8",
"simple-git-hooks": "^2.8.1",
"tslib": "^2.4.0",
"tsx": "^3.10.4",
"tsx": "^3.11.0",
"typescript": "^4.6.4",
"unbuild": "^0.9.4",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.21",
"vitepress": "^1.0.0-alpha.22",
"vitest": "^0.24.3",
"vue": "^3.2.41"
},
Expand All @@ -110,7 +110,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.13.5",
"packageManager": "pnpm@7.14.0",
"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.1.2",
"typescript": "^4.6.4",
"vite": "^3.1.8",
"vue-tsc": "^1.0.8"
"vue-tsc": "^1.0.9"
}
}
6 changes: 3 additions & 3 deletions packages/plugin-legacy/package.json
Expand Up @@ -35,8 +35,8 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"dependencies": {
"@babel/standalone": "^7.19.5",
"core-js": "^3.25.5",
"@babel/standalone": "^7.19.6",
"core-js": "^3.26.0",
"magic-string": "^0.26.7",
"regenerator-runtime": "^0.13.10",
"systemjs": "^6.13.0"
Expand All @@ -46,7 +46,7 @@
"vite": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/core": "^7.19.6",
"picocolors": "^1.0.0",
"vite": "workspace:*"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-react/package.json
Expand Up @@ -38,11 +38,11 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme",
"dependencies": {
"@babel/core": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@babel/plugin-transform-react-jsx-development": "^7.18.6",
"@babel/plugin-transform-react-jsx-self": "^7.18.6",
"@babel/plugin-transform-react-jsx-source": "^7.18.6",
"@babel/plugin-transform-react-jsx-source": "^7.19.6",
"magic-string": "^0.26.7",
"react-refresh": "^0.14.0"
},
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.19.3",
"@babel/core": "^7.19.6",
"@babel/plugin-transform-typescript": "^7.19.3",
"@vue/babel-plugin-jsx": "^1.1.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/vite/package.json
Expand Up @@ -69,17 +69,17 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.2.0",
"@babel/parser": "^7.19.4",
"@babel/parser": "^7.19.6",
"@babel/types": "^7.19.4",
"@jridgewell/trace-mapping": "^0.3.17",
"@rollup/plugin-alias": "^4.0.0",
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-dynamic-import-vars": "^1.4.4",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "14.1.0",
"@rollup/plugin-typescript": "^8.5.0",
"@rollup/pluginutils": "^4.2.1",
"acorn": "^8.8.0",
"acorn": "^8.8.1",
"cac": "^6.7.14",
"chokidar": "^3.5.3",
"connect": "^3.7.0",
Expand All @@ -91,7 +91,7 @@
"dep-types": "link:./src/types",
"dotenv": "^14.3.2",
"dotenv-expand": "^5.1.0",
"es-module-lexer": "1.0.3",
"es-module-lexer": "1.1.0",
"estree-walker": "^3.0.1",
"etag": "^1.8.1",
"fast-glob": "^3.2.12",
Expand Down
2 changes: 1 addition & 1 deletion playground/backend-integration/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"sass": "^1.55.0",
"tailwindcss": "^3.2.0",
"tailwindcss": "^3.2.1",
"fast-glob": "^3.2.12"
}
}
2 changes: 1 addition & 1 deletion playground/preload/package.json
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"vue": "^3.2.41",
"vue-router": "^4.1.5"
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playground/ssr-vue/package.json
Expand Up @@ -18,7 +18,7 @@
"example-external-component": "file:example-external-component",
"pinia": "^2.0.23",
"vue": "^3.2.41",
"vue-router": "^4.1.5"
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playground/tailwind-sourcemap/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"dependencies": {
"tailwindcss": "^3.2.0"
"tailwindcss": "^3.2.1"
}
}
4 changes: 2 additions & 2 deletions playground/tailwind/package.json
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"autoprefixer": "^10.4.12",
"tailwindcss": "^3.2.0",
"tailwindcss": "^3.2.1",
"vue": "^3.2.41",
"vue-router": "^4.1.5"
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down

0 comments on commit acad1db

Please sign in to comment.