Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#296)
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 Mar 5, 2023
1 parent b7ab195 commit 87c1c83
Show file tree
Hide file tree
Showing 13 changed files with 293 additions and 259 deletions.
10 changes: 5 additions & 5 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"dev": "NODE_ENV=development nodemon ./dist"
},
"peerDependencies": {
"next": "^13.2.1"
"next": "^13.2.3"
},
"dependencies": {
"@discordjs/collection": "^1.3.0",
"@prisma/client": "^4.10.1",
"@prisma/client": "^4.11.0",
"@snowcrystals/icicle": "^1.0.2",
"axios": "^1.3.4",
"body-parser": "^1.20.2",
Expand Down Expand Up @@ -50,12 +50,12 @@
"@types/mime-types": "^2.1.1",
"@types/ms": "^0.7.31",
"@types/multer": "^1.4.7",
"@types/node": "^18.14.1",
"@types/node": "^18.14.6",
"@types/node-os-utils": "^1.3.0",
"@types/pidusage": "^2.0.2",
"@types/ua-parser-js": "^0.7.36",
"eslint": "8.34.0",
"prisma": "^4.10.1",
"eslint": "8.35.0",
"prisma": "^4.11.0",
"typescript": "^4.9.5"
}
}
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"lint": "next lint"
},
"peerDependencies": {
"@next/font": "^13.2.1",
"next": "^13.2.1",
"@next/font": "^13.2.3",
"next": "^13.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -29,15 +29,15 @@
"rc-progress": "^3.4.1",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.1",
"yup": "^1.0.1"
"yup": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@types/file-saver": "^2.0.5",
"@types/node": "^18.14.1",
"@types/node": "^18.14.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"eslint": "8.34.0",
"eslint": "8.35.0",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5"
}
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"postinstall": "is-ci || husky install"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "^5.53.0"
"@typescript-eslint/eslint-plugin": "^5.54.0"
},
"dependencies": {
"@next/font": "13.2.1",
"next": "^13.2.1",
"@next/font": "13.2.3",
"next": "^13.2.3",
"react": "18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -31,18 +31,18 @@
"@sapphire/eslint-config": "^4.3.8",
"@sapphire/prettier-config": "^1.4.5",
"@sapphire/ts-config": "^3.3.4",
"@types/node": "18.14.1",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.34.0",
"eslint-config-next": "13.2.1",
"@types/node": "18.14.6",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"eslint": "^8.35.0",
"eslint-config-next": "13.2.3",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lint-staged": "^13.1.2",
"tailwindcss": "^3.2.7",
"turbo": "^1.8.2",
"turbo": "^1.8.3",
"typescript": "4.9.5"
},
"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 @@ -8,13 +8,13 @@
"lint": "TIMING=1 eslint"
},
"peerDependencies": {
"next": "^13.2.1",
"next": "^13.2.3",
"react": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"eslint": "8.34.0",
"eslint": "8.35.0",
"typescript": "^4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"eslint": "8.34.0",
"eslint": "8.35.0",
"typescript": "^4.9.5"
}
}
4 changes: 2 additions & 2 deletions packages/logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"lint": "TIMING=1 eslint"
},
"peerDependencies": {
"@next/font": "^13.2.1",
"@next/font": "^13.2.3",
"react": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"eslint": "8.34.0",
"eslint": "8.35.0",
"typescript": "^4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"eslint": "8.34.0",
"eslint": "8.35.0",
"typescript": "^4.9.5"
}
}
6 changes: 3 additions & 3 deletions packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"lint": "TIMING=1 eslint"
},
"peerDependencies": {
"next": "^13.2.1",
"next": "^13.2.3",
"react": "^18.2.0"
},
"dependencies": {
"@paperplane/buttons": "*",
"framer-motion": "^10.0.0"
"framer-motion": "^10.0.1"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"eslint": "8.34.0",
"eslint": "8.35.0",
"typescript": "^4.9.5"
}
}
6 changes: 3 additions & 3 deletions packages/navbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "TIMING=1 eslint"
},
"peerDependencies": {
"next": "^13.2.1",
"next": "^13.2.3",
"react": "^18.2.0"
},
"dependencies": {
Expand All @@ -20,13 +20,13 @@
"@paperplane/utils": "*",
"axios": "^1.3.4",
"cookies-next": "^2.1.1",
"framer-motion": "^10.0.0",
"framer-motion": "^10.0.1",
"react-spinners": "^0.13.8"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"eslint": "8.34.0",
"eslint": "8.35.0",
"typescript": "^4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"eslint": "8.34.0",
"eslint": "8.35.0",
"typescript": "^4.9.5"
}
}
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
"@paperplane/utils": "*",
"axios": "^1.3.4",
"formik": "^2.2.9",
"framer-motion": "^10.0.0",
"framer-motion": "^10.0.1",
"ms": "^2.1.3",
"rc-progress": "^3.4.1",
"react-color": "^2.19.3",
"react-dropzone": "^14.2.3",
"react-spinners": "^0.13.8",
"react-switch": "^7.0.0",
"short-unique-id": "^4.4.4",
"yup": "^1.0.1"
"yup": "^1.0.2"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.11",
"eslint": "8.34.0",
"eslint": "8.35.0",
"typescript": "^4.9.5"
}
}
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.34.0",
"eslint": "8.35.0",
"typescript": "^4.9.5"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 87c1c83

Please sign in to comment.