|
52 | 52 | "test": "pnpm test:lint && pnpm test:unit", |
53 | 53 | "format": "prettier --write src", |
54 | 54 | "commit": "cz", |
55 | | - "bumpVersion": "standard-version", |
56 | | - "createGithubRelease": "simple-github-release", |
57 | | - "release": "pnpm bumpVersion && git push origin master --tags && pnpm createGithubRelease", |
58 | 55 | "updateGitHooks": "simple-git-hooks" |
59 | 56 | }, |
60 | 57 | "peerDependencies": { |
|
65 | 62 | "@commitlint/cli": "^17.0.0", |
66 | 63 | "@commitlint/config-conventional": "^17.0.0", |
67 | 64 | "@commitlint/cz-commitlint": "^17.0.0", |
68 | | - "@rollup/plugin-node-resolve": "^16.0.0", |
| 65 | + "@rollup/plugin-node-resolve": "^16.0.3", |
69 | 66 | "@size-limit/preset-big-lib": "^11.1.6", |
70 | 67 | "@storybook/addon-actions": "^8.4.7", |
71 | 68 | "@storybook/addon-controls": "^8.4.7", |
|
76 | 73 | "@storybook/react": "^8.4.7", |
77 | 74 | "@storybook/react-vite": "^8.4.7", |
78 | 75 | "@storybook/theming": "^8.4.7", |
79 | | - "@swc/core": "^1.10.1", |
80 | | - "@swc/helpers": "^0.5.15", |
| 76 | + "@swc/core": "^1.13.5", |
| 77 | + "@swc/helpers": "^0.5.17", |
81 | 78 | "@testing-library/dom": "^10.4.0", |
82 | 79 | "@testing-library/jest-dom": "^6.6.3", |
83 | 80 | "@testing-library/react": "^16.1.0", |
84 | 81 | "@types/faker": "^5.5.8", |
85 | 82 | "@types/node": "^18.0.0", |
86 | | - "@types/react": "^19.0.2", |
87 | | - "@types/react-dom": "^19.0.2", |
| 83 | + "@types/react": "^19.2.2", |
| 84 | + "@types/react-dom": "^19.2.2", |
88 | 85 | "@typescript-eslint/eslint-plugin": "^8.18.0", |
89 | 86 | "@typescript-eslint/parser": "^8.18.0", |
90 | 87 | "@vitejs/plugin-react": "^5.0.0", |
|
116 | 113 | "rollup": "^4.0.0", |
117 | 114 | "rollup-plugin-swc3": "^0.12.0", |
118 | 115 | "simple-git-hooks": "^2.6.1", |
119 | | - "simple-github-release": "^1.0.0", |
120 | 116 | "size-limit": "^11.1.6", |
121 | | - "standard-version": "^9.3.1", |
122 | 117 | "storybook": "^8.4.7", |
123 | 118 | "tsd": "^0.33.0", |
124 | 119 | "typescript": "^5.7.2", |
|
0 commit comments