Skip to content

Commit

Permalink
chore(deps): update all non-major dev-dependencies (#324)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 16, 2024
1 parent 90d8c4a commit b566dec
Show file tree
Hide file tree
Showing 6 changed files with 126 additions and 126 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
"@joshdb/map": "2.0.0-next.c343260.0",
"@joshdb/prettier-config": "2.0.0-next.b88aca0.0",
"@joshdb/ts-config": "2.0.0-next.b88aca0.0",
"@swc/core": "^1.5.25",
"@swc/core": "^1.6.0",
"@types/node": "^20.14.2",
"@types/prompts": "^2.4.9",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.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.5",
"prettier": "^3.3.1",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"prompts": "^2.4.2",
"tslib": "^2.6.3",
"tsup": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auto-ensure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^3.0.3",
"@swc/core": "^1.5.25",
"@swc/core": "^1.6.0",
"@vitest/coverage-v8": "^1.6.0",
"tsup": "^8.1.0",
"typedoc": "^0.25.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^3.0.3",
"@swc/core": "^1.5.25",
"@swc/core": "^1.6.0",
"@vitest/coverage-v8": "^1.6.0",
"tsup": "^8.1.0",
"typedoc": "^0.25.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^3.0.3",
"@swc/core": "^1.5.25",
"@swc/core": "^1.6.0",
"@vitest/coverage-v8": "^1.6.0",
"tsup": "^8.1.0",
"typedoc": "^0.25.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^3.0.3",
"@swc/core": "^1.5.25",
"@swc/core": "^1.6.0",
"@vitest/coverage-v8": "^1.6.0",
"tsup": "^8.1.0",
"typedoc": "^0.25.13",
Expand Down
Loading

0 comments on commit b566dec

Please sign in to comment.