Skip to content

Commit 02abd08

Browse files
authored
Update Vue dependencies in package.json to latest versions (#1243)
### Description Attempting to fix the build ### Demo URL <!-- Provide a URL to a live deployment where we can test your PR. If a demo isn't possible feel free to omit this section. --> ### Type of Change - [ ] New Example - [x] Example updates (Bug fixes, new features, etc.) - [ ] Other (changes to the codebase, but not to examples) ### New Example Checklist - [ ] 🛫 `npm run new-example` was used to create the example - [ ] 📚 The template wasn't used but I carefuly read the [Adding a new example](https://github.com/vercel/examples#adding-a-new-example) steps and implemented them in the example - [ ] 📱 Is it responsive? Are mobile and tablets considered?
1 parent 95295f7 commit 02abd08

File tree

27 files changed

+7925
-6099
lines changed

27 files changed

+7925
-6099
lines changed

app-directory/css-in-js/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,8 @@
2929
"tailwindcss": "^3.3.3",
3030
"turbo": "^1.10.8",
3131
"typescript": "^5.1.6"
32+
},
33+
"engines": {
34+
"node": "22.x"
3235
}
3336
}

app-directory/i18n/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@
2525
"tailwindcss": "^3.3.3",
2626
"turbo": "^1.10.8",
2727
"typescript": "^5.1.6"
28+
},
29+
"engines": {
30+
"node": "22.x"
2831
}
2932
}

app-directory/redirect-with-fallback/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@
2525
"tailwindcss": "^3.3.3",
2626
"turbo": "^1.10.8",
2727
"typescript": "^5.1.6"
28+
},
29+
"engines": {
30+
"node": "22.x"
2831
}
2932
}

app-directory/share-state/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@
2525
"tailwindcss": "^3.3.3",
2626
"turbo": "^1.10.8",
2727
"typescript": "^5.1.6"
28+
},
29+
"engines": {
30+
"node": "22.x"
2831
}
2932
}

apps/vibe-coding-platform/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,8 @@
6262
"tailwindcss": "^4",
6363
"tw-animate-css": "1.3.6",
6464
"typescript": "^5"
65+
},
66+
"engines": {
67+
"node": "22.x"
6568
}
6669
}

ci-cd/turborepo-github-actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
},
1515
"packageManager": "[email protected]",
1616
"engines": {
17-
"node": ">=18"
17+
"node": "22.x"
1818
}
1919
}

framework-boilerplates/docusaurus-2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
]
3737
},
3838
"engines": {
39-
"node": ">=16.14"
39+
"node": "22.x"
4040
}
4141
}

framework-boilerplates/hydrogen-2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"typescript": "^4.9.5"
4545
},
4646
"engines": {
47-
"node": ">=16.13"
47+
"node": "22.x"
4848
},
4949
"browserslist": [
5050
"defaults"

framework-boilerplates/polymer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"wct-browser-legacy": "^1.0.0"
3131
},
3232
"engines": {
33-
"node": ">=16.0"
33+
"node": "22.x"
3434
}
3535
}

framework-boilerplates/redwoodjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"extends": "@redwoodjs/eslint-config"
1515
},
1616
"engines": {
17-
"node": "16.x",
17+
"node": "22.x",
1818
"yarn": ">=1.15"
1919
}
2020
}

0 commit comments

Comments
 (0)