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 3ce3c87 commit b2a400e
Show file tree
Hide file tree
Showing 3 changed files with 6,019 additions and 4,868 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +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": {
"ip": "^2.0.1",
"follow-redirects": "^1.15.6"
"tar": "^6.2.1"
}
}
23 changes: 11 additions & 12 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,32 @@
"prepare": "touch ./public/config.local.js"
},
"dependencies": {
"@commercelayer/app-elements": "^1.22.2",
"@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",
"@phosphor-icons/react": "v2.1.4",
"@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 b2a400e

Please sign in to comment.