Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support to Node 18 + Update all dependencies to the latest major #71

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ typings/
# Nuxt.js build / generate output
.nuxt
dist
dist-*

# Gatsby files
.cache/
Expand Down
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
engine-strict=true
use-node-version=18.18.0
use-node-version=20.0.0
strict-peer-dependencies=false
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"license": "MIT",
"engines": {
"node": ">=18.18.0",
"node": ">=20",
"pnpm": "9.1.3"
},
"packageManager": "[email protected]",
Expand All @@ -35,9 +35,9 @@
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"lerna": "^8.1.4",
"lerna": "^8.1.5",
"lint-staged": "^15.2.7",
"replace-in-file": "^7.2.0",
"typescript": "^5.4.5"
"replace-in-file": "^8.0.1",
"typescript": "^5.5.2"
}
}
36 changes: 18 additions & 18 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,31 @@
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@storybook/addon-essentials": "^8.1.9",
"@storybook/addon-interactions": "^8.1.9",
"@storybook/addon-links": "^8.1.9",
"@storybook/addon-webpack5-compiler-swc": "^1.0.3",
"@storybook/blocks": "^8.1.9",
"@storybook/components": "^8.1.9",
"@storybook/core-common": "^8.1.9",
"@storybook/html": "^8.1.9",
"@storybook/html-webpack5": "^8.1.9",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"@storybook/addon-webpack5-compiler-swc": "^1.0.4",
"@storybook/blocks": "^8.1.11",
"@storybook/components": "^8.1.11",
"@storybook/core-common": "^8.1.11",
"@storybook/html": "^8.1.11",
"@storybook/html-webpack5": "^8.1.11",
"@storybook/icons": "^1.2.9",
"@storybook/manager-api": "^8.1.9",
"@storybook/test": "^8.1.9",
"@storybook/theming": "^8.1.9",
"@storybook/types": "^8.1.9",
"@storybook/manager-api": "^8.1.11",
"@storybook/test": "^8.1.11",
"@storybook/theming": "^8.1.11",
"@storybook/types": "^8.1.11",
"@types/common-tags": "^1.8.4",
"@types/react": "^18",
"babel-loader": "^9.1.3",
"common-tags": "^1.8.2",
"http-server": "^14.1.1",
"nodemon": "^3.1.3",
"nodemon": "^3.1.4",
"remark-gfm": "^4.0.0",
"sass": "^1.77.5",
"storybook": "^8.1.9",
"typescript": "^5.4.5",
"webpack": "^5.92.0"
"sass": "^1.77.6",
"storybook": "^8.1.11",
"typescript": "^5.5.2",
"webpack": "^5.92.1"
},
"dependencies": {
"@commercelayer/drop-in.js": "workspace:^2.4.3",
Expand Down
18 changes: 9 additions & 9 deletions packages/drop-in/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
},
"dependencies": {
"@commercelayer/js-auth": "^6.2.2",
"@commercelayer/sdk": "^5.45.0",
"@types/lodash": "^4.17.5",
"@commercelayer/sdk": "^6.9.1",
"@types/lodash": "^4.17.6",
"iframe-resizer": "4.4.2",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
Expand All @@ -57,23 +57,23 @@
"@stencil/core": "^4.0.0"
},
"devDependencies": {
"@stencil/core": "^4.18.3",
"@stencil/core": "^4.19.1",
"@stencil/sass": "^3.0.12",
"@types/iframe-resizer": "^3.5.13",
"@types/jest": "^29.5.12",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.14.2",
"@types/node": "^20.14.9",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"nodemon": "^3.1.3",
"puppeteer": "22.11.1",
"sass": "^1.77.5",
"nodemon": "^3.1.4",
"puppeteer": "22.12.1",
"sass": "^1.77.6",
"ts-jest": "^29.1.5",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"license": "MIT",
"engines": {
"node": ">=18.18.0",
"node": ">=20",
"pnpm": ">=9"
}
}
Loading