Skip to content

Commit

Permalink
chore: upgrade dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya committed Oct 7, 2024
1 parent b40f852 commit 6dd0626
Show file tree
Hide file tree
Showing 5 changed files with 121 additions and 101 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"fix-lint": "nx run-many -t lint-fix"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.11.1",
"@eslint/compat": "^1.2.0",
"@eslint/js": "^9.12.0",
"@lerna-lite/cli": "^3.9.2",
"@lerna-lite/version": "^3.9.2",
"@types/eslint__js": "^8.42.3",
"@yarnpkg/types": "^4.0.0",
"eslint": "^9.11.1",
"eslint": "^9.12.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.10.0",
"nx": "^19.8.3",
"nx": "^19.8.4",
"prettier": "^3.3.3",
"typescript-eslint": "^8.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/raga-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"cross-env": "^7.0.3",
"electron": "^30.4.0",
"electron-extension-installer": "^1.2.0",
"eslint": "^9.11.1",
"eslint": "^9.12.0",
"react-devtools": "^5.3.1",
"sass": "^1.79.4",
"typescript": "^5.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/raga-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/dedent": "^0.7.2",
"@types/node": "^20.16.10",
"@types/prompts": "^2.4.9",
"eslint": "^9.11.1",
"eslint": "^9.12.0",
"typescript": "^5.6.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/raga-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/node": "^20.16.10",
"@types/plist": "^3.0.5",
"@types/prompts": "^2.4.9",
"eslint": "^9.11.1",
"eslint": "^9.12.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.6.2"
},
Expand Down
Loading

0 comments on commit 6dd0626

Please sign in to comment.