Skip to content

Commit

Permalink
chore(deps): update all non-major dev-dependencies (#356)
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 Jun 25, 2023
1 parent 0765ab6 commit 5387aab
Show file tree
Hide file tree
Showing 12 changed files with 212 additions and 201 deletions.
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/pidusage": "^2.0.2",
"@types/ua-parser-js": "^0.7.36",
"eslint": "8.43.0",
"prisma": "^4.15.0",
"prisma": "^4.16.1",
"typescript": "^5.1.3"
}
}
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@types/cors": "^2.8.13",
"@types/file-saver": "^2.0.5",
"@types/node": "^18.16.18",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-syntax-highlighter": "^15.5.7",
"eslint": "8.43.0",
"tailwindcss": "^3.3.2",
Expand Down
14 changes: 7 additions & 7 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": "^5.59.11"
"@typescript-eslint/eslint-plugin": "^5.60.0"
},
"dependencies": {
"@next/font": "13.4.7",
Expand All @@ -27,23 +27,23 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-angular": "^17.6.5",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-angular": "^17.6.6",
"@sapphire/eslint-config": "^4.4.2",
"@sapphire/prettier-config": "^1.4.5",
"@sapphire/ts-config": "4.0.0",
"@types/node": "18.16.18",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"eslint": "^8.43.0",
"eslint-config-next": "13.4.6",
"eslint-config-next": "13.4.7",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lint-staged": "^13.2.2",
"tailwindcss": "^3.3.2",
"turbo": "^1.10.3",
"turbo": "^1.10.6",
"typescript": "5.1.3"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/buttons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"eslint": "8.43.0",
"typescript": "^5.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"react-select": "^5.7.3"
},
"devDependencies": {
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"eslint": "8.43.0",
"typescript": "^5.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"eslint": "8.43.0",
"typescript": "^5.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"remark-gfm": "^3.0.1"
},
"devDependencies": {
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"eslint": "8.43.0",
"typescript": "^5.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"framer-motion": "^10.12.17"
},
"devDependencies": {
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"eslint": "8.43.0",
"typescript": "^5.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/navbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"react-spinners": "^0.13.8"
},
"devDependencies": {
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"eslint": "8.43.0",
"typescript": "^5.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"swr": "^2.2.0"
},
"devDependencies": {
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"eslint": "8.43.0",
"typescript": "^5.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"yup": "^1.2.0"
},
"devDependencies": {
"@types/react": "^18.2.12",
"@types/react": "^18.2.14",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.2.5",
"@types/react-dom": "^18.2.6",
"@types/react-syntax-highlighter": "^15.5.7",
"eslint": "8.43.0",
"typescript": "^5.1.3"
Expand Down
Loading

0 comments on commit 5387aab

Please sign in to comment.