|
1 | 1 | { |
2 | 2 | "name": "@coreui/react", |
3 | | - "version": "3.0.2", |
| 3 | + "version": "3.0.0-rc.1", |
4 | 4 | "description": "CoreUI React Bootstrap 4 components", |
5 | 5 | "license": "MIT", |
6 | 6 | "author": { |
|
36 | 36 | "test:watch": "nwb test-react --server", |
37 | 37 | "lint": "eslint src", |
38 | 38 | "link": "npm link && link.sh", |
39 | | - "changelog": "auto-changelog --starting-version 3.0.0-rc.2" |
| 39 | + "jest:test": "jest", |
| 40 | + "jest:coverage": "jest --coverage", |
| 41 | + "jest:init": "jest init", |
| 42 | + "jest:cache": "jest --clearCache" |
40 | 43 | }, |
41 | 44 | "dependencies": { |
42 | | - "@coreui/icons": "2.0.0-beta.3", |
43 | | - "@coreui/icons-react": "^1.0.1", |
| 45 | + "@coreui/icons": "^2.0.0-beta.3", |
| 46 | + "@coreui/icons-react": "^1.0.0-beta.5", |
44 | 47 | "@coreui/utils": "~1.3.1", |
45 | 48 | "@popperjs/core": "~2.4.0", |
46 | 49 | "classnames": "~2.2.6", |
|
56 | 59 | "react-router-dom": "~5.2.0" |
57 | 60 | }, |
58 | 61 | "devDependencies": { |
59 | | - "auto-changelog": "2.0.0", |
| 62 | + "@babel/core": "*", |
| 63 | + "@babel/plugin-proposal-class-properties": "*", |
| 64 | + "@babel/preset-env": "*", |
| 65 | + "@babel/preset-react": "*", |
| 66 | + "@coreui/coreui-chartjs": "^2.0.0-beta.0", |
| 67 | + "@coreui/icons": "^1.0.1", |
| 68 | + "@coreui/icons-react": "^1.0.0-alpha.5", |
60 | 69 | "babel-eslint": "^10.1.0", |
| 70 | + "babel-jest": "*", |
61 | 71 | "enzyme": "^3.11.0", |
62 | 72 | "enzyme-adapter-react-16": "^1.15.2", |
63 | | - "eslint": "^7.2.0", |
64 | | - "eslint-plugin-import": "^2.21.1", |
| 73 | + "enzyme-to-json": "^3.5.0", |
| 74 | + "eslint": "^7.1.0", |
| 75 | + "eslint-plugin-import": "^2.20.2", |
65 | 76 | "eslint-plugin-react": "^7.20.0", |
| 77 | + "expect": "^26.0.1", |
| 78 | + "jest": "^26.0.1", |
66 | 79 | "nwb": "^0.25.2", |
| 80 | + "react": "^16.13.1", |
| 81 | + "react-app-polyfill": "^1.0.6", |
| 82 | + "react-dom": "^16.13.1", |
| 83 | + "react-router-dom": "^5.1.2", |
| 84 | + "react-test-renderer": "^16.13.1", |
67 | 85 | "sinon": "^9.0.2" |
68 | 86 | }, |
| 87 | + "jest": { |
| 88 | + "moduleNameMapper": { |
| 89 | + "\\.(css|less)$": "<rootDir>/tests/__mocks__/styleMock.js" |
| 90 | + }, |
| 91 | + "transformIgnorePatterns": [ |
| 92 | + "<rootDir>/node_modules/" |
| 93 | + ] |
| 94 | + }, |
69 | 95 | "repository": { |
70 | 96 | "type": "git", |
71 | 97 | "url": "https://github.com/coreui/coreui-react.git" |
|
0 commit comments