@0xsequence/design-system
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "@0xsequence/design-system", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"license": "Apache-2.0", | ||
@@ -54,14 +54,14 @@ "type": "module", | ||
"@radix-ui/react-tooltip": "^1.0.7", | ||
"react-hook-form": "^7.48.2" | ||
"react-hook-form": "^7.49.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.23.5", | ||
"@storybook/addon-actions": "^7.6.4", | ||
"@storybook/addon-docs": "^7.6.4", | ||
"@storybook/addon-essentials": "^7.6.4", | ||
"@storybook/addon-links": "^7.6.4", | ||
"@storybook/manager-api": "^7.6.4", | ||
"@storybook/react": "^7.6.4", | ||
"@storybook/react-vite": "^7.6.4", | ||
"@storybook/theming": "^7.6.4", | ||
"@babel/core": "^7.23.6", | ||
"@storybook/addon-actions": "^7.6.5", | ||
"@storybook/addon-docs": "^7.6.5", | ||
"@storybook/addon-essentials": "^7.6.5", | ||
"@storybook/addon-links": "^7.6.5", | ||
"@storybook/manager-api": "^7.6.5", | ||
"@storybook/react": "^7.6.5", | ||
"@storybook/react-vite": "^7.6.5", | ||
"@storybook/theming": "^7.6.5", | ||
"@svgr/cli": "^8.1.0", | ||
@@ -73,7 +73,7 @@ "@testing-library/dom": "^9.3.3", | ||
"@testing-library/user-event": "^14.5.1", | ||
"@types/node": "^20.10.4", | ||
"@types/react": "^18.2.42", | ||
"@types/react-dom": "^18.2.17", | ||
"@typescript-eslint/eslint-plugin": "^6.13.2", | ||
"@typescript-eslint/parser": "^6.13.2", | ||
"@types/node": "^20.10.5", | ||
"@types/react": "^18.2.45", | ||
"@types/react-dom": "^18.2.18", | ||
"@typescript-eslint/eslint-plugin": "^6.15.0", | ||
"@typescript-eslint/parser": "^6.15.0", | ||
"@vanilla-extract/css": "^1.14.0", | ||
@@ -84,9 +84,9 @@ "@vanilla-extract/css-utils": "^0.1.3", | ||
"@vanilla-extract/sprinkles": "^1.6.1", | ||
"@vanilla-extract/vite-plugin": "^3.9.2", | ||
"@vanilla-extract/vite-plugin": "^3.9.3", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"@vitest/coverage-v8": "^1.0.2", | ||
"@vitest/coverage-v8": "^1.0.4", | ||
"clsx": "^2.0.0", | ||
"eslint": "^8.55.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
@@ -101,18 +101,18 @@ "eslint-plugin-react": "^7.33.2", | ||
"postcss-preset-env": "^9.3.0", | ||
"prettier": "^3.1.0", | ||
"prettier": "^3.1.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"storybook": "^7.6.4", | ||
"storybook": "^7.6.5", | ||
"typescript": "^4.9.5", | ||
"vite": "^5.0.7", | ||
"vite": "^5.0.10", | ||
"vite-plugin-dts": "^1.6.6", | ||
"vite-plugin-eslint": "^1.8.1", | ||
"vite-tsconfig-paths": "^4.2.1", | ||
"vitest": "^1.0.2" | ||
"vite-tsconfig-paths": "^4.2.2", | ||
"vitest": "^1.0.4" | ||
}, | ||
"peerDependencies": { | ||
"framer-motion": ">=6", | ||
"react": ">=18", | ||
"react-dom": ">=18" | ||
"react": ">=17", | ||
"react-dom": ">=17" | ||
} | ||
} |
@@ -70,2 +70,8 @@ [Live Storybook](https://0xsequence.github.io/design-system/) | ||
### Create a snapshot release | ||
1. Bump version in package.json to 0.0.0-YYYYmmddHHMMSS (`echo -n 0.0.0- ; date -u +%Y%m%d%H%M%S`) | ||
2. `git commit -a -m <version>` | ||
3. `pnpm publish --tag snapshot` | ||
### Used by | ||
@@ -72,0 +78,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1835466
46586
89
Updatedreact-hook-form@^7.49.2