Skip to content

Commit

Permalink
Merge pull request #39 from kazura233/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
kazura233 authored May 24, 2024
2 parents 0dd06b5 + 47436e4 commit 2d12534
Show file tree
Hide file tree
Showing 6 changed files with 4,373 additions and 3,658 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"scripts": {
"clean:sdk": "pnpm -r --filter=./packages/sdk* run clean",
"build:sdk": "pnpm -r --filter=./packages/sdk* run build",
Expand Down
6 changes: 3 additions & 3 deletions packages/project-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@react-monorepo-project-template/sdk-stores": "workspace:*",
"@react-monorepo-project-template/sdk-types": "workspace:*",
"@react-monorepo-project-template/sdk-utils": "workspace:*",
"ahooks": "^3.7.11",
"ahooks": "^3.8.0",
"antd": "^5.17.3",
"mobx": "^6.12.3",
"react": "^18.3.1",
Expand All @@ -40,9 +40,9 @@
"devDependencies": {
"@kazura/eslint-config-react-app": "7.0.1-patch.1",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react": "^4.3.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"typescript": "^5.4.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/project-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@react-monorepo-project-template/sdk-stores": "workspace:*",
"@react-monorepo-project-template/sdk-types": "workspace:*",
"@react-monorepo-project-template/sdk-utils": "workspace:*",
"ahooks": "^3.7.11",
"ahooks": "^3.8.0",
"antd-mobile": "^5.36.0",
"antd-mobile-icons": "^0.3.0",
"mobx": "^6.12.3",
Expand All @@ -40,9 +40,9 @@
"devDependencies": {
"@kazura/eslint-config-react-app": "7.0.1-patch.1",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react": "^4.3.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"typescript": "^5.4.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"g:index": "tsx src/cli/generate-index.ts"
},
"dependencies": {
"@kazura/http-client": "^0.0.1",
"@kazura/http-client": "^0.0.2",
"@kazura/web-crypto": "^3.1.1",
"@kazura/web-util": "^2.0.0",
"@kazura/vite-config": "^0.0.2",
"@react-monorepo-project-template/sdk-commons": "workspace:*",
"@react-monorepo-project-template/sdk-utils": "workspace:*",
"axios": "^1.7.0",
"tsx": "^4.10.5"
"axios": "^1.7.2",
"tsx": "^4.11.0"
},
"devDependencies": {
"komekko": "^0.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "pnpm clean & komekko"
},
"dependencies": {
"axios": "^1.7.0"
"axios": "^1.7.2"
},
"devDependencies": {
"komekko": "^0.1.3",
Expand Down
Loading

0 comments on commit 2d12534

Please sign in to comment.