Skip to content

Commit

Permalink
chore(deps): update all non-major dev-dependencies (#411)
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] authored Sep 17, 2023
1 parent bf7ed81 commit 3f0746e
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 85 deletions.
8 changes: 4 additions & 4 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@
"zip-lib": "^0.7.3"
},
"devDependencies": {
"@types/busboy": "^1.5.0",
"@types/busboy": "^1.5.1",
"@types/cookie-parser": "^1.4.4",
"@types/cors": "2.8.14",
"@types/cron": "^2.0.1",
"@types/express": "^4.17.17",
"@types/express-rate-limit": "^6.0.0",
"@types/formidable": "^3.4.2",
"@types/jsonwebtoken": "^9.0.2",
"@types/formidable": "^3.4.3",
"@types/jsonwebtoken": "^9.0.3",
"@types/lodash": "^4.14.198",
"@types/mime-types": "^2.1.1",
"@types/ms": "^0.7.31",
"@types/multer": "^1.4.7",
"@types/node": "^18.17.15",
"@types/node": "^18.17.17",
"@types/node-os-utils": "^1.3.1",
"@types/pidusage": "^2.0.2",
"@types/ua-parser-js": "^0.7.37",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@types/ms": "^0.7.31",
"@types/node": "^18.17.15",
"@types/node": "^18.17.17",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-syntax-highlighter": "^15.5.7",
Expand Down
10 changes: 5 additions & 5 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.6.0"
"@typescript-eslint/eslint-plugin": "^6.7.0"
},
"dependencies": {
"@hookform/resolvers": "^3.3.1",
Expand All @@ -39,9 +39,9 @@
"@sapphire/eslint-config": "^5.0.2",
"@sapphire/ts-config": "5.0.0",
"@snowcrystals/prettier-config": "^1.0.0",
"@types/node": "18.17.15",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@types/node": "18.17.17",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.49.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "^9.0.0",
Expand All @@ -52,7 +52,7 @@
"pinst": "^3.0.0",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"turbo": "^1.10.13",
"turbo": "^1.10.14",
"typescript": "5.2.2"
},
"engines": {
Expand Down
Loading

0 comments on commit 3f0746e

Please sign in to comment.