Skip to content

Commit

Permalink
chore: bump deps (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
pluvrt authored May 4, 2024
1 parent 389e4b1 commit d16a6bb
Show file tree
Hide file tree
Showing 23 changed files with 1,715 additions and 2,016 deletions.
8 changes: 4 additions & 4 deletions apps/server-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@pluv/crdt-yjs": "workspace:^",
"@pluv/io": "workspace:^",
"@pluv/platform-cloudflare": "workspace:^",
"zod": "^3.22.4"
"zod": "^3.23.6"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240405.0",
"@cloudflare/workers-types": "^4.20240502.0",
"@pluv/tsconfig": "workspace:^",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-dynamic-import-vars": "^2.1.2",
Expand All @@ -29,10 +29,10 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"eslint-config-pluv": "workspace:^",
"rollup": "^4.14.2",
"rollup": "^4.17.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"typescript": "^5.4.5",
"wrangler": "^3.50.0"
"wrangler": "^3.53.1"
}
}
20 changes: 10 additions & 10 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
"@pluv/react": "workspace:^",
"@types/common-tags": "^1.8.4",
"@types/ms": "^0.7.34",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"common-tags": "^1.8.2",
"ms": "^2.1.3",
"next": "^14.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.1.8",
"next": "^14.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.9",
"twin.macro": "^3.4.1"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@next/bundle-analyzer": "^14.2.1",
"@next/mdx": "^14.2.1",
"@babel/core": "^7.24.5",
"@next/bundle-analyzer": "^14.2.3",
"@next/mdx": "^14.2.3",
"@pluv-internal/remark-plugins": "workspace:^",
"@pluv-internal/tailwind-config": "workspace:^",
"@pluv-internal/typings": "workspace:^",
Expand All @@ -62,7 +62,7 @@
"next-compose-plugins": "^2.2.1",
"path-browserify": "^1.0.1",
"postcss": "^8.4.38",
"react-is": "^18.2.0",
"react-is": "^18.3.1",
"remark-gfm": "^4.0.0",
"storybook": "^7.6.17",
"stream-browserify": "^3.0.0",
Expand Down
28 changes: 14 additions & 14 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,28 @@
"@seznam/compose-react-refs": "^1.0.6",
"@types/common-tags": "^1.8.4",
"@types/ms": "^0.7.34",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/ws": "^8.5.10",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"common-tags": "^1.8.2",
"gray-matter": "^4.0.3",
"ms": "^2.1.3",
"next": "^14.2.1",
"next": "^14.2.3",
"polished": "^4.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.1.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.9",
"twin.macro": "^3.4.1",
"yjs": "^13.6.14",
"zod": "^3.22.4"
"yjs": "^13.6.15",
"zod": "^3.23.6"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/core": "^7.24.5",
"@mdx-js/loader": "^3.0.1",
"@next/bundle-analyzer": "^14.2.1",
"@next/mdx": "^14.2.1",
"@next/bundle-analyzer": "^14.2.3",
"@next/mdx": "^14.2.3",
"@pluv-internal/tailwind-config": "workspace:^",
"@pluv-internal/typings": "workspace:^",
"@pluv-internal/utils": "workspace:^",
Expand All @@ -75,7 +75,7 @@
"next-compose-plugins": "^2.2.1",
"nodemon": "^3.1.0",
"postcss": "^8.4.38",
"react-is": "^18.2.0",
"react-is": "^18.3.1",
"remark-gfm": "^4.0.0",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion internal/cloudflare-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"path-to-regexp": "^6.2.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240405.0",
"@cloudflare/workers-types": "^4.20240502.0",
"@pluv/tsconfig": "workspace:^",
"eslint-config-pluv": "workspace:^",
"tsup": "^8.0.2",
Expand Down
14 changes: 7 additions & 7 deletions internal/mdx-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@pluv-internal/react-components": "workspace:^",
"@pluv-internal/react-hooks": "workspace:^",
"@pluv-internal/react-icons": "workspace:^",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"next": "^14.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.1.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"next": "^14.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.9",
"twin.macro": "^3.4.1"
},
"devDependencies": {
Expand All @@ -31,7 +31,7 @@
"autoprefixer": "^10.4.19",
"eslint-config-pluv": "workspace:^",
"postcss": "^8.4.38",
"react-is": "^18.2.0",
"react-is": "^18.3.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
Expand Down
12 changes: 6 additions & 6 deletions internal/react-chess/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"dependencies": {
"@pluv-internal/react-hooks": "workspace:^",
"@types/ms": "^0.7.34",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"chess.js": "1.0.0-beta.8",
"ms": "^2.1.3",
"react": "^18.2.0",
"react": "^18.3.1",
"react-chessboard": "^4.5.0",
"react-dom": "^18.2.0",
"styled-components": "^6.1.8",
"react-dom": "^18.3.1",
"styled-components": "^6.1.9",
"twin.macro": "^3.4.1"
},
"devDependencies": {
Expand All @@ -30,7 +30,7 @@
"autoprefixer": "^10.4.19",
"eslint-config-pluv": "workspace:^",
"postcss": "^8.4.38",
"react-is": "^18.2.0",
"react-is": "^18.3.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
Expand Down
16 changes: 8 additions & 8 deletions internal/react-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"@pluv-internal/react-hooks": "workspace:^",
"@popperjs/core": "^2.11.8",
"@radix-ui/react-tabs": "^1.0.4",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"clsx": "^2.1.0",
"next": "^14.2.1",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"clsx": "^2.1.1",
"next": "^14.2.3",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-popper": "^2.3.0",
"styled-components": "^6.1.8",
"styled-components": "^6.1.9",
"twin.macro": "^3.4.1"
},
"devDependencies": {
Expand All @@ -32,7 +32,7 @@
"autoprefixer": "^10.4.19",
"eslint-config-pluv": "workspace:^",
"postcss": "^8.4.38",
"react-is": "^18.2.0",
"react-is": "^18.3.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
Expand Down
18 changes: 9 additions & 9 deletions internal/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-visually-hidden": "^1.0.3",
"@types/ms": "^0.7.34",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"clsx": "^2.1.0",
"framer-motion": "^11.0.28",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"clsx": "^2.1.1",
"framer-motion": "^11.1.7",
"ms": "^2.1.3",
"next": "^14.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.1.8",
"next": "^14.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.9",
"twin.macro": "^3.4.1"
},
"devDependencies": {
Expand All @@ -36,7 +36,7 @@
"autoprefixer": "^10.4.19",
"eslint-config-pluv": "workspace:^",
"postcss": "^8.4.38",
"react-is": "^18.2.0",
"react-is": "^18.3.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
Expand Down
8 changes: 4 additions & 4 deletions internal/react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"dependencies": {
"@react-hookz/web": "^24.0.4",
"@types/ms": "^0.7.34",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"ms": "^2.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-use": "^17.5.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions internal/react-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"access": "public"
},
"dependencies": {
"@types/react": "^18.2.78",
"react": "^18.2.0"
"@types/react": "^18.3.1",
"react": "^18.3.1"
},
"devDependencies": {
"@pluv-internal/typings": "workspace:^",
Expand All @@ -26,7 +26,7 @@
"@types/common-tags": "^1.8.4",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"common-tags": "^1.8.2",
"dotenv-cli": "^7.4.1",
"eslint-config-pluv": "workspace:^",
Expand Down
8 changes: 4 additions & 4 deletions internal/typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"access": "public"
},
"dependencies": {
"@types/react": "^18.2.78",
"react": "^18.2.0",
"styled-components": "^6.1.8",
"@types/react": "^18.3.1",
"react": "^18.3.1",
"styled-components": "^6.1.9",
"twin.macro": "^3.4.1"
},
"devDependencies": {
"@pluv/tsconfig": "workspace:^",
"autoprefixer": "^10.4.19",
"eslint-config-pluv": "workspace:^",
"postcss": "^8.4.38",
"react-is": "^18.2.0",
"react-is": "^18.3.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
Expand Down
2 changes: 1 addition & 1 deletion internal/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@types/react": "^18.2.78"
"@types/react": "^18.3.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"cz-conventional-changelog": "^3.3.0",
"eslint-config-pluv": "workspace:^",
"prettier": "^3.2.5",
"turbo": "^1.13.2"
"turbo": "^1.13.3"
}
}
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"dotenv": "^16.4.5",
"execa": "^8.0.1",
"fs-extra": "^11.2.0",
"ink": "^4.4.1",
"ink-spinner": "^5.0.0",
"pastel": "^2.0.2",
"react": "^18.2.0",
"rollup": "^4.14.2",
"react": "^18.3.1",
"rollup": "^4.17.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"zod": "^3.22.4"
"zod": "^3.23.6"
},
"devDependencies": {
"@pluv/tsconfig": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/crdt-yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"eslint-config-pluv": "workspace:^",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"yjs": "^13.6.14"
"yjs": "^13.6.15"
}
}
8 changes: 4 additions & 4 deletions packages/eslint-config-pluv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
},
"dependencies": {
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.1",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.13.2",
"eslint-config-turbo": "^1.13.3",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-tailwindcss": "^3.15.1",
"next": "^14.2.1",
"next": "^14.2.3",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13"
"prettier-plugin-tailwindcss": "^0.5.14"
},
"devDependencies": {
"postcss": "^8.4.38",
Expand Down
4 changes: 2 additions & 2 deletions packages/persistance-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": "^20.12.7"
"@types/node": "^20.12.8"
},
"peerDependencies": {
"ioredis": "^5.0.0"
Expand All @@ -34,7 +34,7 @@
"@pluv/tsconfig": "workspace:^",
"eslint": "^8.57.0",
"eslint-config-pluv": "workspace:^",
"ioredis": "^5.3.2",
"ioredis": "^5.4.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
}
Expand Down
Loading

0 comments on commit d16a6bb

Please sign in to comment.