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
- remove `@brucesong/eslint-config-ts` (deprecated/not found)
  • Loading branch information
funder7 committed Nov 11, 2024
1 parent 260be52 commit e41a904
Show file tree
Hide file tree
Showing 5 changed files with 7,495 additions and 6,614 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@
"rspress": "^1.10.1"
},
"devDependencies": {
"@brucesong/eslint-config-ts": "^1.0.17",
"@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 e41a904

Please sign in to comment.