Skip to content

Commit

Permalink
package bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Dec 4, 2023
1 parent 3d298c9 commit dd2a211
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 112 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"@saberhq/eslint-config-react": "workspace:*",
"@saberhq/tsconfig": "workspace:*",
"@types/eslint": "^8.44.8",
"@types/node": "^18.18.14",
"@types/react": "^18.2.39",
"@types/node": "^18.19.2",
"@types/react": "^18.2.41",
"@typescript-eslint/utils": "^6.13.1",
"@yarnpkg/doctor": "^4.0.1",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"devDependencies": {
"@saberhq/tsconfig": "workspace:^",
"@types/eslint": "^8.44.8",
"@types/node": "^18.18.14",
"@types/node": "^18.19.2",
"@typescript-eslint/utils": "^6.13.1",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"typescript": "^5.3.2"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
Expand All @@ -40,9 +40,9 @@
"devDependencies": {
"@saberhq/tsconfig": "workspace:^",
"@types/eslint": "^8.44.8",
"@types/node": "^18.18.14",
"@types/node": "^18.19.2",
"@typescript-eslint/utils": "^6.13.1",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"typescript": "^5.3.2"
}
}
Loading

0 comments on commit dd2a211

Please sign in to comment.