Skip to content

Commit

Permalink
chore(deps): upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BrycensRanch committed Oct 16, 2023
1 parent 501d81a commit c15a52b
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 237 deletions.
8 changes: 4 additions & 4 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@fastify/routes-stats": "^3.4.0",
"@fastify/secure-session": "^7.1.0",
"@fastify/sensible": "^5.3.0",
"@fastify/swagger": "^8.11.0",
"@fastify/swagger": "^8.12.0",
"@fastify/swagger-ui": "^1.10.1",
"@fastify/view": "^8.2.0",
"@immobiliarelabs/fastify-sentry": "^7.1.1",
Expand Down Expand Up @@ -90,7 +90,7 @@
"node-api-analytics": "^1.1.3",
"prisma-redis-middleware": "^4.8.0",
"prisma-zod-generator": "^0.8.13",
"rate-limiter-flexible": "^3.0.0",
"rate-limiter-flexible": "^3.0.1",
"redis-url-plus": "^1.1.0",
"scan-env": "github:BrycensRanch/scan-env",
"typescript": "^5.2.2",
Expand All @@ -113,8 +113,8 @@
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.6",
"@types/useragent": "^2.3.2",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"babel-jest": "^29.7.0",
"babel-plugin-transform-import-meta": "^2.2.1",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
Expand Down
12 changes: 6 additions & 6 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"ky": "^1.0.1",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"next": "^13.5.4",
"next": "^13.5.5",
"next-recompose-plugins": "^2.0.0",
"next-seo": "^6.1.0",
"next-sitemap": "^4.2.3",
Expand Down Expand Up @@ -105,8 +105,8 @@
"@cypress/code-coverage": "^3.12.4",
"@happy-dom/jest-environment": "^12.9.1",
"@jest/globals": "^29.7.0",
"@next/bundle-analyzer": "^13.5.4",
"@next/env": "^13.5.4",
"@next/bundle-analyzer": "^13.5.5",
"@next/env": "^13.5.5",
"@percy/cli": "^1.27.3",
"@percy/cypress": "^3.1.2",
"@swc/core": "^1.3.93",
Expand All @@ -121,8 +121,8 @@
"@types/testing-library__cypress": "^5.0.11",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/three": "^0.157.0",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-transform-import-meta": "^2.2.1",
"canvas": "^2.11.2",
Expand All @@ -135,7 +135,7 @@
"eslint": "^8.51.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^13.5.4",
"eslint-config-next": "^13.5.5",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.28.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"concurrently": "^8.2.1",
"execa": "^8.0.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"lint-staged": "^15.0.1",
"npm-run-all": "^4.1.5",
"prettier-plugin-prisma": "^5.0.0",
"prettier-plugin-sh": "^0.13.1",
Expand Down
Loading

0 comments on commit c15a52b

Please sign in to comment.