Skip to content

Commit 6868480

Browse files
fix(deps): update all non-major dependencies (#14559)
1 parent 7e62710 commit 6868480

File tree

13 files changed

+235
-159
lines changed

13 files changed

+235
-159
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@babel/types": "^7.23.0",
4545
"@microsoft/api-extractor": "^7.38.0",
46-
"@rollup/plugin-typescript": "^11.1.4",
46+
"@rollup/plugin-typescript": "^11.1.5",
4747
"@types/babel__core": "^7.20.2",
4848
"@types/babel__preset-env": "^7.9.3",
4949
"@types/convert-source-map": "^2.0.1",
@@ -55,7 +55,7 @@
5555
"@types/json-stable-stringify": "^1.0.34",
5656
"@types/less": "^3.0.4",
5757
"@types/micromatch": "^4.0.3",
58-
"@types/node": "^18.18.3",
58+
"@types/node": "^18.18.4",
5959
"@types/picomatch": "^2.3.1",
6060
"@types/sass": "~1.43.1",
6161
"@types/stylus": "^0.48.40",
@@ -64,8 +64,8 @@
6464
"@typescript-eslint/parser": "^6.7.4",
6565
"@vitejs/release-scripts": "^1.3.1",
6666
"conventional-changelog-cli": "^3.0.0",
67-
"eslint": "^8.50.0",
68-
"eslint-define-config": "^1.23.0",
67+
"eslint": "^8.51.0",
68+
"eslint-define-config": "^1.24.1",
6969
"eslint-plugin-import": "^2.28.1",
7070
"eslint-plugin-n": "^16.1.0",
7171
"eslint-plugin-regexp": "^1.15.0",

packages/create-vite/template-qwik-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"vite": "^5.0.0-beta.4"
1414
},
1515
"dependencies": {
16-
"@builder.io/qwik": "^1.2.12"
16+
"@builder.io/qwik": "^1.2.13"
1717
}
1818
}

packages/create-vite/template-qwik/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"vite": "^5.0.0-beta.4"
1414
},
1515
"dependencies": {
16-
"@builder.io/qwik": "^1.2.12"
16+
"@builder.io/qwik": "^1.2.13"
1717
}
1818
}

packages/create-vite/template-react-ts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"react-dom": "^18.2.0"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^18.2.24",
18-
"@types/react-dom": "^18.2.8",
17+
"@types/react": "^18.2.25",
18+
"@types/react-dom": "^18.2.11",
1919
"@typescript-eslint/eslint-plugin": "^6.7.4",
2020
"@typescript-eslint/parser": "^6.7.4",
2121
"@vitejs/plugin-react": "^4.1.0",
22-
"eslint": "^8.50.0",
22+
"eslint": "^8.51.0",
2323
"eslint-plugin-react-hooks": "^4.6.0",
2424
"eslint-plugin-react-refresh": "^0.4.3",
2525
"typescript": "^5.2.2",

packages/create-vite/template-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"react-dom": "^18.2.0"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^18.2.24",
18-
"@types/react-dom": "^18.2.8",
17+
"@types/react": "^18.2.25",
18+
"@types/react-dom": "^18.2.11",
1919
"@vitejs/plugin-react": "^4.1.0",
20-
"eslint": "^8.50.0",
20+
"eslint": "^8.51.0",
2121
"eslint-plugin-react": "^7.33.2",
2222
"eslint-plugin-react-hooks": "^4.6.0",
2323
"eslint-plugin-react-refresh": "^0.4.3",

packages/create-vite/template-vue-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@vitejs/plugin-vue": "^4.4.0",
1616
"typescript": "^5.2.2",
1717
"vite": "^5.0.0-beta.4",
18-
"vue-tsc": "^1.8.15"
18+
"vue-tsc": "^1.8.18"
1919
}
2020
}

packages/vite/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@
8888
"@babel/parser": "^7.23.0",
8989
"@babel/types": "^7.23.0",
9090
"@jridgewell/trace-mapping": "^0.3.19",
91-
"@rollup/plugin-alias": "^5.0.0",
92-
"@rollup/plugin-commonjs": "^25.0.4",
93-
"@rollup/plugin-dynamic-import-vars": "^2.0.5",
94-
"@rollup/plugin-json": "^6.0.0",
95-
"@rollup/plugin-node-resolve": "15.2.1",
96-
"@rollup/plugin-typescript": "^11.1.4",
97-
"@rollup/pluginutils": "^5.0.4",
91+
"@rollup/plugin-alias": "^5.0.1",
92+
"@rollup/plugin-commonjs": "^25.0.5",
93+
"@rollup/plugin-dynamic-import-vars": "^2.0.6",
94+
"@rollup/plugin-json": "^6.0.1",
95+
"@rollup/plugin-node-resolve": "15.2.3",
96+
"@rollup/plugin-typescript": "^11.1.5",
97+
"@rollup/pluginutils": "^5.0.5",
9898
"@types/escape-html": "^1.0.2",
9999
"@types/pnpapi": "^0.0.3",
100100
"acorn": "^8.10.0",
@@ -118,7 +118,7 @@
118118
"fast-glob": "^3.3.1",
119119
"http-proxy": "^1.18.1",
120120
"json-stable-stringify": "^1.0.2",
121-
"launch-editor-middleware": "^2.6.0",
121+
"launch-editor-middleware": "^2.6.1",
122122
"lightningcss": "^1.22.0",
123123
"magic-string": "^0.30.4",
124124
"micromatch": "^4.0.5",

playground/backend-integration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "vite preview"
1111
},
1212
"devDependencies": {
13-
"sass": "^1.68.0",
13+
"sass": "^1.69.0",
1414
"tailwindcss": "^3.3.3",
1515
"fast-glob": "^3.3.1"
1616
}

playground/css-sourcemap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"less": "^4.2.0",
1414
"magic-string": "^0.30.4",
15-
"sass": "^1.68.0",
15+
"sass": "^1.69.0",
1616
"stylus": "^0.60.0",
1717
"sugarss": "^4.0.1"
1818
}

playground/css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"fast-glob": "^3.3.1",
2424
"less": "^4.2.0",
2525
"postcss-nested": "^6.0.1",
26-
"sass": "^1.68.0",
26+
"sass": "^1.69.0",
2727
"stylus": "^0.60.0",
2828
"sugarss": "^4.0.1"
2929
}

playground/multiple-entrypoints/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"preview": "vite preview"
1111
},
1212
"devDependencies": {
13-
"sass": "^1.68.0"
13+
"sass": "^1.69.0"
1414
}
1515
}

playground/ssr-webworker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@vitejs/test-worker-exports": "file:./worker-exports"
1414
},
1515
"devDependencies": {
16-
"miniflare": "^3.20231002.0",
16+
"miniflare": "^3.20231002.1",
1717
"@vitejs/test-resolve-linked": "workspace:*"
1818
}
1919
}

0 commit comments

Comments
 (0)