Skip to content

Commit

Permalink
chore(deps): update all non-major dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 11, 2024
1 parent 12637b1 commit 3f55619
Show file tree
Hide file tree
Showing 6 changed files with 837 additions and 582 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,33 @@
"check-update": "turbo run check-update"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@favware/cliff-jumper": "^3.0.3",
"@favware/colorette-spinner": "^1.0.1",
"@favware/npm-deprecate": "^1.0.7",
"@joshdb/eslint-config": "2.0.0-next.d809b7e.0",
"@joshdb/map": "2.0.0-next.f1e0d87.0",
"@joshdb/prettier-config": "2.0.0-next.d809b7e.0",
"@joshdb/ts-config": "2.0.0-next.d809b7e.0",
"@swc/core": "^1.6.1",
"@types/node": "^20.14.2",
"@swc/core": "^1.7.25",
"@types/node": "^20.16.5",
"@types/prompts": "^2.4.9",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^1.6.0",
"colorette": "^2.0.20",
"esbuild-plugin-version-injector": "^1.2.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"eslint-plugin-prettier": "^5.2.1",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prompts": "^2.4.2",
"tslib": "^2.6.3",
"tsup": "^8.1.0",
"tslib": "^2.7.0",
"tsup": "^8.2.4",
"turbo": "^1.13.4",
"typescript": "^5.4.5",
"typescript": "^5.6.2",
"vitest": "^1.6.0"
},
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions packages/auto-ensure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^3.0.3",
"@swc/core": "^1.6.1",
"@swc/core": "^1.7.25",
"@vitest/coverage-v8": "^1.6.0",
"tsup": "^8.1.0",
"typedoc": "^0.25.13",
"typedoc-json-parser": "^10.0.0",
"typescript": "^5.4.5",
"tsup": "^8.2.4",
"typedoc": "^0.26.7",
"typedoc-json-parser": "^10.1.5",
"typescript": "^5.6.2",
"vitest": "^1.6.0"
},
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^3.0.3",
"@swc/core": "^1.6.1",
"@swc/core": "^1.7.25",
"@vitest/coverage-v8": "^1.6.0",
"tsup": "^8.1.0",
"typedoc": "^0.25.13",
"typedoc-json-parser": "^10.0.0",
"typescript": "^5.4.5",
"tsup": "^8.2.4",
"typedoc": "^0.26.7",
"typedoc-json-parser": "^10.1.5",
"typescript": "^5.6.2",
"vitest": "^1.6.0"
},
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^3.0.3",
"@swc/core": "^1.6.1",
"@swc/core": "^1.7.25",
"@vitest/coverage-v8": "^1.6.0",
"tsup": "^8.1.0",
"typedoc": "^0.25.13",
"typedoc-json-parser": "^10.0.0",
"typescript": "^5.4.5",
"tsup": "^8.2.4",
"typedoc": "^0.26.7",
"typedoc-json-parser": "^10.1.5",
"typescript": "^5.6.2",
"vitest": "^1.6.0"
},
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions packages/transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^3.0.3",
"@swc/core": "^1.6.1",
"@swc/core": "^1.7.25",
"@vitest/coverage-v8": "^1.6.0",
"tsup": "^8.1.0",
"typedoc": "^0.25.13",
"typedoc-json-parser": "^10.0.0",
"typescript": "^5.4.5",
"tsup": "^8.2.4",
"typedoc": "^0.26.7",
"typedoc-json-parser": "^10.1.5",
"typescript": "^5.6.2",
"vitest": "^1.6.0"
},
"repository": {
Expand Down
Loading

0 comments on commit 3f55619

Please sign in to comment.