Skip to content

Commit

Permalink
chore: update repository references & eslint version
Browse files Browse the repository at this point in the history
- update repository url in all packages
- upgrade eslint to latest version
- fix @brucesong/eslint-config-ts package
  • Loading branch information
funder7 committed Nov 11, 2024
1 parent 260be52 commit f81e3e8
Show file tree
Hide file tree
Showing 6 changed files with 7,507 additions and 6,614 deletions.
1 change: 1 addition & 0 deletions .cspell.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
antd
Antd
brucesong
recallwei
esbuild
gesturestart
juejin
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"rspress": "^1.10.1"
},
"devDependencies": {
"@brucesong/eslint-config-ts": "^1.0.17",
"@bruce/eslint-config": "github:recallwei/eslint-config",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@types/node": "^20.11.5",
"commitizen": "^4.3.0",
"cspell": "^8.3.2",
"cz-git": "^1.8.0",
"eslint": "^8.56.0",
"eslint": "^9.14.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/auto-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"author": "Bruce Song <[email protected]> (https://github.com/recallwei/)",
"repository": {
"type": "git",
"url": "https://github.com/bit-ocean-studio/dolphin-admin-core.git",
"url": "https://github.com/dolphin-admin/core.git",
"directory": "packages/auto-import"
},
"homepage": "https://github.com/bit-ocean-studio/dolphin-admin-core#readme",
"bugs": "https://github.com/bit-ocean-studio/dolphin-admin-core/issues",
"homepage": "https://github.com/dolphin-admin/core",
"bugs": "https://github.com/dolphin-admin/core/issues",
"keywords": [
"dolphin-admin",
"auto-import"
Expand Down
6 changes: 3 additions & 3 deletions packages/bootstrap-animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"author": "Bruce Song <[email protected]> (https://github.com/recallwei/)",
"repository": {
"type": "git",
"url": "https://github.com/bit-ocean-studio/dolphin-admin-core.git",
"url": "https://github.com/dolphin-admin/core.git",
"directory": "packages/bootstrap-animation"
},
"homepage": "https://github.com/bit-ocean-studio/dolphin-admin-core#readme",
"bugs": "https://github.com/bit-ocean-studio/dolphin-admin-core/issues",
"homepage": "https://github.com/dolphin-admin/core",
"bugs": "https://github.com/dolphin-admin/core/issues",
"keywords": [
"dolphin-admin",
"bootstrap-animation",
Expand Down
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"author": "Bruce Song <[email protected]> (https://github.com/recallwei/)",
"repository": {
"type": "git",
"url": "https://github.com/bit-ocean-studio/dolphin-admin-core.git",
"url": "https://github.com/dolphin-admin/core.git",
"directory": "packages/utils"
},
"homepage": "https://github.com/bit-ocean-studio/dolphin-admin-core#readme",
"bugs": "https://github.com/bit-ocean-studio/dolphin-admin-core/issues",
"homepage": "https://github.com/dolphin-admin/core",
"bugs": "https://github.com/dolphin-admin/core/issues",
"keywords": [
"dolphin-admin",
"utils"
Expand Down
Loading

0 comments on commit f81e3e8

Please sign in to comment.