|
22 | 22 | "storybook": "storybook dev -p 6006",
|
23 | 23 | "build-storybook": "storybook build",
|
24 | 24 | "release": "yarn build && yarn release-it",
|
25 |
| - "link:self": "yarn yalc publish && yarn link" |
| 25 | + "link:self": "yarn yalc publish && yarn link", |
| 26 | + "ts": "node node_modules/.bin/ts-node -r tsconfig-paths/register -O '{\"module\": \"commonjs\", \"moduleResolution\": \"classic\", \"resolveJsonModule\": false }' --transpile-only --project ./tsconfig.json" |
26 | 27 | },
|
27 | 28 | "types": "./dist/index.d.ts",
|
28 | 29 | "exports": {
|
|
75 | 76 | "@storybook/react": "7.6.7",
|
76 | 77 | "@storybook/react-webpack5": "7.6.7",
|
77 | 78 | "@storybook/testing-library": "0.2.2",
|
78 |
| - "@testing-library/jest-dom": "^6.0.0", |
79 |
| - "@testing-library/react": "^14.0.0", |
| 79 | + "@testing-library/jest-dom": "6.0.0", |
| 80 | + "@testing-library/react": "14.0.0", |
80 | 81 | "@types/node": "20.10.6",
|
81 | 82 | "@types/react": "18.2.46",
|
82 | 83 | "@types/react-dom": "18.2.18",
|
83 | 84 | "@types/react-test-renderer": "18.0.7",
|
84 | 85 | "@typescript-eslint/eslint-plugin": "6.17.0",
|
85 | 86 | "@typescript-eslint/parser": "6.17.0",
|
86 |
| - "@vitejs/plugin-react": "^4.0.3", |
87 |
| - "@vitest/coverage-v8": "^1.0.0", |
| 87 | + "@vitejs/plugin-react": "4.0.3", |
| 88 | + "@vitest/coverage-v8": "1.0.0", |
88 | 89 | "babel-loader": "9.1.3",
|
89 | 90 | "concurrently": "8.2.2",
|
90 | 91 | "eslint": "8.56.0",
|
|
96 | 97 | "eslint-plugin-prettier": "5.1.2",
|
97 | 98 | "eslint-plugin-react": "7.33.2",
|
98 | 99 | "eslint-plugin-react-hooks": "4.6.0",
|
99 |
| - "eslint-plugin-sort-class-members": "^1.18.0", |
| 100 | + "eslint-plugin-sort-class-members": "1.18.0", |
100 | 101 | "eslint-plugin-storybook": "0.6.15",
|
101 | 102 | "eslint-plugin-typescript-sort-keys": "3.1.0",
|
102 | 103 | "eslint-plugin-unused-imports": "3.0.0",
|
103 | 104 | "husky": "8.0.3",
|
104 |
| - "jsdom": "^23.0.0", |
| 105 | + "jsdom": "23.0.0", |
105 | 106 | "lint-staged": "15.2.0",
|
106 | 107 | "prettier": "3.1.1",
|
107 | 108 | "prop-types": "15.8.1",
|
|
110 | 111 | "react-test-renderer": "18.2.0",
|
111 | 112 | "release-it": "17.0.1",
|
112 | 113 | "storybook": "7.6.7",
|
| 114 | + "ts-node": "10.9.2", |
| 115 | + "tsconfig-paths": "4.2.0", |
113 | 116 | "tsup": "8.0.1",
|
114 | 117 | "typescript": "5.3.3",
|
115 |
| - "vitest": "^1.0.0", |
| 118 | + "vitest": "1.0.0", |
116 | 119 | "yalc": "1.0.0-pre.53"
|
117 | 120 | },
|
118 | 121 | "peerDependencies": {
|
|
0 commit comments