Skip to content

Commit 33cdcc8

Browse files
committed
Bump some demo dependencies to avoid duplicates
1 parent d73eb06 commit 33cdcc8

File tree

4 files changed

+709
-826
lines changed

4 files changed

+709
-826
lines changed

demos/example-nextjs/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13-
"@emotion/react": "^11.11.3",
13+
"@emotion/react": "^11.11.4",
1414
"@emotion/styled": "^11.11.0",
15-
"@fontsource/roboto": "^5.0.8",
15+
"@fontsource/roboto": "^5.0.12",
1616
"@journeyapps/powersync-react": "workspace:*",
1717
"@journeyapps/powersync-sdk-web": "workspace:*",
1818
"@journeyapps/wa-sqlite": "~0.1.1",
19-
"@lexical/react": "^0.11.1",
20-
"@mui/icons-material": "^5.15.8",
21-
"@mui/material": "^5.15.7",
19+
"@lexical/react": "^0.11.3",
20+
"@mui/icons-material": "^5.15.12",
21+
"@mui/material": "^5.15.12",
2222
"fast-glob": "^3.3.2",
2323
"formik": "^2.4.5",
2424
"highlight.js": "^11.9.0",
@@ -29,26 +29,26 @@
2929
"lowlight": "^2.9.0",
3030
"next": "14.1.0",
3131
"next-images": "1.8.5",
32-
"react": "^18",
33-
"react-dom": "^18",
32+
"react": "^18.2.0",
33+
"react-dom": "^18.2.0",
3434
"remixicon": "^2.5.0",
35-
"shiki": "^0.10.0",
35+
"shiki": "^0.10.1",
3636
"simplify-js": "^1.2.4",
3737
"uuid": "9.0.1"
3838
},
3939
"devDependencies": {
4040
"@types/lodash": "^4.14.202",
41-
"@types/node": "^20.11.16",
42-
"@types/react": "^18.2.55",
43-
"@types/react-dom": "^18.2.19",
41+
"@types/node": "^20.11.25",
42+
"@types/react": "^18.2.64",
43+
"@types/react-dom": "^18.2.21",
4444
"@types/uuid": "9.0.8",
45-
"autoprefixer": "^10.4.17",
45+
"autoprefixer": "^10.4.18",
4646
"babel-loader": "^9.1.3",
4747
"css-loader": "^6.10.0",
48-
"eslint": "^8",
48+
"eslint": "^8.57.0",
4949
"eslint-config-next": "14.0.0",
5050
"postcss": "^8.4.35",
51-
"sass": "^1.49.7",
51+
"sass": "^1.71.1",
5252
"sass-loader": "^13.3.3",
5353
"style-loader": "^3.3.4",
5454
"tailwindcss": "^3.4.1"

demos/react-supabase-todolist/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@
1212
"@journeyapps/powersync-react": "workspace:*",
1313
"@journeyapps/powersync-sdk-web": "workspace:*",
1414
"@journeyapps/wa-sqlite": "~0.1.1",
15-
"@mui/material": "^5.15.7",
16-
"@mui/x-data-grid": "^6.19.3",
17-
"@supabase/supabase-js": "^2.39.3",
15+
"@mui/material": "^5.15.12",
16+
"@mui/x-data-grid": "^6.19.6",
17+
"@supabase/supabase-js": "^2.39.7",
1818
"js-logger": "^1.6.1",
1919
"lodash": "^4.17.21",
20-
"react": "^18",
21-
"react-dom": "^18",
22-
"react-router-dom": "^6.22.1"
20+
"react": "^18.2.0",
21+
"react-dom": "^18.2.0",
22+
"react-router-dom": "^6.22.3"
2323
},
2424
"devDependencies": {
2525
"@types/lodash": "^4.14.202",
26-
"@types/node": "^20.11.16",
27-
"@types/react": "^18.2.55",
28-
"@types/react-dom": "^18.2.19",
26+
"@types/node": "^20.11.25",
27+
"@types/react": "^18.2.64",
28+
"@types/react-dom": "^18.2.21",
2929
"@vitejs/plugin-react": "^4.2.1",
30-
"autoprefixer": "^10.4.17",
30+
"autoprefixer": "^10.4.18",
3131
"babel-loader": "^9.1.3",
32-
"typescript": "^5",
33-
"vite": "^5.1.4",
32+
"typescript": "^5.4.2",
33+
"vite": "^5.1.5",
3434
"vite-plugin-pwa": "^0.19.2",
3535
"vite-plugin-top-level-await": "^1.4.1",
3636
"vite-plugin-wasm": "^3.3.0"

demos/yjs-react-supabase-text-collab/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@journeyapps/powersync-sdk-web": "workspace:*",
1717
"@journeyapps/wa-sqlite": "~0.1.1",
1818
"@lexical/react": "^0.11.3",
19-
"@mui/icons-material": "^5.15.11",
20-
"@mui/material": "^5.15.11",
19+
"@mui/icons-material": "^5.15.12",
20+
"@mui/material": "^5.15.12",
2121
"@mui/x-data-grid": "^6.19.6",
2222
"@supabase/supabase-js": "^2.39.7",
2323
"@tiptap/extension-collaboration": "2.2.2",
@@ -39,8 +39,8 @@
3939
"lowlight": "^2.9.0",
4040
"react": "^18.2.0",
4141
"react-dom": "^18.2.0",
42-
"react-router": "^6.22.2",
43-
"react-router-dom": "^6.22.2",
42+
"react-router": "^6.22.3",
43+
"react-router-dom": "^6.22.3",
4444
"remixicon": "^2.5.0",
4545
"shiki": "^0.10.1",
4646
"simplify-js": "^1.2.4",
@@ -51,9 +51,9 @@
5151
},
5252
"devDependencies": {
5353
"@types/lodash": "^4.14.202",
54-
"@types/node": "^20.11.24",
55-
"@types/react": "^18.2.63",
56-
"@types/react-dom": "^18.2.19",
54+
"@types/node": "^20.11.25",
55+
"@types/react": "^18.2.64",
56+
"@types/react-dom": "^18.2.21",
5757
"@types/uuid": "9.0.8",
5858
"autoprefixer": "^10.4.18",
5959
"postcss": "^8.4.35",

0 commit comments

Comments
 (0)