Skip to content

Commit

Permalink
Locking swc/core package. Causes issues if it goes over "1.6". (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriztiaan authored Jul 18, 2024
1 parent a567998 commit cfd54e3
Show file tree
Hide file tree
Showing 10 changed files with 15,366 additions and 20,522 deletions.
12 changes: 12 additions & 0 deletions .changeset/popular-grapes-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'yjs-react-supabase-text-collab': patch
'react-supabase-todolist': patch
'vue-supabase-todolist': patch
'react-multi-client': patch
'example-capacitor': patch
'example-electron': patch
'diagnostics-app': patch
'example-vite': patch
---

Locking `swc/core` dependency to `~1.6.0` to fix builds of demos using vite.
1 change: 1 addition & 0 deletions demos/example-capacitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
},
"devDependencies": {
"@capacitor/cli": "^6.0.0",
"@swc/core": "~1.6.0",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
Expand Down
1 change: 1 addition & 0 deletions demos/example-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@electron-forge/plugin-fuses": "^7.4.0",
"@electron-forge/plugin-vite": "^7.4.0",
"@electron/fuses": "^1.8.0",
"@swc/core": "~1.6.0",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
Expand Down
1 change: 1 addition & 0 deletions demos/example-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@powersync/web": "workspace:*"
},
"devDependencies": {
"@swc/core": "~1.6.0",
"vite": "^5.0.12",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0"
Expand Down
1 change: 1 addition & 0 deletions demos/react-multi-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@swc/core": "~1.6.0",
"@types/cors": "~2.8.17",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.0",
Expand Down
1 change: 1 addition & 0 deletions demos/react-supabase-todolist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"react-router-dom": "^6.22.3"
},
"devDependencies": {
"@swc/core": "~1.6.0",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
Expand Down
1 change: 1 addition & 0 deletions demos/vue-supabase-todolist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"vuetify": "3.6.8"
},
"devDependencies": {
"@swc/core": "~1.6.0",
"@types/vuelidate": "^0.7.21",
"@vitejs/plugin-vue": "^5.0.4",
"sass": "^1.71.1",
Expand Down
1 change: 1 addition & 0 deletions demos/yjs-react-supabase-text-collab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"yjs": "^13.6.14"
},
"devDependencies": {
"@swc/core": "~1.6.0",
"@types/lodash": "^4.17.0",
"@types/node": "^20.11.26",
"@types/react": "^18.2.65",
Expand Down
35,868 changes: 15,346 additions & 20,522 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tools/diagnostics-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"react-router-dom": "^6.22.3"
},
"devDependencies": {
"@swc/core": "~1.6.0",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
Expand Down

0 comments on commit cfd54e3

Please sign in to comment.