Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pluvrt committed May 30, 2024
1 parent 06c67be commit 41c5a5d
Show file tree
Hide file tree
Showing 22 changed files with 1,905 additions and 1,905 deletions.
8 changes: 4 additions & 4 deletions apps/server-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240502.0",
"@cloudflare/workers-types": "^4.20240529.0",
"@pluv/tsconfig": "workspace:^",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-dynamic-import-vars": "^2.1.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"eslint-config-pluv": "workspace:^",
"rollup": "^4.17.2",
"rollup": "^4.18.0",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"typescript": "^5.4.5",
"wrangler": "^3.55.0"
"wrangler": "^3.57.2"
}
}
16 changes: 8 additions & 8 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@pluv/react": "workspace:^",
"@types/common-tags": "^1.8.4",
"@types/ms": "^0.7.34",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"common-tags": "^1.8.2",
"ms": "^2.1.3",
Expand All @@ -34,18 +34,18 @@
"twin.macro": "^3.4.1"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/core": "^7.24.6",
"@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:^",
"@pluv/tsconfig": "workspace:^",
"@storybook/addon-essentials": "^8.0.10",
"@storybook/addon-interactions": "^8.0.10",
"@storybook/addon-themes": "^8.0.10",
"@storybook/nextjs": "^8.0.10",
"@storybook/react": "^8.0.10",
"@storybook/addon-essentials": "^8.1.5",
"@storybook/addon-interactions": "^8.1.5",
"@storybook/addon-themes": "^8.1.5",
"@storybook/nextjs": "^8.1.5",
"@storybook/react": "^8.1.5",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"babel-plugin-macros": "^3.1.0",
Expand All @@ -57,7 +57,7 @@
"postcss": "^8.4.38",
"react-is": "^18.3.1",
"remark-gfm": "^4.0.0",
"storybook": "^8.0.10",
"storybook": "^8.1.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
Expand Down
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@seznam/compose-react-refs": "^1.0.6",
"@types/common-tags": "^1.8.4",
"@types/ms": "^0.7.34",
"@types/node": "^20.12.11",
"@types/react": "^18.3.2",
"@types/node": "^20.12.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/ws": "^8.5.10",
"clsx": "^2.1.1",
Expand All @@ -52,7 +52,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/core": "^7.24.6",
"@mdx-js/loader": "^3.0.1",
"@next/bundle-analyzer": "^14.2.3",
"@next/mdx": "^14.2.3",
Expand All @@ -71,9 +71,9 @@
"eslint": "^8.57.0",
"eslint-config-pluv": "workspace:^",
"fs-extra": "^11.2.0",
"glob": "^10.3.15",
"glob": "^10.4.1",
"next-compose-plugins": "^2.2.1",
"nodemon": "^3.1.0",
"nodemon": "^3.1.2",
"postcss": "^8.4.38",
"react-is": "^18.3.1",
"remark-gfm": "^4.0.0",
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.20240502.0",
"@cloudflare/workers-types": "^4.20240529.0",
"@pluv/tsconfig": "workspace:^",
"eslint-config-pluv": "workspace:^",
"tsup": "^8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion internal/mdx-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@pluv-internal/react-components": "workspace:^",
"@pluv-internal/react-hooks": "workspace:^",
"@pluv-internal/react-icons": "workspace:^",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"next": "^14.2.3",
"react": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions internal/react-chess/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"dependencies": {
"@pluv-internal/react-hooks": "workspace:^",
"@types/ms": "^0.7.34",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"chess.js": "1.0.0-beta.8",
"ms": "^2.1.3",
"react": "^18.3.1",
"react-chessboard": "^4.5.0",
"react-chessboard": "^4.6.0",
"react-dom": "^18.3.1",
"styled-components": "^6.1.11",
"twin.macro": "^3.4.1"
Expand Down
2 changes: 1 addition & 1 deletion internal/react-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@pluv-internal/react-hooks": "workspace:^",
"@popperjs/core": "^2.11.8",
"@radix-ui/react-tabs": "^1.0.4",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"clsx": "^2.1.1",
"next": "^14.2.3",
Expand Down
4 changes: 2 additions & 2 deletions internal/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@radix-ui/react-visually-hidden": "^1.0.3",
"@types/common-tags": "^1.8.4",
"@types/ms": "^0.7.34",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"common-tags": "^1.8.2",
"framer-motion": "^11.1.9",
"framer-motion": "^11.2.9",
"ms": "^2.1.3",
"next": "^14.2.3",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion 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": "^24.0.4",
"@types/ms": "^0.7.34",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"ms": "^2.1.3",
"react": "^18.3.1",
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,7 +13,7 @@
"access": "public"
},
"dependencies": {
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"react": "^18.3.1"
},
"devDependencies": {
Expand All @@ -26,12 +26,12 @@
"@types/common-tags": "^1.8.4",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/node": "^20.12.11",
"@types/node": "^20.12.13",
"common-tags": "^1.8.2",
"dotenv-cli": "^7.4.2",
"eslint-config-pluv": "workspace:^",
"fs-extra": "^11.2.0",
"glob": "^10.3.15",
"glob": "^10.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
Expand Down
2 changes: 1 addition & 1 deletion 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": "^18.3.2",
"@types/react": "^18.3.3",
"react": "^18.3.1",
"styled-components": "^6.1.11",
"twin.macro": "^3.4.1"
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,7 +16,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"clsx": "^2.1.1",
"tailwind-merge": "^2.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"version-packages": "changeset version"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@changesets/cli": "^2.27.5",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint-config-pluv": "workspace:^",
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,24 @@
"start": "node ./dist/index.js"
},
"dependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-dynamic-import-vars": "^2.1.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.11",
"@types/react": "^18.3.2",
"@types/node": "^20.12.13",
"@types/react": "^18.3.3",
"dotenv": "^16.4.5",
"execa": "^9.0.2",
"execa": "^9.1.0",
"fs-extra": "^11.2.0",
"ink": "^5.0.0",
"ink-spinner": "^5.0.0",
"pastel": "^2.0.2",
"react": "^18.3.1",
"rollup": "^4.17.2",
"rollup": "^4.18.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-pluv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.13.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-tailwindcss": "^3.15.1",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-tailwindcss": "^3.17.0",
"next": "^14.2.2",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14"
Expand Down
2 changes: 1 addition & 1 deletion 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.11"
"@types/node": "^20.12.13"
},
"peerDependencies": {
"ioredis": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"path-to-regexp": "^6.2.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240502.0",
"@cloudflare/workers-types": "^4.20240529.0",
"@pluv/tsconfig": "workspace:^",
"eslint": "^8.57.0",
"eslint-config-pluv": "workspace:^",
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": "^20.12.11",
"@types/node": "^20.12.13",
"@types/ws": "^8.5.10",
"path-to-regexp": "^6.2.2"
},
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": "^20.12.11"
"@types/node": "^20.12.13"
},
"peerDependencies": {
"ioredis": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@pluv/client": "workspace:^",
"@pluv/crdt": "workspace:^",
"@pluv/types": "workspace:^",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/use-sync-external-store": "^0.0.6",
"fast-deep-equal": "^3.1.3",
"use-sync-external-store": "^1.2.2"
Expand Down
Loading

0 comments on commit 41c5a5d

Please sign in to comment.