Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#355)
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 Jun 25, 2023
1 parent 7245d12 commit 0765ab6
Show file tree
Hide file tree
Showing 8 changed files with 89 additions and 89 deletions.
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@discordjs/collection": "^1.5.1",
"@prisma/client": "^4.15.0",
"@prisma/client": "^4.16.1",
"@snowcrystals/icicle": "^2.0.4",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"cors": "^2.8.5",
"file-saver": "^2.0.5",
"formik": "^2.4.2",
"next-seo": "^6.0.0",
"next-seo": "^6.1.0",
"rc-progress": "^3.4.2",
"react-spinners": "^0.13.8",
"react-syntax-highlighter": "^15.5.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@typescript-eslint/eslint-plugin": "^5.59.11"
},
"dependencies": {
"@next/font": "13.4.6",
"next": "^13.4.6",
"@next/font": "13.4.7",
"next": "^13.4.7",
"prettier": "^2.8.8",
"react": "18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@paperplane/buttons": "*",
"framer-motion": "^10.12.16"
"framer-motion": "^10.12.17"
},
"devDependencies": {
"@types/react": "^18.2.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/navbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "18.2.0"
},
"dependencies": {
"@next/font": "13.4.6",
"@next/font": "13.4.7",
"@paperplane/buttons": "*",
"@paperplane/logo": "*",
"@paperplane/markdown": "*",
Expand All @@ -23,7 +23,7 @@
"@paperplane/utils": "*",
"axios": "^1.4.0",
"cookies-next": "^2.1.2",
"framer-motion": "^10.12.16",
"framer-motion": "^10.12.17",
"react-spinners": "^0.13.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"axios": "^1.4.0",
"swr": "^2.1.5"
"swr": "^2.2.0"
},
"devDependencies": {
"@types/react": "^18.2.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@paperplane/utils": "*",
"axios": "^1.4.0",
"formik": "^2.4.2",
"framer-motion": "^10.12.16",
"framer-motion": "^10.12.17",
"huge-uploader": "^1.0.6",
"ms": "^2.1.3",
"rc-progress": "^3.4.2",
Expand Down
Loading

0 comments on commit 0765ab6

Please sign in to comment.