Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#14559)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 9, 2023
1 parent 7e62710 commit 6868480
Show file tree
Hide file tree
Showing 13 changed files with 235 additions and 159 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@babel/types": "^7.23.0",
"@microsoft/api-extractor": "^7.38.0",
"@rollup/plugin-typescript": "^11.1.4",
"@rollup/plugin-typescript": "^11.1.5",
"@types/babel__core": "^7.20.2",
"@types/babel__preset-env": "^7.9.3",
"@types/convert-source-map": "^2.0.1",
Expand All @@ -55,7 +55,7 @@
"@types/json-stable-stringify": "^1.0.34",
"@types/less": "^3.0.4",
"@types/micromatch": "^4.0.3",
"@types/node": "^18.18.3",
"@types/node": "^18.18.4",
"@types/picomatch": "^2.3.1",
"@types/sass": "~1.43.1",
"@types/stylus": "^0.48.40",
Expand All @@ -64,8 +64,8 @@
"@typescript-eslint/parser": "^6.7.4",
"@vitejs/release-scripts": "^1.3.1",
"conventional-changelog-cli": "^3.0.0",
"eslint": "^8.50.0",
"eslint-define-config": "^1.23.0",
"eslint": "^8.51.0",
"eslint-define-config": "^1.24.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-regexp": "^1.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-qwik-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"vite": "^5.0.0-beta.4"
},
"dependencies": {
"@builder.io/qwik": "^1.2.12"
"@builder.io/qwik": "^1.2.13"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"vite": "^5.0.0-beta.4"
},
"dependencies": {
"@builder.io/qwik": "^1.2.12"
"@builder.io/qwik": "^1.2.13"
}
}
6 changes: 3 additions & 3 deletions packages/create-vite/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.11",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vitejs/plugin-react": "^4.1.0",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.2.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/create-vite/template-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.11",
"@vitejs/plugin-react": "^4.1.0",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@vitejs/plugin-vue": "^4.4.0",
"typescript": "^5.2.2",
"vite": "^5.0.0-beta.4",
"vue-tsc": "^1.8.15"
"vue-tsc": "^1.8.18"
}
}
16 changes: 8 additions & 8 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@
"@babel/parser": "^7.23.0",
"@babel/types": "^7.23.0",
"@jridgewell/trace-mapping": "^0.3.19",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-dynamic-import-vars": "^2.0.5",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "15.2.1",
"@rollup/plugin-typescript": "^11.1.4",
"@rollup/pluginutils": "^5.0.4",
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-commonjs": "^25.0.5",
"@rollup/plugin-dynamic-import-vars": "^2.0.6",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@rollup/pluginutils": "^5.0.5",
"@types/escape-html": "^1.0.2",
"@types/pnpapi": "^0.0.3",
"acorn": "^8.10.0",
Expand All @@ -118,7 +118,7 @@
"fast-glob": "^3.3.1",
"http-proxy": "^1.18.1",
"json-stable-stringify": "^1.0.2",
"launch-editor-middleware": "^2.6.0",
"launch-editor-middleware": "^2.6.1",
"lightningcss": "^1.22.0",
"magic-string": "^0.30.4",
"micromatch": "^4.0.5",
Expand Down
2 changes: 1 addition & 1 deletion playground/backend-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.68.0",
"sass": "^1.69.0",
"tailwindcss": "^3.3.3",
"fast-glob": "^3.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/css-sourcemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"less": "^4.2.0",
"magic-string": "^0.30.4",
"sass": "^1.68.0",
"sass": "^1.69.0",
"stylus": "^0.60.0",
"sugarss": "^4.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"fast-glob": "^3.3.1",
"less": "^4.2.0",
"postcss-nested": "^6.0.1",
"sass": "^1.68.0",
"sass": "^1.69.0",
"stylus": "^0.60.0",
"sugarss": "^4.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/multiple-entrypoints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.68.0"
"sass": "^1.69.0"
}
}
2 changes: 1 addition & 1 deletion playground/ssr-webworker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@vitejs/test-worker-exports": "file:./worker-exports"
},
"devDependencies": {
"miniflare": "^3.20231002.0",
"miniflare": "^3.20231002.1",
"@vitejs/test-resolve-linked": "workspace:*"
}
}
Loading

0 comments on commit 6868480

Please sign in to comment.