Skip to content

Commit

Permalink
chore: bump deps (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
pluvrt authored Apr 14, 2024
1 parent c3a93a5 commit a02ee43
Show file tree
Hide file tree
Showing 32 changed files with 1,652 additions and 1,431 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,7 +20,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240320.1",
"@cloudflare/workers-types": "^4.20240405.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.13.0",
"rollup": "^4.14.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"typescript": "^5.4.3",
"wrangler": "^3.37.0"
"typescript": "^5.4.5",
"wrangler": "^3.50.0"
}
}
16 changes: 8 additions & 8 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.69",
"@types/react-dom": "^18.2.22",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"common-tags": "^1.8.2",
"ms": "^2.1.3",
"next": "^14.1.4",
"next": "^14.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.1.8",
"twin.macro": "^3.4.1"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@next/bundle-analyzer": "^14.1.4",
"@next/mdx": "^14.1.4",
"@babel/core": "^7.24.4",
"@next/bundle-analyzer": "^14.2.1",
"@next/mdx": "^14.2.1",
"@pluv-internal/remark-plugins": "workspace:^",
"@pluv-internal/tailwind-config": "workspace:^",
"@pluv-internal/typings": "workspace:^",
Expand Down Expand Up @@ -66,8 +66,8 @@
"remark-gfm": "^4.0.0",
"storybook": "^7.6.17",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"url": "^0.11.3",
"webpack": "^5.91.0"
},
Expand Down
20 changes: 10 additions & 10 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"@seznam/compose-react-refs": "^1.0.6",
"@types/common-tags": "^1.8.4",
"@types/ms": "^0.7.34",
"@types/node": "^20.11.30",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@types/ws": "^8.5.10",
"clsx": "^2.1.0",
"common-tags": "^1.8.2",
"gray-matter": "^4.0.3",
"ms": "^2.1.3",
"next": "^14.1.4",
"next": "^14.2.1",
"polished": "^4.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -52,10 +52,10 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@mdx-js/loader": "^3.0.1",
"@next/bundle-analyzer": "^14.1.4",
"@next/mdx": "^14.1.4",
"@next/bundle-analyzer": "^14.2.1",
"@next/mdx": "^14.2.1",
"@pluv-internal/tailwind-config": "workspace:^",
"@pluv-internal/typings": "workspace:^",
"@pluv-internal/utils": "workspace:^",
Expand All @@ -71,15 +71,15 @@
"eslint": "^8.57.0",
"eslint-config-pluv": "workspace:^",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"glob": "^10.3.12",
"next-compose-plugins": "^2.2.1",
"nodemon": "^3.1.0",
"postcss": "^8.4.38",
"react-is": "^18.2.0",
"remark-gfm": "^4.0.0",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
},
"babelMacros": {
"twin": {
Expand Down
6 changes: 3 additions & 3 deletions internal/cloudflare-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
},
"dependencies": {
"@pluv/types": "workspace:^",
"path-to-regexp": "^6.2.1"
"path-to-regexp": "^6.2.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240320.1",
"@cloudflare/workers-types": "^4.20240405.0",
"@pluv/tsconfig": "workspace:^",
"eslint-config-pluv": "workspace:^",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
}
}
10 changes: 5 additions & 5 deletions internal/mdx-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@pluv-internal/react-components": "workspace:^",
"@pluv-internal/react-hooks": "workspace:^",
"@pluv-internal/react-icons": "workspace:^",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"next": "^14.1.4",
"@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",
Expand All @@ -32,8 +32,8 @@
"eslint-config-pluv": "workspace:^",
"postcss": "^8.4.38",
"react-is": "^18.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3"
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"babelMacros": {
"twin": {
Expand Down
2 changes: 1 addition & 1 deletion internal/rainfall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@pluv/tsconfig": "workspace:^",
"eslint-config-pluv": "workspace:^",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
},
"dependencies": {
"@types/pixi.js": "4.8.9",
Expand Down
8 changes: 4 additions & 4 deletions internal/react-chess/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"dependencies": {
"@pluv-internal/react-hooks": "workspace:^",
"@types/ms": "^0.7.34",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"chess.js": "1.0.0-beta.8",
"ms": "^2.1.3",
"react": "^18.2.0",
Expand All @@ -31,8 +31,8 @@
"eslint-config-pluv": "workspace:^",
"postcss": "^8.4.38",
"react-is": "^18.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3"
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"babelMacros": {
"twin": {
Expand Down
10 changes: 5 additions & 5 deletions internal/react-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"@pluv-internal/react-hooks": "workspace:^",
"@popperjs/core": "^2.11.8",
"@radix-ui/react-tabs": "^1.0.4",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"clsx": "^2.1.0",
"next": "^14.1.4",
"next": "^14.2.1",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -33,8 +33,8 @@
"eslint-config-pluv": "workspace:^",
"postcss": "^8.4.38",
"react-is": "^18.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3"
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"babelMacros": {
"twin": {
Expand Down
12 changes: 6 additions & 6 deletions internal/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"@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.69",
"@types/react-dom": "^18.2.22",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"clsx": "^2.1.0",
"framer-motion": "^11.0.20",
"framer-motion": "^11.0.28",
"ms": "^2.1.3",
"next": "^14.1.4",
"next": "^14.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.1.8",
Expand All @@ -37,8 +37,8 @@
"eslint-config-pluv": "workspace:^",
"postcss": "^8.4.38",
"react-is": "^18.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3"
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"babelMacros": {
"twin": {
Expand Down
6 changes: 3 additions & 3 deletions internal/react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"dependencies": {
"@react-hookz/web": "^24.0.4",
"@types/ms": "^0.7.34",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"ms": "^2.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -27,6 +27,6 @@
"@pluv/tsconfig": "workspace:^",
"eslint-config-pluv": "workspace:^",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
}
}
8 changes: 4 additions & 4 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.2.69",
"@types/react": "^18.2.78",
"react": "^18.2.0"
},
"devDependencies": {
Expand All @@ -26,13 +26,13 @@
"@types/common-tags": "^1.8.4",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/node": "^20.11.30",
"@types/node": "^20.12.7",
"common-tags": "^1.8.2",
"dotenv-cli": "^7.4.1",
"eslint-config-pluv": "workspace:^",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"glob": "^10.3.12",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
}
}
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.0.2",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion internal/tailwind-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"main": "./tailwind.config.js",
"dependencies": {
"tailwindcss": "^3.4.1"
"tailwindcss": "^3.4.3"
}
}
6 changes: 3 additions & 3 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": "^18.2.69",
"@types/react": "^18.2.78",
"react": "^18.2.0",
"styled-components": "^6.1.8",
"twin.macro": "^3.4.1"
Expand All @@ -19,7 +19,7 @@
"eslint-config-pluv": "workspace:^",
"postcss": "^8.4.38",
"react-is": "^18.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3"
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions internal/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"devDependencies": {
"@pluv/tsconfig": "workspace:^",
"eslint-config-pluv": "workspace:^",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
},
"dependencies": {
"@types/react": "^18.2.69"
"@types/react": "^18.2.78"
}
}
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.0"
"turbo": "^1.13.2"
}
}
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.0",
"eslint-config-pluv": "workspace:^",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
}
}
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.30",
"@types/react": "^18.2.69",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"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.13.0",
"rollup": "^4.14.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@pluv/tsconfig": "workspace:^",
"eslint": "^8.57.0",
"eslint-config-pluv": "workspace:^",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
}
}
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.0",
"eslint-config-pluv": "workspace:^",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/crdt-loro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"eslint-config-pluv": "workspace:^",
"loro-crdt": "^0.11.1",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit a02ee43

Please sign in to comment.