-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: update all dependencies to the latest major
- Loading branch information
1 parent
abe13c1
commit f5e0c8e
Showing
5 changed files
with
1,620 additions
and
2,388 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
module.exports = { | ||
reject: [ | ||
'pnpm', | ||
'iframe-resizer' | ||
], | ||
filterResults: (name, { upgradedVersionSemver }) => { | ||
if ( | ||
name === '@types/node' && parseInt(upgradedVersionSemver?.major) >= 22 || | ||
name === 'eslint' && parseInt(upgradedVersionSemver?.major) >= 9 | ||
) { | ||
return false | ||
} | ||
|
||
return true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,38 +16,38 @@ | |
"email": "[email protected]" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.24.7", | ||
"@babel/preset-env": "^7.24.7", | ||
"@babel/core": "^7.25.2", | ||
"@babel/preset-env": "^7.25.4", | ||
"@babel/preset-react": "^7.24.7", | ||
"@babel/preset-typescript": "^7.24.7", | ||
"@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.11", | ||
"@storybook/test": "^8.1.11", | ||
"@storybook/theming": "^8.1.11", | ||
"@storybook/types": "^8.1.11", | ||
"@storybook/addon-essentials": "^8.2.9", | ||
"@storybook/addon-interactions": "^8.2.9", | ||
"@storybook/addon-links": "^8.2.9", | ||
"@storybook/addon-webpack5-compiler-swc": "^1.0.5", | ||
"@storybook/blocks": "^8.2.9", | ||
"@storybook/components": "^8.2.9", | ||
"@storybook/core-common": "^8.2.9", | ||
"@storybook/html": "^8.2.9", | ||
"@storybook/html-webpack5": "^8.2.9", | ||
"@storybook/icons": "^1.2.10", | ||
"@storybook/manager-api": "^8.2.9", | ||
"@storybook/test": "^8.2.9", | ||
"@storybook/theming": "^8.2.9", | ||
"@storybook/types": "^8.2.9", | ||
"@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.4", | ||
"remark-gfm": "^4.0.0", | ||
"sass": "^1.77.6", | ||
"storybook": "^8.1.11", | ||
"typescript": "^5.5.2", | ||
"webpack": "^5.92.1" | ||
"sass": "^1.77.8", | ||
"storybook": "^8.2.9", | ||
"typescript": "^5.5.4", | ||
"webpack": "^5.94.0" | ||
}, | ||
"dependencies": { | ||
"@commercelayer/drop-in.js": "workspace:^2.4.3", | ||
"lit-html": "^3.1.4" | ||
"lit-html": "^3.2.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,31 +45,31 @@ | |
"email": "[email protected]" | ||
}, | ||
"dependencies": { | ||
"@commercelayer/js-auth": "^6.2.2", | ||
"@commercelayer/sdk": "^6.9.1", | ||
"@types/lodash": "^4.17.5", | ||
"@commercelayer/js-auth": "^6.3.1", | ||
"@commercelayer/sdk": "^6.14.1", | ||
"@types/lodash": "^4.17.7", | ||
"iframe-resizer": "4.4.2", | ||
"js-cookie": "^3.0.5", | ||
"lodash": "^4.17.21", | ||
"type-fest": "^4.20.1" | ||
"type-fest": "^4.25.0" | ||
}, | ||
"peerDependencies": { | ||
"@stencil/core": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@stencil/core": "^4.19.0", | ||
"@stencil/core": "^4.21.0", | ||
"@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.9", | ||
"@types/node": "^20.16.1", | ||
"jest": "^29.7.0", | ||
"jest-cli": "^29.7.0", | ||
"nodemon": "^3.1.4", | ||
"puppeteer": "22.12.1", | ||
"sass": "^1.77.6", | ||
"ts-jest": "^29.1.5", | ||
"typescript": "^5.5.2" | ||
"puppeteer": "23.2.0", | ||
"sass": "^1.77.8", | ||
"ts-jest": "^29.2.5", | ||
"typescript": "^5.5.4" | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
|
Oops, something went wrong.