Skip to content

Commit b6d1597

Browse files
chore: Update minor and patch NPM dependencies (#422)
1 parent 2fd93bb commit b6d1597

File tree

5 files changed

+715
-705
lines changed

5 files changed

+715
-705
lines changed
Lines changed: 292 additions & 291 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
nodeLinker: node-modules
1+
enableScripts: false
22

3-
yarnPath: .yarn/releases/yarn-4.6.0.cjs
3+
nodeLinker: node-modules
44

5-
enableScripts: false
5+
yarnPath: .yarn/releases/yarn-4.7.0.cjs

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010
### Changed
1111

1212
- Update Manrope font weight for Regular variant from 500 to 400
13+
- Update minor and patch NPM dependencies
1314

1415
## [1.0.69] - 2025-03-03
1516

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -88,24 +88,24 @@
8888
"@babel/preset-react": "^7.26.3",
8989
"@babel/preset-typescript": "^7.26.0",
9090
"@hookform/devtools": "^4.3.3",
91-
"@rollup/plugin-commonjs": "^28.0.2",
91+
"@rollup/plugin-commonjs": "^28.0.3",
9292
"@rollup/plugin-image": "^3.0.3",
9393
"@rollup/plugin-node-resolve": "^16.0.0",
9494
"@rollup/plugin-terser": "^0.4.4",
9595
"@rollup/plugin-typescript": "^12.1.2",
96-
"@storybook/addon-designs": "^8.2.0",
97-
"@storybook/addon-essentials": "^8.6.3",
98-
"@storybook/addon-links": "^8.6.3",
96+
"@storybook/addon-designs": "^8.2.1",
97+
"@storybook/addon-essentials": "^8.6.4",
98+
"@storybook/addon-links": "^8.6.4",
9999
"@storybook/addon-styling-webpack": "^1.0.1",
100100
"@storybook/addon-webpack5-compiler-babel": "^3.0.5",
101-
"@storybook/blocks": "^8.6.3",
102-
"@storybook/react": "^8.6.3",
103-
"@storybook/react-webpack5": "^8.6.3",
104-
"@storybook/test": "^8.6.3",
101+
"@storybook/blocks": "^8.6.4",
102+
"@storybook/react": "^8.6.4",
103+
"@storybook/react-webpack5": "^8.6.4",
104+
"@storybook/test": "^8.6.4",
105105
"@svgr/rollup": "^8.1.0",
106106
"@svgr/webpack": "^8.1.0",
107107
"@tailwindcss/typography": "^0.5.16",
108-
"@tanstack/react-query": "^5.67.0",
108+
"@tanstack/react-query": "^5.67.2",
109109
"@testing-library/dom": "^10.4.0",
110110
"@testing-library/jest-dom": "^6.6.3",
111111
"@testing-library/react": "^16.2.0",
@@ -115,15 +115,15 @@
115115
"@types/react": "^19.0.10",
116116
"@types/react-dom": "^19.0.4",
117117
"@types/sanitize-html": "^2.13.0",
118-
"autoprefixer": "^10.4.20",
118+
"autoprefixer": "^10.4.21",
119119
"cross-env": "^7.0.3",
120-
"eslint": "^9.21.0",
120+
"eslint": "^9.22.0",
121121
"eslint-import-resolver-typescript": "^3.8.3",
122122
"eslint-plugin-import": "^2.31.0",
123123
"eslint-plugin-jsx-a11y": "^6.10.2",
124124
"eslint-plugin-react": "^7.37.4",
125125
"eslint-plugin-react-hooks": "^5.2.0",
126-
"eslint-plugin-storybook": "^0.11.3",
126+
"eslint-plugin-storybook": "^0.11.4",
127127
"eslint-plugin-tailwindcss": "^3.18.0",
128128
"eslint-plugin-testing-library": "^7.1.1",
129129
"husky": "^9.1.7",
@@ -138,16 +138,16 @@
138138
"react": "^19.0.0",
139139
"react-dom": "^19.0.0",
140140
"react-hook-form": "^7.54.2",
141-
"rollup": "^4.34.9",
141+
"rollup": "^4.35.0",
142142
"rollup-plugin-peer-deps-external": "^2.2.4",
143143
"rollup-plugin-postcss": "^4.0.2",
144144
"rollup-plugin-visualizer": "^5.14.0",
145-
"storybook": "^8.6.3",
145+
"storybook": "^8.6.4",
146146
"tailwindcss": "^3.4.17",
147147
"ts-jest": "^29.2.6",
148148
"typescript": "^5.8.2",
149-
"typescript-eslint": "^8.25.0",
150-
"viem": "^2.23.5",
149+
"typescript-eslint": "^8.26.1",
150+
"viem": "^2.23.9",
151151
"wagmi": "^2.14.12"
152152
},
153153
"bugs": {
@@ -166,5 +166,5 @@
166166
"./build.css": "./build.css",
167167
"./tailwind.config": "./tailwind.config.js"
168168
},
169-
"packageManager": "yarn@4.6.0"
169+
"packageManager": "yarn@4.7.0"
170170
}

0 commit comments

Comments
 (0)