|
1 | 1 | {
|
2 | 2 | "name": "@easycredit/easycredit-components",
|
3 | 3 | "license": "MIT",
|
4 |
| - "version": "1.2.10", |
| 4 | + "version": "1.3.2", |
5 | 5 | "description": "The easyCredit Web Components are a set of StencilJS based web components to be universally used in e-commerce platforms like Magento or Shopware. The web components ease integration of easyCredit-Rechnung & easyCredit-Ratenkauf payment solution by providing versatile web frontend elements for marketing, checkout and merchant processes.",
|
6 | 6 | "main": "dist/index.cjs.js",
|
7 | 7 | "module": "dist/index.js",
|
|
32 | 32 | "release": "yarn build && (cd dist; tar czvf ../easycredit-webcomponents-$(npm pkg get version | sed 's/\"//g').tar.gz .)"
|
33 | 33 | },
|
34 | 34 | "dependencies": {
|
35 |
| - "@babel/plugin-transform-optional-chaining": "^7.23.4", |
| 35 | + "@babel/plugin-transform-optional-chaining": "^7.25.9", |
36 | 36 | "@open-wc/webpack-import-meta-loader": "^0.4.7",
|
37 |
| - "@stencil/core": "^4.17.1", |
38 |
| - "@stencil/sass": "^3.0.11", |
39 |
| - "@stencil/store": "^2.0.15", |
40 |
| - "@storybook/addon-essentials": "^8.3.1", |
41 |
| - "@storybook/addon-interactions": "^8.3.1", |
42 |
| - "@storybook/addon-links": "^8.3.1", |
43 |
| - "@storybook/web-components": "^8.3.1", |
| 37 | + "@stencil/core": "^4.22.3", |
| 38 | + "@stencil/sass": "^3.0.12", |
| 39 | + "@stencil/store": "^2.0.16", |
| 40 | + "@storybook/addon-essentials": "^8.4.5", |
| 41 | + "@storybook/addon-interactions": "^8.4.5", |
| 42 | + "@storybook/addon-links": "^8.4.5", |
| 43 | + "@storybook/web-components": "^8.4.5", |
44 | 44 | "buffer": "^6.0.3",
|
45 | 45 | "case": "^1.6.3",
|
46 | 46 | "stencil-fragment": "^1.0.1",
|
47 |
| - "storybook": "^8.3.1" |
| 47 | + "storybook": "^8.4.5" |
48 | 48 | },
|
49 | 49 | "devDependencies": {
|
50 |
| - "@babel/core": "^7.24.4", |
51 |
| - "@babel/preset-env": "^7.24.4", |
52 |
| - "@babel/preset-react": "^7.24.1", |
53 |
| - "@babel/preset-typescript": "^7.24.1", |
| 50 | + "@babel/core": "^7.26.0", |
| 51 | + "@babel/preset-env": "^7.26.0", |
| 52 | + "@babel/preset-react": "^7.25.9", |
| 53 | + "@babel/preset-typescript": "^7.26.0", |
54 | 54 | "@chromatic-com/storybook": "^2.0.2",
|
55 |
| - "@storybook/addon-mdx-gfm": "^8.3.1", |
| 55 | + "@storybook/addon-mdx-gfm": "^8.4.5", |
56 | 56 | "@storybook/addon-webpack5-compiler-swc": "^1.0.5",
|
57 |
| - "@storybook/blocks": "^8.3.1", |
58 |
| - "@storybook/html": "^8.3.1", |
59 |
| - "@storybook/html-webpack5": "^8.3.1", |
60 |
| - "@storybook/manager-api": "^8.3.1", |
61 |
| - "@storybook/theming": "^8.3.1", |
62 |
| - "@types/jest": "^29.5.12", |
63 |
| - "babel-loader": "^9.1.3", |
| 57 | + "@storybook/blocks": "^8.4.5", |
| 58 | + "@storybook/html": "^8.4.5", |
| 59 | + "@storybook/html-webpack5": "^8.4.5", |
| 60 | + "@storybook/manager-api": "^8.4.5", |
| 61 | + "@storybook/theming": "^8.4.5", |
| 62 | + "@types/jest": "^29.5.14", |
| 63 | + "@types/react": "^18.3.12", |
| 64 | + "babel-loader": "^9.2.1", |
64 | 65 | "jest": "^29.7.0",
|
65 | 66 | "jest-cli": "^29.7.0",
|
66 |
| - "react": "^18.3.0", |
67 |
| - "react-dom": "^18.3.0" |
| 67 | + "react": "^18.3.1", |
| 68 | + "react-dom": "^18.3.1" |
68 | 69 | },
|
69 | 70 | "packageManager": "yarn@4.2.1"
|
70 | 71 | }
|
0 commit comments