Skip to content

Commit 1ee5529

Browse files
committed
dep updates
1 parent 8c75fc7 commit 1ee5529

5 files changed

Lines changed: 799 additions & 725 deletions

File tree

demo/cloudflare-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"wrangler-tail": "wrangler tail"
99
},
1010
"devDependencies": {
11-
"wrangler": "^3.6.0"
11+
"wrangler": "^3.14.0"
1212
}
1313
}

demo/frontend/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,27 @@
2222
"react-dom": "^18.2.0",
2323
"react-github-btn": "^1.4.0",
2424
"react-qr-code": "^2.0.12",
25-
"react-router-dom": "^6.15.0",
25+
"react-router-dom": "^6.17.0",
2626
"uuid": "^9.0.1"
2727
},
2828
"devDependencies": {
29-
"@types/node": "^20.5.6",
30-
"@types/react": "^18.2.21",
31-
"@types/react-dom": "^18.2.7",
29+
"@types/node": "^20.8.8",
30+
"@types/react": "^18.2.31",
31+
"@types/react-dom": "^18.2.14",
3232
"@types/uuid": "^9.0.6",
33-
"@types/wicg-file-system-access": "^2020.9.6",
34-
"@typescript-eslint/eslint-plugin": "^6.4.1",
35-
"@typescript-eslint/parser": "^6.4.1",
36-
"@vitejs/plugin-react": "^4.0.4",
37-
"autoprefixer": "^10.4.15",
38-
"eslint": "^8.47.0",
33+
"@types/wicg-file-system-access": "^2020.9.8",
34+
"@typescript-eslint/eslint-plugin": "^6.9.0",
35+
"@typescript-eslint/parser": "^6.9.0",
36+
"@vitejs/plugin-react": "^4.1.0",
37+
"autoprefixer": "^10.4.16",
38+
"eslint": "^8.52.0",
3939
"eslint-plugin-react": "^7.33.2",
4040
"eslint-plugin-react-hooks": "^4.6.0",
4141
"eslint-plugin-react-refresh": "^0.4.3",
42-
"postcss": "^8.4.28",
42+
"postcss": "^8.4.31",
4343
"postcss-preset-mantine": "^1.9.0",
4444
"typescript": "^5.2.2",
45-
"vite": "^4.4.9",
46-
"wrangler": "^3.6.0"
45+
"vite": "^4.5.0",
46+
"wrangler": "^3.14.0"
4747
}
4848
}

lib/sqlsync-react/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@
3535
"build": "tsc && vite build"
3636
},
3737
"devDependencies": {
38-
"@types/node": "^20.5.6",
39-
"@types/react": "^18.2.21",
40-
"@types/react-dom": "^18.2.7",
41-
"@typescript-eslint/eslint-plugin": "^6.4.1",
42-
"@typescript-eslint/parser": "^6.4.1",
43-
"@vitejs/plugin-react": "^4.0.4",
44-
"eslint": "^8.47.0",
38+
"@types/node": "^20.8.8",
39+
"@types/react": "^18.2.31",
40+
"@types/react-dom": "^18.2.14",
41+
"@typescript-eslint/eslint-plugin": "^6.9.0",
42+
"@typescript-eslint/parser": "^6.9.0",
43+
"@vitejs/plugin-react": "^4.1.0",
44+
"eslint": "^8.52.0",
4545
"eslint-plugin-react": "^7.33.2",
4646
"eslint-plugin-react-hooks": "^4.6.0",
4747
"eslint-plugin-react-refresh": "^0.4.3",
4848
"react": "^18.2.0",
4949
"react-dom": "^18.2.0",
5050
"typescript": "^5.2.2",
51-
"vite": "^4.4.9",
52-
"vite-plugin-dts": "^3.5.2"
51+
"vite": "^4.5.0",
52+
"vite-plugin-dts": "^3.6.1"
5353
},
5454
"peerDependencies": {
5555
"react": "^18.2.0",

lib/sqlsync-worker/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"build-release": "pnpm run build-wasm-release && rollup --config"
4646
},
4747
"devDependencies": {
48-
"@rollup/plugin-node-resolve": "^15.2.1",
49-
"@rollup/plugin-typescript": "^11.1.3",
50-
"@typescript-eslint/eslint-plugin": "^6.4.1",
51-
"@typescript-eslint/parser": "^6.4.1",
52-
"eslint": "^8.47.0",
53-
"rollup": "^3.29.0",
48+
"@rollup/plugin-node-resolve": "^15.2.3",
49+
"@rollup/plugin-typescript": "^11.1.5",
50+
"@typescript-eslint/eslint-plugin": "^6.9.0",
51+
"@typescript-eslint/parser": "^6.9.0",
52+
"eslint": "^8.52.0",
53+
"rollup": "^3.29.4",
5454
"tslib": "^2.6.2",
5555
"typescript": "^5.2.2"
5656
},

0 commit comments

Comments
 (0)