Skip to content

Commit dfbaaae

Browse files
committed
chore: regenerate lockfile and package upgrade
1 parent 1a248c9 commit dfbaaae

File tree

24 files changed

+4321
-3966
lines changed

24 files changed

+4321
-3966
lines changed

examples/lit/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lit": "^3.3.0"
1414
},
1515
"devDependencies": {
16-
"vite": "^6.3.5"
16+
"vite": "^7.0.6"
1717
},
1818
"browserslist": {
1919
"production": [

examples/lit/ui-libraries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lit": "^3.3.0"
1515
},
1616
"devDependencies": {
17-
"vite": "^6.3.5"
17+
"vite": "^7.0.6"
1818
},
1919
"browserslist": {
2020
"production": [

examples/react/array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react": "^19.0.7",
1818
"@types/react-dom": "^19.0.3",
1919
"@vitejs/plugin-react": "^4.5.2",
20-
"vite": "^6.3.5"
20+
"vite": "^7.0.6"
2121
},
2222
"browserslist": {
2323
"production": [

examples/react/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@vitejs/plugin-react": "^4.5.2",
2020
"babel-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
2121
"eslint-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
22-
"vite": "^6.3.5"
22+
"vite": "^7.0.6"
2323
},
2424
"browserslist": {
2525
"production": [

examples/react/field-errors-from-form-validators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react": "^19.0.7",
1818
"@types/react-dom": "^19.0.3",
1919
"@vitejs/plugin-react": "^4.5.2",
20-
"vite": "^6.3.5"
20+
"vite": "^7.0.6"
2121
},
2222
"browserslist": {
2323
"production": [

examples/react/large-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react": "^19.0.7",
1818
"@types/react-dom": "^19.0.3",
1919
"@vitejs/plugin-react": "^4.5.2",
20-
"vite": "^6.3.5"
20+
"vite": "^7.0.6"
2121
},
2222
"browserslist": {
2323
"production": [

examples/react/query-integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/react": "^19.0.7",
1919
"@types/react-dom": "^19.0.3",
2020
"@vitejs/plugin-react": "^4.5.2",
21-
"vite": "^6.3.5"
21+
"vite": "^7.0.6"
2222
},
2323
"browserslist": {
2424
"production": [

examples/react/remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/react": "^19.0.7",
2323
"@types/react-dom": "^19.0.3",
2424
"typescript": "5.8.2",
25-
"vite": "^6.3.5",
25+
"vite": "^7.0.6",
2626
"vite-tsconfig-paths": "^5.1.4"
2727
},
2828
"engines": {

examples/react/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react": "^19.0.7",
1818
"@types/react-dom": "^19.0.3",
1919
"@vitejs/plugin-react": "^4.5.2",
20-
"vite": "^6.3.5"
20+
"vite": "^7.0.6"
2121
},
2222
"browserslist": {
2323
"production": [

examples/react/standard-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/react": "^19.0.7",
2222
"@types/react-dom": "^19.0.3",
2323
"@vitejs/plugin-react": "^4.5.2",
24-
"vite": "^6.3.5"
24+
"vite": "^7.0.6"
2525
},
2626
"browserslist": {
2727
"production": [

0 commit comments

Comments
 (0)