Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#294)
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 Feb 26, 2023
1 parent 3a697fb commit 317c557
Show file tree
Hide file tree
Showing 10 changed files with 342 additions and 353 deletions.
8 changes: 4 additions & 4 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"dev": "NODE_ENV=development nodemon ./dist"
},
"peerDependencies": {
"next": "^13.1.6"
"next": "^13.2.1"
},
"dependencies": {
"@discordjs/collection": "^1.3.0",
"@prisma/client": "^4.10.1",
"@snowcrystals/icicle": "^1.0.2",
"axios": "^1.3.3",
"body-parser": "^1.20.1",
"axios": "^1.3.4",
"body-parser": "^1.20.2",
"colorette": "^2.0.19",
"cookie-parser": "^1.4.6",
"cron": "^2.2.0",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@types/mime-types": "^2.1.1",
"@types/ms": "^0.7.31",
"@types/multer": "^1.4.7",
"@types/node": "^18.14.0",
"@types/node": "^18.14.1",
"@types/node-os-utils": "^1.3.0",
"@types/pidusage": "^2.0.2",
"@types/ua-parser-js": "^0.7.36",
Expand Down
12 changes: 6 additions & 6 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.1.6",
"next": "^13.1.6",
"@next/font": "^13.2.1",
"next": "^13.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -22,19 +22,19 @@
"@paperplane/swr": "*",
"@paperplane/ui": "*",
"@paperplane/utils": "*",
"axios": "^1.3.3",
"axios": "^1.3.4",
"file-saver": "^2.0.5",
"formik": "^2.2.9",
"next-seo": "^5.15.0",
"rc-progress": "^3.4.1",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.1",
"yup": "^1.0.0"
"yup": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/core": "^7.21.0",
"@types/file-saver": "^2.0.5",
"@types/node": "^18.14.0",
"@types/node": "^18.14.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"eslint": "8.34.0",
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.52.0"
"@typescript-eslint/eslint-plugin": "^5.53.0"
},
"dependencies": {
"@next/font": "13.1.6",
"next": "^13.1.6",
"@next/font": "13.2.1",
"next": "^13.2.1",
"react": "18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -31,22 +31,22 @@
"@sapphire/eslint-config": "^4.3.8",
"@sapphire/prettier-config": "^1.4.5",
"@sapphire/ts-config": "^3.3.4",
"@types/node": "18.14.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@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.1.6",
"eslint-config-next": "13.2.1",
"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.1",
"turbo": "^1.8.2",
"typescript": "4.9.5"
},
"engines": {
"node": ">= v18.14.1"
"node": ">= v18.14.2"
},
"packageManager": "yarn@3.4.1"
}
2 changes: 1 addition & 1 deletion packages/buttons/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.1.6",
"next": "^13.2.1",
"react": "^18.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "TIMING=1 eslint"
},
"peerDependencies": {
"@next/font": "^13.1.6",
"@next/font": "^13.2.1",
"react": "^18.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"lint": "TIMING=1 eslint"
},
"peerDependencies": {
"next": "^13.1.6",
"next": "^13.2.1",
"react": "^18.2.0"
},
"dependencies": {
"@paperplane/buttons": "*",
"framer-motion": "^9.0.4"
"framer-motion": "^9.1.7"
},
"devDependencies": {
"@types/react": "^18.0.28",
Expand Down
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.1.6",
"next": "^13.2.1",
"react": "^18.2.0"
},
"dependencies": {
Expand All @@ -18,9 +18,9 @@
"@paperplane/modal": "*",
"@paperplane/swr": "*",
"@paperplane/utils": "*",
"axios": "^1.3.3",
"axios": "^1.3.4",
"cookies-next": "^2.1.1",
"framer-motion": "^9.0.4",
"framer-motion": "^9.1.7",
"react-spinners": "^0.13.8"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"react": "^18.2.0"
},
"dependencies": {
"axios": "^1.3.3",
"swr": "^2.0.3"
"axios": "^1.3.4",
"swr": "^2.0.4"
},
"devDependencies": {
"@types/react": "^18.0.28",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"@paperplane/forms": "*",
"@paperplane/navbar": "*",
"@paperplane/utils": "*",
"axios": "^1.3.3",
"axios": "^1.3.4",
"formik": "^2.2.9",
"framer-motion": "^9.0.4",
"framer-motion": "^9.1.7",
"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.0"
"yup": "^1.0.1"
},
"devDependencies": {
"@types/react": "^18.0.28",
Expand Down
Loading

0 comments on commit 317c557

Please sign in to comment.