Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 44f4b00 commit f471a4a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion its/eslint8-plugin-sonarjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"cross-spawn": "7.0.6",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"typescript": "5.6.3",
"typescript": "5.7.2",
"typescript-eslint": "7.18.0"
}
}
4 changes: 2 additions & 2 deletions its/eslint9-plugin-sonarjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"devDependencies": {
"eslint-plugin-sonarjs": "file:../../lib/eslint-plugin-sonarjs-0.0.0-SNAPSHOT.tgz",
"cross-spawn": "7.0.6",
"eslint": "9 - 9.14",
"typescript": "5.6.3",
"eslint": "9 - 9.15",
"typescript": "5.7.2",
"typescript-eslint": "^8.5.0"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@types/express": "4.17.21",
"@types/functional-red-black-tree": "1.0.6",
"@types/lodash.clone": "4.5.9",
"@types/node": "20.17.6",
"@types/node": "20.17.8",
"@types/semver": "7.5.8",
"@types/tmp": "0.2.6",
"cpy-cli": "5.0.0",
Expand All @@ -88,12 +88,12 @@
"mkdirp": "3.0.1",
"node-fetch": "3.3.2",
"one-double-zero": "^1.0.0-beta.10",
"prettier": "3.3.3",
"prettier": "3.4.1",
"prettier-plugin-java": "2.6.5",
"pretty-quick": "4.0.0",
"rimraf": "6.0.1",
"tsx": "4.19.2",
"type-fest": "4.27.0",
"type-fest": "4.28.1",
"typedoc": "0.26.11"
},
"dependencies": {
Expand Down Expand Up @@ -136,7 +136,7 @@
"stylelint": "15.11.0",
"tar": "7.4.3",
"tmp": "0.2.3",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vue-eslint-parser": "9.4.3",
"yaml": "2.6.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/jsts/src/rules/S6957/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"react": "19.0"
},
"devDependencies": {
"react": "15.0"
"react": "15.7"
},
"type": "module"
}

0 comments on commit f471a4a

Please sign in to comment.