Skip to content

Commit

Permalink
chore: bump deps (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
leedavidcs authored Jan 12, 2025
1 parent d9e61a8 commit a7051ac
Show file tree
Hide file tree
Showing 28 changed files with 1,950 additions and 717 deletions.
6 changes: 3 additions & 3 deletions apps/server-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"zod": "^3.24.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241230.0",
"@cloudflare/workers-types": "^4.20250109.0",
"@pluv/tsconfig": "workspace:^",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-dynamic-import-vars": "^2.1.5",
Expand All @@ -32,7 +32,7 @@
"rollup": "^4.30.1",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"typescript": "^5.7.2",
"wrangler": "^3.100.0"
"typescript": "^5.7.3",
"wrangler": "^3.101.0"
}
}
4 changes: 2 additions & 2 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@tanstack/react-table": "^8.20.6",
"@types/common-tags": "^1.8.4",
"@types/ms": "^0.7.34",
"@types/react": "^19.0.3",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"common-tags": "^1.8.2",
"ms": "^2.1.3",
Expand Down Expand Up @@ -57,7 +57,7 @@
"remark-gfm": "^4.0.0",
"storybook": "^8.4.7",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1"
}
}
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/mdx": "^2.0.13",
"@types/ms": "^0.7.34",
"@types/node": "^22.10.5",
"@types/react": "^19.0.3",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@types/ws": "^8.5.13",
"clsx": "^2.1.1",
Expand Down Expand Up @@ -75,14 +75,14 @@
"eslint": "^8.57.1",
"eslint-config-pluv": "workspace:^",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"glob": "^11.0.1",
"next-compose-plugins": "^2.2.1",
"nodemon": "^3.1.9",
"postcss": "^8.4.49",
"remark-gfm": "^4.0.0",
"serve": "^14.2.4",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
4 changes: 2 additions & 2 deletions internal/mdx-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@pluv-internal/utils": "workspace:^",
"@types/common-tags": "^1.8.4",
"@types/mdx": "^2.0.13",
"@types/react": "^19.0.3",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"common-tags": "^1.8.2",
"next": "^15.1.4",
Expand All @@ -33,6 +33,6 @@
"eslint-config-pluv": "workspace:^",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
6 changes: 3 additions & 3 deletions internal/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"@tanstack/react-table": "^8.20.6",
"@types/common-tags": "^1.8.4",
"@types/ms": "^0.7.34",
"@types/react": "^19.0.3",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"common-tags": "^1.8.2",
"framer-motion": "^11.16.0",
"framer-motion": "^11.17.0",
"ms": "^2.1.3",
"next": "^15.1.4",
"next-themes": "^0.4.4",
Expand All @@ -65,6 +65,6 @@
"eslint-config-pluv": "workspace:^",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
4 changes: 2 additions & 2 deletions internal/react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@react-hookz/web": "^25.0.1",
"@types/ms": "^0.7.34",
"@types/react": "^19.0.3",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"ms": "^2.1.3",
"next-themes": "^0.4.4",
Expand All @@ -28,6 +28,6 @@
"@pluv/tsconfig": "workspace:^",
"eslint-config-pluv": "workspace:^",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
6 changes: 3 additions & 3 deletions internal/react-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"access": "public"
},
"dependencies": {
"@types/react": "^19.0.3",
"@types/react": "^19.0.4",
"react": "^19.0.0"
},
"devDependencies": {
Expand All @@ -31,8 +31,8 @@
"dotenv-cli": "^8.0.0",
"eslint-config-pluv": "workspace:^",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"glob": "^11.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion internal/remark-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@pluv/tsconfig": "workspace:^",
"eslint-config-pluv": "workspace:^",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
4 changes: 2 additions & 2 deletions internal/typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"access": "public"
},
"dependencies": {
"@types/react": "^19.0.3",
"@types/react": "^19.0.4",
"react": "^19.0.0"
},
"devDependencies": {
Expand All @@ -17,6 +17,6 @@
"eslint-config-pluv": "workspace:^",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
4 changes: 2 additions & 2 deletions internal/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"access": "public"
},
"dependencies": {
"@types/react": "^19.0.3",
"@types/react": "^19.0.4",
"clsx": "^2.1.1",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@pluv/tsconfig": "workspace:^",
"eslint-config-pluv": "workspace:^",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/addon-indexeddb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"eslint": "^8.57.1",
"eslint-config-pluv": "workspace:^",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@rollup/plugin-typescript": "^12.1.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.5",
"@types/react": "^19.0.3",
"@types/react": "^19.0.4",
"dotenv": "^16.4.7",
"execa": "^9.5.2",
"fs-extra": "^11.2.0",
Expand All @@ -49,7 +49,7 @@
"rollup": "^4.30.1",
"rollup-plugin-node-polyfills": "^0.2.1",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"zod": "^3.24.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"eslint": "^8.57.1",
"eslint-config-pluv": "workspace:^",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
4 changes: 2 additions & 2 deletions packages/crdt-loro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@pluv/tsconfig": "workspace:^",
"eslint": "^8.57.1",
"eslint-config-pluv": "workspace:^",
"loro-crdt": "^1.2.7",
"loro-crdt": "^1.3.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/crdt-yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint": "^8.57.1",
"eslint-config-pluv": "workspace:^",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"yjs": "^13.6.21"
}
}
2 changes: 1 addition & 1 deletion packages/crdt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"eslint": "^8.57.1",
"eslint-config-pluv": "workspace:^",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-pluv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"devDependencies": {
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"eslint-config-pluv": "workspace:^",
"genversion": "^3.2.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@pluv/types": "workspace:^"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241230.0",
"@cloudflare/workers-types": "^4.20250109.0",
"@pluv/tsconfig": "workspace:^",
"eslint": "^8.57.1",
"eslint-config-pluv": "workspace:^",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/persistence-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"eslint-config-pluv": "workspace:^",
"ioredis": "^5.4.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
4 changes: 2 additions & 2 deletions packages/platform-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"path-to-regexp": "^8.2.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241230.0",
"@cloudflare/workers-types": "^4.20250109.0",
"@pluv/tsconfig": "workspace:^",
"eslint": "^8.57.1",
"eslint-config-pluv": "workspace:^",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/platform-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eslint": "^8.57.1",
"eslint-config-pluv": "workspace:^",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"ws": "^8.18.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-pluv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"eslint": "^8.57.1",
"eslint-config-pluv": "workspace:^",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/pubsub-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"eslint-config-pluv": "workspace:^",
"ioredis": "^5.4.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
},
"devDependencies": {
"@pluv/tsconfig": "workspace:^",
"@types/react": "^19.0.3",
"@types/react": "^19.0.4",
"eslint": "^8.57.1",
"eslint-config-pluv": "workspace:^",
"react": "^19.0.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@pluv/tsconfig": "workspace:^",
"eslint-config-pluv": "workspace:^",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
Loading

0 comments on commit a7051ac

Please sign in to comment.