Skip to content

Commit

Permalink
Merge pull request #78 from commercelayer/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
gciotola authored Aug 9, 2024
2 parents aa6f00d + 46b2fbe commit 6d984d8
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 1,605 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"packages/*"
],
"devDependencies": {
"husky": "^9.1.3",
"lerna": "^8.1.7",
"lint-staged": "^15.2.7",
"npm-check-updates": "^16.14.20"
"husky": "^9.1.4",
"lerna": "^8.1.8",
"lint-staged": "^15.2.8",
"npm-check-updates": "^17.0.6"
}
}
24 changes: 12 additions & 12 deletions packages/cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,36 +39,36 @@
"dependencies": {
"@commercelayer/js-auth": "^6.3.1",
"@commercelayer/organization-config": "^1.4.8",
"@commercelayer/react-components": "^4.15.3",
"@commercelayer/react-components": "4.15.8",
"@commercelayer/react-utils": "1.0.0-beta.3",
"@commercelayer/sdk": "6.9.0",
"@playwright/test": "^1.45.3",
"@commercelayer/sdk": "6.11.0",
"@playwright/test": "^1.46.0",
"@types/async-retry": "1.4.8",
"@types/iframe-resizer": "^3.5.13",
"@types/node": "22.0.0",
"@types/node": "22.1.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-gtm-module": "^2.0.3",
"@vitejs/plugin-react": "^4.3.1",
"async-retry": "^1.3.3",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"classnames": "^2.5.1",
"cron-parser": "^4.9.0",
"cronstrue": "^2.50.0",
"dotenv": "^16.4.5",
"i18next": "^23.12.2",
"jwt-decode": "^4.0.0",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-gtm-module": "^2.0.11",
"react-helmet-async": "^2.0.5",
"react-i18next": "^15.0.0",
"react-i18next": "^15.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.7",
"tailwindcss": "^3.4.9",
"typescript": "5.5.4",
"vite": "^5.3.5",
"vitest": "^2.0.4",
"vite": "^5.4.0",
"vitest": "^2.0.5",
"wouter": "^3.3.1"
},
"devDependencies": {
Expand All @@ -79,10 +79,10 @@
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.10.1",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.35.0",
"jsdom": "^24.1.1",
"prettier": "^3.3.3"
Expand Down
Loading

0 comments on commit 6d984d8

Please sign in to comment.