|
43 | 43 | "postinstall": "node npm-postinstall" |
44 | 44 | }, |
45 | 45 | "dependencies": { |
46 | | - "@babel/runtime": "^7.11.2", |
47 | | - "@coreui/icons": "2.0.0-beta.4", |
| 46 | + "@babel/runtime": "^7.12.0", |
| 47 | + "@coreui/icons": "2.0.0-beta.5", |
48 | 48 | "@coreui/icons-react": "^1.0.2", |
49 | 49 | "@coreui/utils": "~1.3.1", |
50 | | - "@popperjs/core": "~2.4.4", |
| 50 | + "@popperjs/core": "~2.5.3", |
51 | 51 | "classnames": "~2.2.6", |
52 | 52 | "core-js": "~3.6.5", |
53 | 53 | "perfect-scrollbar": "~1.5.0", |
54 | 54 | "prop-types": "~15.7.2", |
55 | 55 | "react-transition-group": "~4.4.1", |
56 | | - "tippy.js": "~6.2.6" |
| 56 | + "tippy.js": "^6.2.7" |
57 | 57 | }, |
58 | 58 | "peerDependencies": { |
59 | 59 | "react": "^16.13.1", |
60 | 60 | "react-dom": "~16.13.1", |
61 | 61 | "react-router-dom": "~5.2.0" |
62 | 62 | }, |
63 | 63 | "devDependencies": { |
64 | | - "auto-changelog": "2.2.0", |
65 | | - "@babel/cli": "^7.11.6", |
66 | | - "@babel/core": "^7.11.6", |
| 64 | + "@babel/cli": "^7.12.0", |
| 65 | + "@babel/core": "^7.12.0", |
67 | 66 | "@babel/plugin-proposal-export-default-from": "^7.10.4", |
68 | | - "@babel/plugin-proposal-export-namespace-from": "7.10.4", |
| 67 | + "@babel/plugin-proposal-export-namespace-from": "^7.12.0", |
69 | 68 | "@babel/plugin-proposal-object-rest-spread": "^7.11.0", |
70 | | - "@babel/plugin-transform-runtime": "^7.11.5", |
71 | | - "@babel/preset-env": "^7.11.5", |
| 69 | + "@babel/plugin-transform-runtime": "^7.12.0", |
| 70 | + "@babel/preset-env": "^7.12.0", |
72 | 71 | "@babel/preset-react": "^7.10.4", |
73 | | - "@rollup/plugin-babel": "^5.2.0", |
74 | | - "@rollup/plugin-commonjs": "^15.0.0", |
| 72 | + "@rollup/plugin-babel": "^5.2.1", |
| 73 | + "@rollup/plugin-commonjs": "^15.1.0", |
75 | 74 | "@rollup/plugin-node-resolve": "^9.0.0", |
76 | 75 | "@rollup/plugin-replace": "^2.3.3", |
| 76 | + "auto-changelog": "^2.2.1", |
77 | 77 | "babel-eslint": "^10.1.0", |
78 | 78 | "babel-loader": "^8.1.0", |
79 | 79 | "cross-env": "7.0.2", |
80 | 80 | "enzyme": "^3.11.0", |
81 | | - "enzyme-adapter-react-16": "^1.15.4", |
82 | | - "eslint": "^7.8.1", |
83 | | - "eslint-plugin-import": "^2.22.0", |
84 | | - "eslint-plugin-react": "^7.20.6", |
85 | | - "rollup": "^2.26.10", |
| 81 | + "enzyme-adapter-react-16": "^1.15.5", |
| 82 | + "eslint": "^7.11.0", |
| 83 | + "eslint-plugin-import": "^2.22.1", |
| 84 | + "eslint-plugin-react": "^7.21.4", |
| 85 | + "rollup": "^2.30.0", |
86 | 86 | "rollup-plugin-peer-deps-external": "2.2.3", |
87 | 87 | "rollup-plugin-postcss": "3.1.8", |
88 | | - "sinon": "^9.0.3" |
| 88 | + "sinon": "^9.2.0" |
89 | 89 | }, |
90 | 90 | "repository": { |
91 | 91 | "type": "git", |
|
0 commit comments