Skip to content

Commit

Permalink
chore(deps): update all non-major dev-dependencies (#397)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 3, 2023
1 parent 04b53f7 commit fb35537
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 140 deletions.
4 changes: 2 additions & 2 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
"@types/mime-types": "^2.1.1",
"@types/ms": "^0.7.31",
"@types/multer": "^1.4.7",
"@types/node": "^18.17.11",
"@types/node": "^18.17.14",
"@types/node-os-utils": "^1.3.1",
"@types/pidusage": "^2.0.2",
"@types/ua-parser-js": "^0.7.36",
"@types/ua-parser-js": "^0.7.37",
"eslint": "8.48.0",
"typescript": "^5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/file-saver": "^2.0.5",
"@types/node": "^18.17.11",
"@types/node": "^18.17.14",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-syntax-highlighter": "^15.5.7",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"postinstall": "is-ci || husky install"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "^6.4.1"
"@typescript-eslint/eslint-plugin": "^6.5.0"
},
"dependencies": {
"@next/font": "13.4.19",
Expand All @@ -28,12 +28,12 @@
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-angular": "^17.7.0",
"@sapphire/eslint-config": "^5.0.1",
"@sapphire/eslint-config": "^5.0.2",
"@sapphire/ts-config": "4.0.1",
"@snowcrystals/prettier-config": "^1.0.0",
"@types/node": "18.17.11",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@types/node": "18.17.14",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "^9.0.0",
Expand All @@ -42,7 +42,7 @@
"is-ci": "^3.0.1",
"lint-staged": "^14.0.1",
"pinst": "^3.0.0",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"turbo": "^1.10.13",
"typescript": "5.2.2"
Expand Down
Loading

0 comments on commit fb35537

Please sign in to comment.