Skip to content
Merged
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
583 changes: 292 additions & 291 deletions .yarn/releases/yarn-4.6.0.cjs → .yarn/releases/yarn-4.7.0.cjs

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nodeLinker: node-modules
enableScripts: false

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

enableScripts: false
yarnPath: .yarn/releases/yarn-4.7.0.cjs
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Changed

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

## [1.0.69] - 2025-03-03

Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,24 +88,24 @@
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@hookform/devtools": "^4.3.3",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@storybook/addon-designs": "^8.2.0",
"@storybook/addon-essentials": "^8.6.3",
"@storybook/addon-links": "^8.6.3",
"@storybook/addon-designs": "^8.2.1",
"@storybook/addon-essentials": "^8.6.4",
"@storybook/addon-links": "^8.6.4",
"@storybook/addon-styling-webpack": "^1.0.1",
"@storybook/addon-webpack5-compiler-babel": "^3.0.5",
"@storybook/blocks": "^8.6.3",
"@storybook/react": "^8.6.3",
"@storybook/react-webpack5": "^8.6.3",
"@storybook/test": "^8.6.3",
"@storybook/blocks": "^8.6.4",
"@storybook/react": "^8.6.4",
"@storybook/react-webpack5": "^8.6.4",
"@storybook/test": "^8.6.4",
"@svgr/rollup": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.67.0",
"@tanstack/react-query": "^5.67.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
Expand All @@ -115,15 +115,15 @@
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/sanitize-html": "^2.13.0",
"autoprefixer": "^10.4.20",
"autoprefixer": "^10.4.21",
"cross-env": "^7.0.3",
"eslint": "^9.21.0",
"eslint": "^9.22.0",
"eslint-import-resolver-typescript": "^3.8.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-storybook": "^0.11.3",
"eslint-plugin-storybook": "^0.11.4",
"eslint-plugin-tailwindcss": "^3.18.0",
"eslint-plugin-testing-library": "^7.1.1",
"husky": "^9.1.7",
Expand All @@ -138,16 +138,16 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"rollup": "^4.34.9",
"rollup": "^4.35.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-visualizer": "^5.14.0",
"storybook": "^8.6.3",
"storybook": "^8.6.4",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.2.6",
"typescript": "^5.8.2",
"typescript-eslint": "^8.25.0",
"viem": "^2.23.5",
"typescript-eslint": "^8.26.1",
"viem": "^2.23.9",
"wagmi": "^2.14.12"
},
"bugs": {
Expand All @@ -166,5 +166,5 @@
"./build.css": "./build.css",
"./tailwind.config": "./tailwind.config.js"
},
"packageManager": "yarn@4.6.0"
"packageManager": "yarn@4.7.0"
}
Loading