|
9 | 9 | "author": "Christophe Duchesne-Ashworth <[email protected]>",
|
10 | 10 | "license": "MIT",
|
11 | 11 | "private": false,
|
| 12 | + "type": "module", |
12 | 13 | "files": [
|
13 | 14 | "/lib"
|
14 | 15 | ],
|
15 | 16 | "devDependencies": {
|
16 |
| - "@babel/core": "^7.16.0", |
17 |
| - "@babel/plugin-syntax-jsx": "^7.16.0", |
18 |
| - "@babel/preset-typescript": "^7.16.0", |
19 |
| - "@rollup/plugin-commonjs": "^21.0.1", |
20 |
| - "@rollup/plugin-node-resolve": "^13.0.6", |
21 |
| - "@storybook/addon-actions": "^6.3.12", |
22 |
| - "@storybook/addon-essentials": "^6.3.12", |
23 |
| - "@storybook/addon-links": "^6.3.12", |
24 |
| - "@storybook/react": "^6.3.12", |
25 |
| - "@types/react": "^17.0.33", |
26 |
| - "@types/react-dom": "^17.0.10", |
27 |
| - "@typescript-eslint/eslint-plugin": "^5.4.0", |
28 |
| - "@typescript-eslint/parser": "^5.4.0", |
29 |
| - "babel-loader": "^8.2.3", |
30 |
| - "eslint": "^8.2.0", |
31 |
| - "eslint-plugin-react": "^7.27.1", |
32 |
| - "postcss": "^8.3.11", |
33 |
| - "react": "^17.0.2", |
34 |
| - "react-dom": "^17.0.2", |
35 |
| - "rollup": "^2.58.3", |
| 17 | + "@babel/core": "^7.21.3", |
| 18 | + "@babel/plugin-syntax-jsx": "^7.18.6", |
| 19 | + "@babel/preset-typescript": "^7.21.0", |
| 20 | + "@rollup/plugin-commonjs": "^24.0.1", |
| 21 | + "@rollup/plugin-node-resolve": "^15.0.1", |
| 22 | + "@storybook/addon-actions": "^6.5.16", |
| 23 | + "@storybook/addon-essentials": "^6.5.16", |
| 24 | + "@storybook/addon-links": "^6.5.16", |
| 25 | + "@storybook/react": "^6.5.16", |
| 26 | + "@types/react": "^18.0.31", |
| 27 | + "@types/react-dom": "^18.0.11", |
| 28 | + "@typescript-eslint/eslint-plugin": "^5.57.0", |
| 29 | + "@typescript-eslint/parser": "^5.57.0", |
| 30 | + "babel-loader": "^9.1.2", |
| 31 | + "eslint": "^8.37.0", |
| 32 | + "eslint-plugin-react": "^7.32.2", |
| 33 | + "postcss": "^8.4.21", |
| 34 | + "react": "^18.2.0", |
| 35 | + "react-dom": "^18.2.0", |
| 36 | + "rollup": "^3.20.2", |
36 | 37 | "rollup-plugin-peer-deps-external": "^2.2.4",
|
37 |
| - "rollup-plugin-postcss": "^4.0.1", |
38 |
| - "rollup-plugin-scss": "3", |
39 |
| - "rollup-plugin-typescript2": "^0.30.0", |
40 |
| - "sass": "^1.43.4", |
41 |
| - "ts-node": "^10.4.0", |
42 |
| - "typescript": "^4.4.4" |
| 38 | + "rollup-plugin-postcss": "^4.0.2", |
| 39 | + "rollup-plugin-scss": "4", |
| 40 | + "rollup-plugin-typescript2": "^0.34.1", |
| 41 | + "sass": "^1.60.0", |
| 42 | + "ts-node": "^10.9.1", |
| 43 | + "typescript": "^5.0.2" |
43 | 44 | },
|
44 | 45 | "peerDependencies": {
|
45 | 46 | "react": "^17.0.2",
|
|
55 | 56 | "lint:fix": "yarn eslint src/**/*.ts src/**/*.tsx --fix"
|
56 | 57 | },
|
57 | 58 | "dependencies": {
|
58 |
| - "@testing-library/jest-dom": "^5.14.1", |
59 |
| - "@testing-library/react": "^12.1.2", |
60 |
| - "@types/jest": "^27.0.2", |
61 |
| - "jest": "^27.3.1", |
62 |
| - "ts-jest": "^27.0.7" |
| 59 | + "@testing-library/jest-dom": "^5.16.5", |
| 60 | + "@testing-library/react": "^14.0.0", |
| 61 | + "@types/jest": "^29.5.0", |
| 62 | + "jest": "^29.5.0", |
| 63 | + "ts-jest": "^29.0.5" |
63 | 64 | }
|
64 | 65 | }
|
0 commit comments