Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Sep 6, 2024
1 parent bbbc268 commit b291fbf
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 428 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
"build": "tsup",
"test:dev": "vitest",
"test": "vitest run",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"init:rename": "tsx scripts/init/rename.ts",
"init:bin": "tsx scripts/init/bin.ts",
"clean": "tsx scripts/clean.ts",
Expand All @@ -61,15 +63,15 @@
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/types": "^19.0.3",
"@icebreakers/eslint-config": "^0.3.22",
"@icebreakers/eslint-config": "^0.4.1",
"@tsconfig/recommended": "^1.0.6",
"@types/fs-extra": "^11.0.4",
"@types/klaw": "^3.0.6",
"@types/lodash": "^4.17.5",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.4.2",
"@types/node": "^22.5.4",
"@vitest/coverage-v8": "^2.0.5",
"cross-env": "^7.0.3",
"defu": "^6.1.4",
Expand Down
Loading

0 comments on commit b291fbf

Please sign in to comment.