Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Nov 17, 2024
1 parent 8e0d86e commit ef93520
Show file tree
Hide file tree
Showing 4 changed files with 2,150 additions and 1,856 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,31 +46,31 @@
]
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/config-pnpm-scopes": "^19.1.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/config-pnpm-scopes": "^19.5.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@umijs/lint": "^4.3.14",
"@vitest/coverage-v8": "^2.0.5",
"dumi": "^2.4.7",
"eslint": "^9.9.0",
"father": "^4.5.0",
"husky": "^9.1.4",
"jsdom": "^24.1.1",
"lerna": "^8.1.8",
"lint-staged": "^15.2.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@umijs/lint": "^4.3.34",
"@vitest/coverage-v8": "^2.1.5",
"dumi": "^2.4.13",
"eslint": "^9.15.0",
"father": "^4.5.1",
"husky": "^9.1.6",
"jsdom": "^25.0.1",
"lerna": "^8.1.9",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-packagejson": "^2.5.1",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.5.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"stylelint": "^16.8.2",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"stylelint": "^16.10.0",
"typescript": "^5.6.3",
"vitest": "^2.1.5"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/demo1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"update:deps": "pnpm update --interactive --latest"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/demo2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"update:deps": "pnpm update --interactive --latest"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
Loading

0 comments on commit ef93520

Please sign in to comment.