Skip to content

Commit

Permalink
fix: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ntnyq committed Sep 16, 2024
1 parent 27242c4 commit c9f232c
Show file tree
Hide file tree
Showing 4 changed files with 202 additions and 220 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@
"name": "@ntnyq/configs",
"version": "1.21.2",
"private": true,
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"scripts": {
"lint": "eslint .",
"prepare": "husky",
"release": "run-s release:check release:version release:publish",
"release:check": "run-s lint test",
"release:check": "run-s lint",
"release:publish": "pnpm -r publish --access public",
"release:version": "bumpp -r"
},
"devDependencies": {
"@ntnyq/eslint-config": "^3.0.0-beta.8",
"@ntnyq/eslint-config": "^3.0.0-beta.12",
"@ntnyq/prettier-config": "workspace:*",
"@types/eslint": "^9.6.1",
"@types/node": "^20.16.5",
"@types/node": "^22.5.5",
"bumpp": "^9.5.2",
"eslint": "^9.10.0",
"husky": "^9.1.5",
"husky": "^9.1.6",
"nano-staged": "^0.8.0",
"npm-run-all2": "^6.2.2",
"pnpm": "^9.9.0",
"npm-run-all2": "^6.2.3",
"pnpm": "^9.10.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"prettier": "@ntnyq/prettier-config",
"nano-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ declare function defineConfig(config: Config): Config

declare const config: Config

export { defineConfig, config, config as default }
export { config, config as default, defineConfig }
2 changes: 1 addition & 1 deletion packages/renovate-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"access": "public"
},
"devDependencies": {
"renovate": "^38.72.1"
"renovate": "^38.82.0"
}
}
Loading

0 comments on commit c9f232c

Please sign in to comment.