Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cahnory committed Dec 19, 2023
1 parent 40fca28 commit 9a97d3b
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 176 deletions.
4 changes: 2 additions & 2 deletions apps/sample-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"devDependencies": {
"concurrently": "^8.2.2",
"eslint": "^8.55.0",
"prettier": "^3.1.0",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
}
Expand Down
4 changes: 2 additions & 2 deletions libs/sample-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"devDependencies": {
"concurrently": "^8.2.2",
"eslint": "^8.55.0",
"prettier": "^3.1.0",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/cz-commitlint": "^18.4.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"commitizen": "^4.3.0",
"concurrently": "^8.2.2",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-perfectionist": "^2.5.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"only-allow": "^1.2.1",
"prettier": "^3.1.0",
"turbo": "^1.11.0"
"prettier": "^3.1.1",
"turbo": "^1.11.2"
}
}
Loading

0 comments on commit 9a97d3b

Please sign in to comment.