Skip to content

Commit

Permalink
chore: 🔨 bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
recallwei committed Aug 8, 2024
1 parent 8228b92 commit 37671b8
Show file tree
Hide file tree
Showing 16 changed files with 1,177 additions and 992 deletions.
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"prettier:fix": "prettier --write --cache --ignore-unknown --ignore-path=../../.prettierignore ."
},
"dependencies": {
"@astrojs/starlight": "^0.25.3",
"astro": "^4.13.1",
"@astrojs/starlight": "^0.25.4",
"astro": "^4.13.2",
"sharp": "^0.33.4",
"@astrojs/check": "^0.9.1"
"@astrojs/check": "^0.9.2"
},
"private": true,
"license": "MIT"
Expand Down
34 changes: 17 additions & 17 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,30 @@
"devDependencies": {
"@bit-ocean/tailwind": "workspace:^",
"@chromatic-com/storybook": "1.6.1",
"@storybook/addon-docs": "^8.2.7",
"@storybook/addon-essentials": "^8.2.7",
"@storybook/addon-interactions": "^8.2.7",
"@storybook/addon-links": "^8.2.7",
"@storybook/addon-onboarding": "^8.2.7",
"@storybook/addon-themes": "^8.2.7",
"@storybook/blocks": "^8.2.7",
"@storybook/manager-api": "^8.2.7",
"@storybook/preview-api": "^8.2.7",
"@storybook/react": "^8.2.7",
"@storybook/react-vite": "^8.2.7",
"@storybook/test": "^8.2.7",
"@storybook/theming": "^8.2.7",
"@storybook/addon-docs": "^8.2.8",
"@storybook/addon-essentials": "^8.2.8",
"@storybook/addon-interactions": "^8.2.8",
"@storybook/addon-links": "^8.2.8",
"@storybook/addon-onboarding": "^8.2.8",
"@storybook/addon-themes": "^8.2.8",
"@storybook/blocks": "^8.2.8",
"@storybook/manager-api": "^8.2.8",
"@storybook/preview-api": "^8.2.8",
"@storybook/react": "^8.2.8",
"@storybook/react-vite": "^8.2.8",
"@storybook/test": "^8.2.8",
"@storybook/theming": "^8.2.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"sass": "^1.77.8",
"storybook": "^8.2.7",
"storybook": "^8.2.8",
"storybook-dark-mode": "^4.0.2",
"tailwindcss": "^3.4.7",
"tailwindcss": "^3.4.9",
"typescript": "^5.5.4",
"vite": "^5.3.5"
"vite": "^5.4.0"
},
"private": true,
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion examples/auto-import/react-vite-ahooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@vitejs/plugin-react-swc": "^3.7.0",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.2",
"vite": "^5.3.5"
"vite": "^5.4.0"
},
"private": true,
"license": "MIT"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@ant-design/pro-components": "^2.7.14",
"antd": "^5.19.4",
"@ant-design/pro-components": "^2.7.15",
"antd": "^5.20.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand All @@ -24,7 +24,7 @@
"@vitejs/plugin-react-swc": "^3.7.0",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.2",
"vite": "^5.3.5"
"vite": "^5.4.0"
},
"private": true,
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion examples/auto-import/react-vite-antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@vitejs/plugin-react-swc": "^3.7.0",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.2",
"vite": "^5.3.5"
"vite": "^5.4.0"
},
"private": true,
"license": "MIT"
Expand Down
10 changes: 5 additions & 5 deletions examples/echarts/react-vite-echarts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.9",
"typescript": "^5.5.4",
"vite": "^5.3.5"
"vite": "^5.4.0"
},
"private": true,
"license": "MIT"
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,29 @@
"@bit-ocean/prettier-config": "workspace:^",
"@bit-ocean/tsconfig": "workspace:^",
"@changesets/cli": "^2.27.7",
"@commitlint/cli": "^19.3.0",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@nx/js": "19.5.6",
"@nx/plugin": "19.5.6",
"@nx/js": "19.5.7",
"@nx/plugin": "19.5.7",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.7.5",
"@swc/core": "^1.7.6",
"@types/node": "^22.1.0",
"@vitest/browser": "^2.0.5",
"@vitest/ui": "^2.0.5",
"chromatic": "^11.7.0",
"commitizen": "^4.3.0",
"cspell": "^8.13.1",
"cspell": "^8.13.2",
"cz-git": "^1.9.4",
"eslint": "^8.57.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.7",
"nx": "19.5.6",
"lint-staged": "^15.2.8",
"nx": "19.5.7",
"prettier": "^3.3.3",
"tslib": "^2.6.3",
"tsup": "^8.2.4",
"type-fest": "^4.23.0",
"type-fest": "^4.24.0",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite": "^5.4.0",
"vitest": "^2.0.5"
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auto-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
},
"devDependencies": {
"unimport": "^3.9.1",
"unimport": "^3.10.0",
"unplugin-auto-import": "^0.18.2"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
"prettier:fix": "prettier --write --cache --ignore-unknown --ignore-path=../../.prettierignore ."
},
"peerDependencies": {
"axios": "^1.7.2"
"axios": "^1.7.3"
},
"dependencies": {
"@bit-ocean/utils": "workspace:^"
},
"devDependencies": {
"@tanstack/react-router": "^1.45.14",
"antd": "^5.19.4",
"axios": "^1.7.2",
"@tanstack/react-router": "^1.46.8",
"antd": "^5.20.0",
"axios": "^1.7.3",
"i18next": "^23.12.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prettier:fix": "prettier --write --cache --ignore-unknown --ignore-path=../../.prettierignore ."
},
"peerDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"commitizen": "^4.3.0",
"cz-git": "^1.9.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"prettier:fix": "prettier --write --cache --ignore-unknown --ignore-path=../../.prettierignore ."
},
"peerDependencies": {
"@tanstack/react-router": "^1.45.14"
"@tanstack/react-router": "^1.46.8"
},
"peerDependenciesMeta": {
"@tanstack/react-router": {
"optional": true
}
},
"devDependencies": {
"@tanstack/react-router": "^1.45.14"
"@tanstack/react-router": "^1.46.8"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
},
"peerDependencies": {
"i18next": "^23.12.2",
"react-i18next": "^15.0.0"
"react-i18next": "^15.0.1"
},
"dependencies": {
"@bit-ocean/utils": "workspace:^"
},
"devDependencies": {
"i18next": "^23.12.2",
"react-i18next": "^15.0.0"
"react-i18next": "^15.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"devDependencies": {
"@nestjs/common": "^10.3.10",
"@nestjs/core": "^10.3.10",
"@prisma/client": "^5.17.0",
"prisma": "^5.17.0",
"@prisma/client": "^5.18.0",
"prisma": "^5.18.0",
"reflect-metadata": "^0.2.2"
},
"prisma": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@bit-ocean/theme": "workspace:^"
},
"peerDependencies": {
"tailwindcss": "^3.4.7"
"tailwindcss": "^3.4.9"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"prettier:fix": "prettier --write --cache --ignore-unknown --ignore-path=../../.prettierignore ."
},
"peerDependencies": {
"antd": "^5.19.4"
"antd": "^5.20.0"
},
"peerDependenciesMeta": {
"antd": {
"optional": true
}
},
"devDependencies": {
"antd": "^5.19.4"
"antd": "^5.20.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 37671b8

Please sign in to comment.