Skip to content

Commit

Permalink
Version upgrades (#904)
Browse files Browse the repository at this point in the history
.
  • Loading branch information
argaen authored May 24, 2024
1 parent a4ef78a commit 2714ea0
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 140 deletions.
4 changes: 2 additions & 2 deletions amplify/backend/function/stockerlambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"dependencies": {
"aws-serverless-express": "^3.3.5",
"axios": "^1.6.8",
"axios": "^1.7.2",
"body-parser": "^1.17.1",
"cors": "^2.8.5",
"express": "^4.19.2",
Expand Down Expand Up @@ -73,7 +73,7 @@
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"jest": "^27.4.6",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.3",
"typescript": "^5.4.5"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"dinero.js": "^2.0.0-alpha.14",
"lodash.debounce": "^4.0.8",
"luxon": "^3.4.4",
"next": "^14.1.4",
"next": "^14.2.3",
"pako": "^2.1.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.51.5",
"react-hot-toast": "^2.4.1",
Expand Down Expand Up @@ -135,15 +135,15 @@
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "^14.1.4",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"prettier-plugin-tailwindcss": "^0.5.14",
"snapshot-diff": "^0.10.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
Expand Down
Loading

0 comments on commit 2714ea0

Please sign in to comment.