Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qhanw committed Feb 26, 2024
1 parent b338bb9 commit 9cadc00
Show file tree
Hide file tree
Showing 3 changed files with 5,654 additions and 4,091 deletions.
4 changes: 2 additions & 2 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export default defineConfig({
github: 'https://github.com/qhanw/bizk',
apiHeader: false,
footerConfig: {
bottom: 'Powered by <a href="http://qhan.wang">Qhan W</a>',
columns: false,
bottom: 'Powered by <a href="https://qhan.wang">Qhan W</a>',
columns: [],
},
},

Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,33 +37,33 @@
]
},
"devDependencies": {
"@ant-design/icons": "^5.0.1",
"@ant-design/pro-components": "^2.4.4",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.0.31",
"@types/react-dom": "^18.0.11",
"@vitest/coverage-c8": "^0.29.8",
"antd": "^5.3.3",
"dumi": "^2.1.17",
"dumi-theme-antd-style": "^0.21.0",
"father": "^4.1.7",
"husky": "^8.0.3",
"jsdom": "^21.1.1",
"lint-staged": "^13.2.0",
"prettier": "^2.8.7",
"query-string": "^8.1.0",
"@ant-design/icons": "^5.3.0",
"@ant-design/pro-components": "^2.6.49",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@vitest/coverage-v8": "^1.3.1",
"antd": "^5.14.2",
"dumi": "^2.2.17",
"dumi-theme-antd-style": "^0.30.0",
"father": "^4.4.0",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"query-string": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.10.0",
"rimraf": "^4.4.1",
"turbo": "^1.8.8",
"typescript": "^5.0.2",
"vitest": "^0.29.8"
"react-router-dom": "^6.22.1",
"rimraf": "^5.0.5",
"turbo": "^1.12.4",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
},
"license": "MIT"
}
Loading

0 comments on commit 9cadc00

Please sign in to comment.