Skip to content

Commit

Permalink
fix(deps): update patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent ad419b1 commit 1fc9cab
Show file tree
Hide file tree
Showing 4 changed files with 305 additions and 600 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"nx": "20.3.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"publint": "^0.3.1",
"publint": "^0.3.2",
"read-pkg": "^9.0.1",
"rimraf": "^6.0.1",
"secretlint": "9.0.0",
Expand All @@ -126,7 +126,7 @@
"typescript": "5.7.3",
"vitest": "^2.1.8"
},
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.3",
"engines": {
"node": ">=18.* <=23.*"
},
Expand Down
22 changes: 11 additions & 11 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
"@eslint/js": "^8.52.0",
"@html-eslint/eslint-plugin": "^0.20.0",
"@html-eslint/parser": "^0.20.0",
"@jsenv/eslint-import-resolver": ">=8.0.4",
"@rushstack/eslint-patch": "^1.5.1",
"@jsenv/eslint-import-resolver": ">=8.2.0",
"@rushstack/eslint-patch": "^1.10.5",
"@rushstack/eslint-plugin-security": "^0.7.1",
"@typescript-eslint/eslint-plugin": ">=6.9.1",
"@typescript-eslint/parser": "^6.9.1",
Expand Down Expand Up @@ -170,18 +170,18 @@
"globals": "^13.23.0",
"jsonc-eslint-parser": "^2.4.0",
"read-pkg-up": "^7.0.1",
"semver": "^7.5.4",
"toml-eslint-parser": "^0.6.0",
"yaml-eslint-parser": "^1.2.2"
"semver": "^7.6.3",
"toml-eslint-parser": "^0.6.1",
"yaml-eslint-parser": "^1.2.3"
},
"devDependencies": {
"@anolilab/semantic-release-preset": "8.0.3",
"@arthurgeron/eslint-plugin-react-usememo": "^2.2.1",
"@arthurgeron/eslint-plugin-react-usememo": "^2.2.3",
"@testing-library/dom": "^9.3.3",
"@total-typescript/ts-reset": "^0.5.1",
"@types/confusing-browser-globals": "^1.0.3",
"@types/eslint": "^8.56.0",
"@types/semver": "^7.5.6",
"@types/eslint": "^8.56.12",
"@types/semver": "^7.5.8",
"eslint": "^8.56.0",
"eslint-find-rules": "^4.1.0",
"eslint-plugin-babel": "^5.3.1",
Expand Down Expand Up @@ -211,11 +211,11 @@
"eslint-plugin-zod": "^1.4.0",
"jest": "^29.7.0",
"react": "^18.2.0",
"rimraf": "^5.0.5",
"rimraf": "^5.0.10",
"semantic-release": "^22.0.12",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"type-fest": "^4.8.3",
"typescript": "^5.3.3",
"typescript": "^5.7.3",
"vitest": "^1.1.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/lint-staged-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
},
"dependencies": {
"@visulima/fs": "2.3.5",
"@visulima/package": "^3.4.2",
"@visulima/fs": "2.3.6",
"@visulima/package": "^3.4.3",
"shell-quote": "^1.8.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 1fc9cab

Please sign in to comment.