Skip to content

Commit

Permalink
chore: bump deps (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
pluvrt authored Feb 2, 2025
1 parent d78ca33 commit 046a022
Show file tree
Hide file tree
Showing 15 changed files with 541 additions and 529 deletions.
4 changes: 2 additions & 2 deletions apps/server-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"eslint-config-pluv": "workspace:^",
"rollup": "^4.32.1",
"rollup": "^4.34.0",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"typescript": "^5.7.3",
"wrangler": "^3.107.0"
"wrangler": "^3.107.2"
}
}
12 changes: 6 additions & 6 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@
"@pluv-internal/tailwind-config": "workspace:^",
"@pluv-internal/typings": "workspace:^",
"@pluv/tsconfig": "workspace:^",
"@storybook/addon-essentials": "^8.5.2",
"@storybook/addon-interactions": "^8.5.2",
"@storybook/addon-themes": "^8.5.2",
"@storybook/nextjs": "^8.5.2",
"@storybook/react": "^8.5.2",
"@storybook/addon-essentials": "^8.5.3",
"@storybook/addon-interactions": "^8.5.3",
"@storybook/addon-themes": "^8.5.3",
"@storybook/nextjs": "^8.5.3",
"@storybook/react": "^8.5.3",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"eslint": "^8.57.1",
"eslint-config-pluv": "workspace:^",
"next-compose-plugins": "^2.2.1",
"postcss": "^8.5.1",
"remark-gfm": "^4.0.0",
"storybook": "^8.5.2",
"storybook": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"webpack": "^5.97.1"
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/common-tags": "^1.8.4",
"@types/mdx": "^2.0.13",
"@types/ms": "^2.1.0",
"@types/node": "^22.12.0",
"@types/node": "^22.13.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/ws": "^8.5.14",
Expand Down
2 changes: 1 addition & 1 deletion internal/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"sonner": "^1.7.3"
"sonner": "^1.7.4"
},
"devDependencies": {
"@pluv-internal/tailwind-config": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion internal/react-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/common-tags": "^1.8.4",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/node": "^22.12.0",
"@types/node": "^22.13.0",
"common-tags": "^1.8.2",
"dotenv-cli": "^8.0.0",
"eslint-config-pluv": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"eslint-config-pluv": "workspace:^",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.17",
"turbo": "^2.3.4"
"turbo": "^2.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/addon-indexeddb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@pluv/client": "workspace:^",
"@pluv/crdt": "workspace:^",
"idb": "^8.0.1"
"idb": "^8.0.2"
},
"devDependencies": {
"@pluv/tsconfig": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.12.0",
"@types/node": "^22.13.0",
"@types/react": "^19.0.8",
"dotenv": "^16.4.7",
"execa": "^9.5.2",
Expand All @@ -46,7 +46,7 @@
"ink-spinner": "^5.0.0",
"pastel": "^3.0.0",
"react": "^19.0.0",
"rollup": "^4.32.1",
"rollup": "^4.34.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-pluv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"eslint": "^8.57.1",
"eslint-config-next": "^15.1.6",
"eslint-config-prettier": "^10.0.1",
"eslint-config-turbo": "^2.3.4",
"eslint-config-turbo": "^2.4.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-tailwindcss": "^3.18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/persistence-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@pluv/io": "workspace:^",
"@pluv/types": "workspace:^",
"@types/node": "^22.12.0"
"@types/node": "^22.13.0"
},
"peerDependencies": {
"ioredis": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@pluv/io": "workspace:^",
"@pluv/types": "workspace:^",
"@types/node": "^22.12.0",
"@types/node": "^22.13.0",
"@types/ws": "^8.5.14",
"path-to-regexp": "^8.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-pluv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@pluv/crdt": "workspace:^",
"@pluv/io": "workspace:^",
"@pluv/types": "workspace:^",
"@types/node": "^22.12.0",
"hono": "^4.6.19",
"@types/node": "^22.13.0",
"hono": "^4.6.20",
"zod": "^3.24.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pubsub-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@pluv/io": "workspace:^",
"@types/node": "^22.12.0"
"@types/node": "^22.13.0"
},
"peerDependencies": {
"ioredis": "^5.0.0"
Expand Down
Loading

0 comments on commit 046a022

Please sign in to comment.