Skip to content

Commit 029cbcb

Browse files
Update Minor and Patch Updates
1 parent 117eb26 commit 029cbcb

File tree

3 files changed

+704
-488
lines changed

3 files changed

+704
-488
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@
4040
},
4141
"devDependencies": {
4242
"@adyen/adyen-web-server": "1.0.0",
43-
"@changesets/cli": "2.29.8",
44-
"@changesets/get-github-info": "0.7.0",
43+
"@changesets/cli": "2.30.0",
44+
"@changesets/get-github-info": "0.8.0",
4545
"concurrently": "9.2.1",
4646
"cross-env": "10.1.0",
4747
"husky": "9.1.7",
48-
"lint-staged": "16.2.7",
48+
"lint-staged": "16.4.0",
4949
"prettier": "3.8.1"
5050
},
5151
"resolutions": {
5252
"tar-fs": "^3.0.9"
5353
},
54-
"packageManager": "yarn@4.12.0"
54+
"packageManager": "yarn@4.13.0"
5555
}

packages/lib/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -83,58 +83,58 @@
8383
},
8484
"devDependencies": {
8585
"@adyen/bento-design-tokens": "1.10.0",
86-
"@eslint/js": "9.39.2",
87-
"@paypal/paypal-js": "9.4.0",
88-
"@preact/preset-vite": "2.10.3",
89-
"@rollup/plugin-commonjs": "29.0.0",
86+
"@eslint/js": "9.39.4",
87+
"@paypal/paypal-js": "9.5.0",
88+
"@preact/preset-vite": "2.10.5",
89+
"@rollup/plugin-commonjs": "29.0.2",
9090
"@rollup/plugin-eslint": "9.2.0",
9191
"@rollup/plugin-json": "6.1.0",
9292
"@rollup/plugin-node-resolve": "16.0.3",
9393
"@rollup/plugin-replace": "6.0.3",
9494
"@rollup/plugin-terser": "0.4.4",
95-
"@size-limit/preset-big-lib": "12.0.0",
96-
"@storybook/addon-a11y": "10.2.10",
97-
"@storybook/addon-docs": "10.2.10",
98-
"@storybook/preact-vite": "10.2.10",
95+
"@size-limit/preset-big-lib": "12.0.1",
96+
"@storybook/addon-a11y": "10.3.3",
97+
"@storybook/addon-docs": "10.3.3",
98+
"@storybook/preact-vite": "10.3.3",
9999
"@swc/core": "1.15.18",
100100
"@testing-library/jest-dom": "6.9.1",
101101
"@testing-library/preact": "3.2.4",
102102
"@testing-library/preact-hooks": "1.1.0",
103103
"@testing-library/user-event": "14.6.1",
104104
"@types/jest": "29.5.14",
105-
"autoprefixer": "10.4.24",
106-
"cssnano": "7.1.2",
105+
"autoprefixer": "10.4.27",
106+
"cssnano": "7.1.3",
107107
"dotenv": "17.3.1",
108-
"eslint": "9.39.2",
108+
"eslint": "9.39.4",
109109
"eslint-plugin-import": "2.32.0",
110110
"eslint-plugin-jsx-a11y": "6.10.2",
111111
"eslint-plugin-react": "7.37.5",
112-
"eslint-plugin-storybook": "10.2.10",
113-
"eslint-plugin-testing-library": "7.16.0",
114-
"globals": "17.3.0",
112+
"eslint-plugin-storybook": "10.3.3",
113+
"eslint-plugin-testing-library": "7.16.2",
114+
"globals": "17.4.0",
115115
"jest": "29.7.0",
116116
"jest-environment-jsdom": "29.7.0",
117117
"jest-fixed-jsdom": "^0.0.11",
118118
"jest-mock-extended": "4.0.0",
119-
"msw": "2.12.10",
119+
"msw": "2.12.14",
120120
"msw-storybook-addon": "2.0.6",
121-
"postcss": "8.5.6",
122-
"rollup": "4.59.0",
123-
"rollup-plugin-dts": "6.3.0",
121+
"postcss": "8.5.8",
122+
"rollup": "4.60.0",
123+
"rollup-plugin-dts": "6.4.1",
124124
"rollup-plugin-postcss": "4.0.2",
125125
"rollup-plugin-stylelint": "1.0.0",
126126
"rollup-plugin-swc3": "0.12.1",
127127
"sass": "1.97.3",
128-
"size-limit": "12.0.0",
129-
"storybook": "10.2.10",
130-
"stylelint": "17.4.0",
128+
"size-limit": "12.0.1",
129+
"storybook": "10.3.3",
130+
"stylelint": "17.6.0",
131131
"stylelint-config-standard-scss": "17.0.0",
132132
"ts-jest": "29.4.6",
133133
"tslib": "2.8.1",
134134
"typescript": "5.9.3",
135135
"typescript-eslint": "7.18.0",
136136
"vite": "6.4.1",
137-
"vite-plugin-stylelint": "6.0.4",
137+
"vite-plugin-stylelint": "6.1.0",
138138
"whatwg-fetch": "3.6.20"
139139
},
140140
"dependencies": {

0 commit comments

Comments
 (0)