Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gciotola committed May 3, 2024
1 parent bf49bf0 commit eb5b040
Show file tree
Hide file tree
Showing 3 changed files with 6,064 additions and 4,891 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@
"husky": "^9.0.11",
"lerna": "^8.1.2",
"lint-staged": "^15.2.2",
"npm-check-updates": "^16.14.18"
"npm-check-updates": "^16.14.20"
},
"resolutions": {
"follow-redirects": "^1.15.6",
"ip": "^2.0.1",
"tar": "^6.2.1"
}
}
22 changes: 11 additions & 11 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,32 +15,32 @@
"prepare": "touch ./public/config.local.js"
},
"dependencies": {
"@commercelayer/app-elements": "1.22.4",
"@commercelayer/sdk": "5.36.0",
"@commercelayer/app-elements": "1.24.0",
"@commercelayer/sdk": "5.37.0",
"@hookform/resolvers": "^3.3.4",
"lodash": "^4.17.21",
"query-string": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"react-hook-form": "^7.51.3",
"swr": "^2.2.5",
"type-fest": "^4.15.0",
"wouter": "^3.1.0",
"zod": "^3.22.4"
"type-fest": "^4.18.1",
"wouter": "^3.1.2",
"zod": "^3.23.6"
},
"devDependencies": {
"@commercelayer/eslint-config-ts-react": "^1.4.5",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.4",
"@types/node": "^20.12.8",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"jsdom": "^24.0.0",
"rollup-plugin-external-globals": "^0.9.2",
"typescript": "^5.4.3",
"vite": "^5.2.8",
"rollup-plugin-external-globals": "^0.10.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.4.0"
"vitest": "^1.5.3"
}
}
Loading

0 comments on commit eb5b040

Please sign in to comment.