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 7, 2023
1 parent 8a0e701 commit 69fe848
Show file tree
Hide file tree
Showing 5 changed files with 1,806 additions and 2,899 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
node_modules
/docs-dist
.dumi/tmp
.dumi/tmp-test
.dumi/tmp-production
/.dumi/tmp
/.dumi/tmp-test
/.dumi/tmp-production
/.dumi/tsconfig.json
.DS_Store

/packages/*/lib
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,31 +46,31 @@
]
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/config-pnpm-scopes": "^17.7.0",
"@testing-library/jest-dom": "^6.1.3",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@commitlint/config-pnpm-scopes": "^18.1.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@umijs/lint": "^4.0.81",
"@vitest/coverage-v8": "^0.34.4",
"dumi": "^2.2.10",
"eslint": "^8.49.0",
"father": "^4.3.5",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@umijs/lint": "^4.0.87",
"@vitest/coverage-v8": "^0.34.6",
"dumi": "^2.2.14",
"eslint": "^8.53.0",
"father": "^4.3.7",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lerna": "^7.3.0",
"lint-staged": "^14.0.1",
"lerna": "^7.4.2",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-packagejson": "^2.4.5",
"prettier-plugin-packagejson": "^2.4.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stylelint": "^15.10.3",
"stylelint": "^15.11.0",
"typescript": "^5.2.2",
"vitest": "^0.34.4"
"vitest": "^0.34.6"
},
"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.2.22",
"@types/react-dom": "^18.2.7",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
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.2.22",
"@types/react-dom": "^18.2.7",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Loading

0 comments on commit 69fe848

Please sign in to comment.