Skip to content

Commit

Permalink
BREAKING CHANGE: upgrade major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pmb0 committed May 3, 2024
1 parent 439f6fe commit 71f7829
Show file tree
Hide file tree
Showing 2 changed files with 3,092 additions and 2,452 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"eslint-plugin-jest": "^27.4.3",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^9.1.1",
"eslint-plugin-jest": "^28.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-sonarjs": "^0.21.0",
"eslint-plugin-toplevel": "^1.0.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-security": "^3.0.0",
"eslint-plugin-sonarjs": "^0.25.1",
"eslint-plugin-toplevel": "^1.1.0",
"eslint-plugin-unicorn": "^48.0.1"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.0.0",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^11.0.0",
"@semantic-release/release-notes-generator": "^12.0.0",
"semantic-release": "^22.0.5",
"typescript": "^5.2.2"
"@semantic-release/npm": "^11.0.3",
"@semantic-release/release-notes-generator": "^12.1.0",
"semantic-release": "^22.0.12",
"typescript": "^5.4.5"
},
"scripts": {
"//preinstall": "npx only-allow pnpm"
Expand Down
Loading

0 comments on commit 71f7829

Please sign in to comment.