|
15 | 15 | "build/tock-react-kit.d.ts", |
16 | 16 | "build/tock-react-kit.esm.js", |
17 | 17 | "build/tock-react-kit.esm.js.map", |
18 | | - "build/tock-react-kit.umd.js" |
| 18 | + "build/tock-react-kit.umd.js", |
| 19 | + "build/tock-react-kit-standalone.umd.js", |
| 20 | + "build/tock-react-kit-standalone.esm.js" |
19 | 21 | ], |
20 | 22 | "scripts": { |
21 | 23 | "storybook": "storybook dev -p 6006", |
|
29 | 31 | "test-release": "np --preview", |
30 | 32 | "release": "np" |
31 | 33 | }, |
32 | | - "husky": { |
33 | | - "hooks": { |
34 | | - "pre-commit": "npm run lint" |
35 | | - } |
36 | | - }, |
37 | 34 | "dependencies": { |
38 | 35 | "deepmerge": "^4.2.2", |
39 | 36 | "linkifyjs": "^2.1.9", |
|
47 | 44 | "@babel/preset-react": "^7.22.15", |
48 | 45 | "@babel/preset-typescript": "^7.22.15", |
49 | 46 | "@emotion/eslint-plugin": "^11.11.0", |
50 | | - "@emotion/react": "^11.11.1", |
51 | | - "@emotion/styled": "^11.0.0", |
52 | | - "@storybook/addon-essentials": "^7.4.0", |
53 | | - "@storybook/addon-interactions": "^7.4.0", |
54 | | - "@storybook/addon-links": "^7.4.0", |
55 | | - "@storybook/addons": "^7.4.0", |
56 | | - "@storybook/blocks": "^7.4.0", |
57 | | - "@storybook/builder-webpack5": "^7.4.0", |
58 | | - "@storybook/react": "^7.4.0", |
59 | | - "@storybook/react-webpack5": "^7.4.0", |
| 47 | + "@emotion/react": "^11.11.3", |
| 48 | + "@emotion/styled": "^11.11.0", |
| 49 | + "@rollup/plugin-commonjs": "^25.0.7", |
| 50 | + "@rollup/plugin-node-resolve": "^15.2.3", |
| 51 | + "@rollup/plugin-replace": "^5.0.5", |
| 52 | + "@rollup/plugin-terser": "^0.4.4", |
| 53 | + "@rollup/plugin-typescript": "^11.1.6", |
| 54 | + "@storybook/addon-essentials": "^7.6.17", |
| 55 | + "@storybook/addon-interactions": "^7.6.17", |
| 56 | + "@storybook/addon-links": "^7.6.17", |
| 57 | + "@storybook/addons": "^7.6.17", |
| 58 | + "@storybook/blocks": "^7.6.17", |
| 59 | + "@storybook/builder-webpack5": "^7.6.17", |
| 60 | + "@storybook/react": "^7.6.17", |
| 61 | + "@storybook/react-webpack5": "^7.6.17", |
60 | 62 | "@storybook/testing-library": "^0.2.0", |
61 | | - "@types/node": "^14.0.26", |
62 | | - "@types/react-color": "^3.0.4", |
63 | | - "@types/react-dom": "^18.2.8", |
64 | | - "@types/storybook__react": "^5.2.1", |
65 | | - "@typescript-eslint/eslint-plugin": "^3.9.1", |
66 | | - "@typescript-eslint/parser": "^3.9.1", |
| 63 | + "@types/node": "^20.11.20", |
| 64 | + "@types/react-dom": "^18.2.19", |
| 65 | + "@typescript-eslint/eslint-plugin": "^7.0.2", |
| 66 | + "@typescript-eslint/parser": "^7.0.2", |
67 | 67 | "auto-changelog": "^2.4.0", |
68 | 68 | "babel-loader": "^9.1.3", |
69 | | - "eslint": "^7.7.0", |
70 | | - "eslint-config-prettier": "^6.11.0", |
71 | | - "eslint-plugin-prettier": "^3.1.4", |
72 | | - "eslint-plugin-react": "^7.20.6", |
73 | | - "eslint-plugin-storybook": "^0.6.13", |
74 | | - "husky": "^4.2.5", |
75 | | - "np": "^8.0.4", |
76 | | - "prettier": "^2.0.5", |
| 69 | + "eslint": "^8.56.0", |
| 70 | + "eslint-config-prettier": "^9.1.0", |
| 71 | + "eslint-plugin-prettier": "^5.1.3", |
| 72 | + "eslint-plugin-react": "^7.33.2", |
| 73 | + "eslint-plugin-storybook": "^0.8.0", |
| 74 | + "husky": "^9.0.11", |
| 75 | + "np": "^9.2.0", |
| 76 | + "prettier": "^3.2.5", |
77 | 77 | "react": "^18.2.0", |
78 | 78 | "react-dom": "^18.2.0", |
79 | | - "rollup": "^3.29.0", |
80 | | - "rollup-plugin-commonjs": "^10.1.0", |
81 | | - "rollup-plugin-dts": "^6.0.2", |
82 | | - "rollup-plugin-node-resolve": "^5.2.0", |
83 | | - "rollup-plugin-replace": "^2.2.0", |
84 | | - "rollup-plugin-typescript": "^1.0.1", |
85 | | - "storybook": "^7.4.0", |
86 | | - "type-fest": "^4.3.1", |
87 | | - "typescript": "^4.9.5" |
| 79 | + "rollup": "^4.12.0", |
| 80 | + "rollup-plugin-dts": "^6.1.0", |
| 81 | + "rollup-plugin-sourcemaps": "^0.6.3", |
| 82 | + "storybook": "^7.6.17", |
| 83 | + "type-fest": "^4.10.3", |
| 84 | + "typescript": "^5.3.3" |
88 | 85 | }, |
89 | 86 | "peerDependencies": { |
90 | 87 | "@emotion/react": "^11.0.0", |
91 | 88 | "@emotion/styled": "^11.0.0", |
92 | | - "react": ">=16.13", |
93 | | - "react-dom": ">=16.13" |
| 89 | + "react": ">=17.0", |
| 90 | + "react-dom": ">=17.0" |
94 | 91 | }, |
95 | 92 | "resolutions": { |
96 | | - "immer": "9.0.6", |
97 | | - "y18n": "5.0.8", |
98 | | - "lodash": "4.17.21", |
99 | | - "lodash-es": "4.17.21", |
100 | | - "set-value": "4.0.1", |
101 | | - "trim-newlines": "3.0.1", |
102 | | - "glob-parent": "5.1.2", |
103 | | - "normalize-url": "4.5.1", |
104 | | - "ssri": "8.0.1", |
105 | | - "react-dev-utils": "11.0.4", |
106 | | - "hosted-git-info": "3.0.8", |
107 | | - "browserslist": "4.17.1", |
108 | | - "merge-deep": "3.0.3", |
109 | | - "tar": "6.1.9", |
110 | | - "prismjs": "1.27.0", |
111 | | - "ini": "1.3.6", |
112 | | - "semver-regex": "3.1.4", |
113 | | - "nth-check": "2.0.1", |
114 | | - "elliptic": "6.5.4", |
115 | | - "highlight.js": "10.7.3", |
116 | | - "path-parse": "1.0.7", |
117 | | - "handlebars": "4.7.7", |
118 | | - "shelljs": "0.8.5", |
119 | | - "ansi-html": "0.0.8", |
120 | | - "postcss": "7.0.36", |
121 | | - "node-fetch": "2.6.7", |
122 | | - "ansi-regex": "5.0.1", |
123 | | - "trim": "0.0.3", |
124 | | - "minimist": "1.2.6", |
125 | | - "shell-quote": "1.7.3", |
126 | | - "got": "11.8.5", |
127 | | - "ejs": "3.1.7", |
128 | | - "terser": "5.14.2" |
| 93 | + "jackspeak": "2.1.1", |
| 94 | + "string-width": "^4" |
129 | 95 | }, |
130 | 96 | "auto-changelog": { |
131 | 97 | "includeBranch": [ |
|
0 commit comments