Skip to content

Commit

Permalink
chore(deps): update all non-major dev-dependencies (#369)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daan Klarenbeek <github@ijskoud.dev>
  • Loading branch information
renovate[bot] and ijsKoud committed Jul 18, 2023
1 parent 90db391 commit 3242dd2
Show file tree
Hide file tree
Showing 13 changed files with 157 additions and 94 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/node-os-utils": "^1.3.1",
"@types/pidusage": "^2.0.2",
"@types/ua-parser-js": "^0.7.36",
"eslint": "8.44.0",
"eslint": "8.45.0",
"typescript": "^5.1.6"
}
}
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"@types/cors": "^2.8.13",
"@types/file-saver": "^2.0.5",
"@types/node": "^18.16.19",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-syntax-highlighter": "^15.5.7",
"eslint": "8.44.0",
"tailwindcss": "^3.3.2",
"eslint": "8.45.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"@sapphire/prettier-config": "^1.4.5",
"@sapphire/ts-config": "4.0.0",
"@types/node": "18.16.19",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"eslint-config-next": "13.4.9",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.45.0",
"eslint-config-next": "13.4.10",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lint-staged": "^13.2.3",
"pinst": "^3.0.0",
"tailwindcss": "^3.3.2",
"tailwindcss": "^3.3.3",
"turbo": "^1.10.7",
"typescript": "5.1.6"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/buttons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"eslint": "8.44.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"eslint": "8.45.0",
"typescript": "^5.1.6"
}
}
6 changes: 3 additions & 3 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"react-select": "^5.7.4"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"eslint": "8.44.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"eslint": "8.45.0",
"typescript": "^5.1.6"
}
}
6 changes: 3 additions & 3 deletions packages/logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"eslint": "8.44.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"eslint": "8.45.0",
"typescript": "^5.1.6"
}
}
6 changes: 3 additions & 3 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"remark-gfm": "^3.0.1"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"eslint": "8.44.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"eslint": "8.45.0",
"typescript": "^5.1.6"
}
}
6 changes: 3 additions & 3 deletions packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"framer-motion": "^10.12.21"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"eslint": "8.44.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"eslint": "8.45.0",
"typescript": "^5.1.6"
}
}
6 changes: 3 additions & 3 deletions packages/navbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"react-spinners": "^0.13.8"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"eslint": "8.44.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"eslint": "8.45.0",
"typescript": "^5.1.6"
}
}
6 changes: 3 additions & 3 deletions packages/swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"swr": "^2.2.0"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"eslint": "8.44.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"eslint": "8.45.0",
"typescript": "^5.1.6"
}
}
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"yup": "^1.2.0"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react": "^18.2.15",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.2.6",
"@types/react-dom": "^18.2.7",
"@types/react-syntax-highlighter": "^15.5.7",
"eslint": "8.44.0",
"eslint": "8.45.0",
"typescript": "^5.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "TIMING=1 eslint"
},
"devDependencies": {
"eslint": "8.44.0",
"eslint": "8.45.0",
"typescript": "^5.1.6"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 3242dd2

Please sign in to comment.