Skip to content

Commit

Permalink
Merge pull request #51 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 Dec 13, 2024
2 parents 8b239d2 + 3603cff commit 52357ca
Show file tree
Hide file tree
Showing 9 changed files with 915 additions and 1,126 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": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.0",
"scripts": {
"clean:sdk": "pnpm -r --filter=./packages/sdk* run clean",
"build:sdk": "pnpm -r --filter=./packages/sdk* run build",
Expand Down
26 changes: 13 additions & 13 deletions packages/project-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@emotion/css": "^11.13.4",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@ant-design/icons": "^5.5.2",
"@emotion/css": "^11.13.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@kazura/react-mobx": "^1.0.1",
"@kazura/common": "^0.0.1",
"@kazura/react-toolkit": "^0.1.1",
Expand All @@ -29,8 +29,8 @@
"@react-monorepo-project-template/sdk-stores": "workspace:*",
"@react-monorepo-project-template/sdk-types": "workspace:*",
"@react-monorepo-project-template/sdk-utils": "workspace:*",
"ahooks": "^3.8.1",
"antd": "^5.21.6",
"ahooks": "^3.8.4",
"antd": "^5.22.4",
"mobx": "^6.13.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -39,17 +39,17 @@
},
"devDependencies": {
"@kazura/eslint-config-react-app": "7.0.1-patch.1",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@types/node": "^22.10.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-eslint": "^1.8.1"
},
"engines": {
"node": ">=22.11.0"
"node": ">=22.12.0"
}
}
22 changes: 11 additions & 11 deletions packages/project-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/css": "^11.13.4",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@emotion/css": "^11.13.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@kazura/react-mobx": "^1.0.1",
"@kazura/common": "^0.0.1",
"@kazura/react-toolkit": "^0.1.1",
Expand All @@ -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.8.1",
"ahooks": "^3.8.4",
"antd-mobile": "^5.38.1",
"antd-mobile-icons": "^0.3.0",
"mobx": "^6.13.5",
Expand All @@ -39,17 +39,17 @@
},
"devDependencies": {
"@kazura/eslint-config-react-app": "7.0.1-patch.1",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@types/node": "^22.10.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-eslint": "^1.8.1"
},
"engines": {
"node": ">=22.11.0"
"node": ">=22.12.0"
}
}
4 changes: 2 additions & 2 deletions packages/sdk-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"devDependencies": {
"komekko": "^0.2.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"engines": {
"node": ">=22.11.0"
"node": ">=22.12.0"
}
}
6 changes: 3 additions & 3 deletions packages/sdk-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"@kazura/vite-config": "^0.0.2",
"@react-monorepo-project-template/sdk-commons": "workspace:*",
"@react-monorepo-project-template/sdk-utils": "workspace:*",
"axios": "^1.7.7",
"axios": "^1.7.9",
"tsx": "^4.19.2"
},
"devDependencies": {
"komekko": "^0.2.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"engines": {
"node": ">=22.11.0"
"node": ">=22.12.0"
}
}
4 changes: 2 additions & 2 deletions packages/sdk-stores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"devDependencies": {
"komekko": "^0.2.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"engines": {
"node": ">=22.11.0"
"node": ">=22.12.0"
}
}
4 changes: 2 additions & 2 deletions packages/sdk-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"devDependencies": {
"komekko": "^0.2.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"engines": {
"node": ">=22.11.0"
"node": ">=22.12.0"
}
}
6 changes: 3 additions & 3 deletions packages/sdk-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"build": "pnpm clean & komekko"
},
"dependencies": {
"axios": "^1.7.7"
"axios": "^1.7.9"
},
"devDependencies": {
"komekko": "^0.2.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"engines": {
"node": ">=22.11.0"
"node": ">=22.12.0"
}
}
Loading

0 comments on commit 52357ca

Please sign in to comment.