Skip to content

Commit 5e77370

Browse files
NicolappsConvex, Inc.
authored andcommitted
Update outdated dependencies in demos (#41315)
GitOrigin-RevId: 64056ba9897db415178c6df8c2e9a64f07bcc6b8
1 parent fd03bf8 commit 5e77370

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

npm-packages/private-demos/quickstarts/react-vite-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@auth0/auth0-react": "^2.2.0",
1414
"@clerk/clerk-react": "^4.22.0",
15-
"convex": "^0.19.0",
15+
"convex": "^1.27.3",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
1818
},
@@ -26,6 +26,6 @@
2626
"eslint-plugin-react-hooks": "^4.6.0",
2727
"eslint-plugin-react-refresh": "^0.4.1",
2828
"typescript": "^5.1.6",
29-
"vite": "^4.4.0"
29+
"vite": "^7.0.7"
3030
}
3131
}

npm-packages/private-demos/quickstarts/react-vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"convex": "^0.12.2",
12+
"convex": "^1.27.3",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0"
1515
},
1616
"devDependencies": {
1717
"@types/react": "^18.0.28",
1818
"@types/react-dom": "^18.0.11",
1919
"@vitejs/plugin-react": "^4.0.0",
20-
"vite": "^4.2.0"
20+
"vite": "^7.0.7"
2121
}
2222
}

npm-packages/private-demos/quickstarts/remix/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"typecheck": "tsc"
1212
},
1313
"dependencies": {
14-
"@remix-run/node": "^2.9.1",
15-
"@remix-run/react": "^2.9.1",
16-
"@remix-run/serve": "^2.9.1",
17-
"convex": "^1.11.2",
14+
"@remix-run/node": "^2.17.1",
15+
"@remix-run/react": "^2.17.1",
16+
"@remix-run/serve": "^2.17.1",
17+
"convex": "^1.27.3",
1818
"isbot": "^5.0.0",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0"
2121
},
2222
"devDependencies": {
23-
"@remix-run/dev": "^2.9.1",
23+
"@remix-run/dev": "^2.17.1",
2424
"@types/react": "^18.2.20",
2525
"@types/react-dom": "^18.2.7",
2626
"@typescript-eslint/eslint-plugin": "^6.7.4",
@@ -32,8 +32,8 @@
3232
"eslint-plugin-react": "^7.33.2",
3333
"eslint-plugin-react-hooks": "^4.6.0",
3434
"typescript": "^5.1.6",
35-
"vite": "^5.1.0",
36-
"vite-tsconfig-paths": "^5.0.0"
35+
"vite": "^6.3.6",
36+
"vite-tsconfig-paths": "^5.1.4"
3737
},
3838
"engines": {
3939
"node": ">=18.0.0"

npm-packages/private-demos/quickstarts/sveltekit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"svelte-check": "^4.0.0",
2828
"tslib": "^2.4.1",
2929
"typescript": "^5.0.0",
30-
"vite": "^5.0.3"
30+
"vite": "^7.0.7"
3131
},
3232
"type": "module",
3333
"dependencies": {
34-
"convex": "^1.11.2",
34+
"convex": "^1.27.3",
3535
"convex-svelte": "^0.0.11"
3636
}
3737
}

npm-packages/private-demos/quickstarts/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"type-check": "vue-tsc --build --force"
1212
},
1313
"dependencies": {
14-
"convex": "^1.25.2",
14+
"convex": "^1.27.3",
1515
"convex-vue": "^0.1.1",
1616
"vue": "^3.5.17"
1717
},
@@ -22,7 +22,7 @@
2222
"@vue/tsconfig": "^0.7.0",
2323
"npm-run-all2": "^7.0.0",
2424
"typescript": "~5.4.0",
25-
"vite": "^5.2.8",
25+
"vite": "^7.0.7",
2626
"vue-tsc": "^3.0.0"
2727
}
2828
}

npm-packages/private-demos/rust-wasm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"predev": "convex dev --until-success"
1010
},
1111
"dependencies": {
12-
"convex": "workspace:*",
12+
"convex": "^1.27.3",
1313
"react": "^18.0.0",
1414
"react-dom": "^18.0.0"
1515
},
1616
"devDependencies": {
1717
"@types/react": "^17.0.47",
1818
"@types/react-dom": "^17.0.17",
19-
"@vitejs/plugin-react": "4.4.1",
19+
"@vitejs/plugin-react": "5.0.3",
2020
"typescript": "~5.0.3",
21-
"vite": "^4.1.4",
21+
"vite": "^7.0.7",
2222
"npm-run-all2": "^7.0.0"
2323
}
2424
}

0 commit comments

Comments
 (0)