|
24 | 24 | "license": "MIT", |
25 | 25 | "author": "The CoreUI Team (https://github.com/orgs/coreui/people)", |
26 | 26 | "main": "dist/index.js", |
27 | | - "module": "dist/index.es.js", |
28 | | - "jsnext:main": "dist/index.es.js", |
| 27 | + "module": "dist/index.esm.js", |
| 28 | + "jsnext:main": "dist/index.esm.js", |
29 | 29 | "types": "dist/index.d.ts", |
30 | 30 | "files": [ |
31 | 31 | "dist/", |
32 | 32 | "src/" |
33 | 33 | ], |
34 | 34 | "scripts": { |
35 | | - "build": "rollup -c --bundleConfigAsCjs", |
| 35 | + "build": "rollup --config", |
36 | 36 | "test": "jest --coverage", |
37 | 37 | "test:update": "jest --coverage --updateSnapshot" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@rollup/plugin-commonjs": "^25.0.1", |
41 | | - "@rollup/plugin-node-resolve": "^15.1.0", |
42 | | - "@rollup/plugin-typescript": "^11.1.1", |
43 | | - "@testing-library/jest-dom": "^5.16.5", |
| 40 | + "@rollup/plugin-commonjs": "^25.0.7", |
| 41 | + "@rollup/plugin-node-resolve": "^15.2.3", |
| 42 | + "@rollup/plugin-typescript": "^11.1.5", |
| 43 | + "@testing-library/jest-dom": "^6.1.4", |
44 | 44 | "@testing-library/react": "^14.0.0", |
45 | | - "@types/react": "^18.2.11", |
46 | | - "@types/react-dom": "^18.2.4", |
| 45 | + "@types/react": "^18.2.33", |
| 46 | + "@types/react-dom": "^18.2.14", |
47 | 47 | "classnames": "^2.3.2", |
48 | | - "jest": "^29.5.0", |
49 | | - "jest-environment-jsdom": "^29.5.0", |
| 48 | + "jest": "^29.7.0", |
| 49 | + "jest-environment-jsdom": "^29.7.0", |
50 | 50 | "prop-types": "^15.8.1", |
51 | 51 | "react": "^18.2.0", |
52 | 52 | "react-dom": "^18.2.0", |
53 | | - "rollup": "^3.25.0", |
54 | | - "rollup-plugin-import-css": "^3.2.1", |
55 | | - "ts-jest": "^29.1.0", |
56 | | - "typescript": "^4.9.5" |
| 53 | + "rollup": "^4.1.4", |
| 54 | + "rollup-plugin-import-css": "^3.3.5", |
| 55 | + "ts-jest": "^29.1.1", |
| 56 | + "typescript": "^5.2.2" |
57 | 57 | }, |
58 | 58 | "peerDependencies": { |
59 | 59 | "react": ">=17", |
|
0 commit comments