Skip to content

Commit

Permalink
dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsverre committed Oct 24, 2023
1 parent 8c75fc7 commit 1ee5529
Show file tree
Hide file tree
Showing 5 changed files with 799 additions and 725 deletions.
2 changes: 1 addition & 1 deletion demo/cloudflare-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"wrangler-tail": "wrangler tail"
},
"devDependencies": {
"wrangler": "^3.6.0"
"wrangler": "^3.14.0"
}
}
26 changes: 13 additions & 13 deletions demo/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
"react-qr-code": "^2.0.12",
"react-router-dom": "^6.15.0",
"react-router-dom": "^6.17.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/node": "^20.5.6",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/node": "^20.8.8",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@types/uuid": "^9.0.6",
"@types/wicg-file-system-access": "^2020.9.6",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.15",
"eslint": "^8.47.0",
"@types/wicg-file-system-access": "^2020.9.8",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitejs/plugin-react": "^4.1.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.52.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.28",
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.9.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"wrangler": "^3.6.0"
"vite": "^4.5.0",
"wrangler": "^3.14.0"
}
}
18 changes: 9 additions & 9 deletions lib/sqlsync-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@
"build": "tsc && vite build"
},
"devDependencies": {
"@types/node": "^20.5.6",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.47.0",
"@types/node": "^20.8.8",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitejs/plugin-react": "^4.1.0",
"eslint": "^8.52.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.2"
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.1"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
12 changes: 6 additions & 6 deletions lib/sqlsync-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"build-release": "pnpm run build-wasm-release && rollup --config"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.47.0",
"rollup": "^3.29.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"rollup": "^3.29.4",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
Expand Down
Loading

0 comments on commit 1ee5529

Please sign in to comment.