|
44 | 44 | "jest:cache": "jest --clearCache"
|
45 | 45 | },
|
46 | 46 | "dependencies": {
|
47 |
| - "@babel/runtime": "^7.12.5", |
| 47 | + "@babel/runtime": "^7.13.10", |
48 | 48 | "@coreui/icons": "^2.0.0-rc.0",
|
49 |
| - "@coreui/icons-react": "^1.0.2", |
| 49 | + "@coreui/icons-react": "^1.1.0", |
50 | 50 | "@coreui/utils": "~1.3.1",
|
51 |
| - "@popperjs/core": "^2.6.0", |
| 51 | + "@popperjs/core": "^2.9.1", |
52 | 52 | "classnames": "~2.2.6",
|
53 |
| - "core-js": "^3.8.3", |
| 53 | + "core-js": "^3.9.1", |
54 | 54 | "perfect-scrollbar": "~1.5.0",
|
55 | 55 | "prop-types": "~15.7.2",
|
56 | 56 | "react-transition-group": "~4.4.1",
|
57 |
| - "tippy.js": "^6.2.7" |
| 57 | + "tippy.js": "^6.3.1" |
58 | 58 | },
|
59 | 59 | "peerDependencies": {
|
60 | 60 | "react": "^17.0.1",
|
61 | 61 | "react-dom": "^17.0.1",
|
62 | 62 | "react-router-dom": "^5.2.0"
|
63 | 63 | },
|
64 | 64 | "devDependencies": {
|
65 |
| - "@babel/cli": "^7.12.8", |
66 |
| - "@babel/core": "^7.12.9", |
67 |
| - "@babel/plugin-proposal-export-default-from": "^7.12.1", |
68 |
| - "@babel/plugin-proposal-export-namespace-from": "^7.12.1", |
69 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.12.1", |
70 |
| - "@babel/plugin-transform-runtime": "^7.12.1", |
71 |
| - "@babel/preset-env": "^7.12.11", |
72 |
| - "@babel/preset-react": "^7.12.7", |
| 65 | + "@babel/cli": "^7.13.10", |
| 66 | + "@babel/core": "^7.13.10", |
| 67 | + "@babel/plugin-proposal-export-default-from": "^7.12.13", |
| 68 | + "@babel/plugin-proposal-export-namespace-from": "^7.12.13", |
| 69 | + "@babel/plugin-proposal-object-rest-spread": "^7.13.8", |
| 70 | + "@babel/plugin-transform-runtime": "^7.13.10", |
| 71 | + "@babel/preset-env": "^7.13.10", |
| 72 | + "@babel/preset-react": "^7.12.13", |
73 | 73 | "@coreui/coreui": "^3.4.0",
|
74 |
| - "@rollup/plugin-babel": "^5.2.2", |
75 |
| - "@rollup/plugin-commonjs": "^17.0.0", |
76 |
| - "@rollup/plugin-node-resolve": "^11.1.0", |
77 |
| - "@rollup/plugin-replace": "^2.3.4", |
78 |
| - "@storybook/addon-knobs": "^6.1.14", |
79 |
| - "@storybook/addon-storysource": "^6.1.14", |
80 |
| - "@storybook/react": "^6.1.14", |
| 74 | + "@rollup/plugin-babel": "^5.3.0", |
| 75 | + "@rollup/plugin-commonjs": "^17.1.0", |
| 76 | + "@rollup/plugin-node-resolve": "^11.2.0", |
| 77 | + "@rollup/plugin-replace": "^2.4.1", |
| 78 | + "@storybook/addon-knobs": "^6.1.21", |
| 79 | + "@storybook/addon-storysource": "^6.1.21", |
| 80 | + "@storybook/react": "^6.1.21", |
81 | 81 | "@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
|
82 | 82 | "auto-changelog": "~2.2.1",
|
83 | 83 | "babel-eslint": "^10.1.0",
|
|
87 | 87 | "del-cli": "^3.0.1",
|
88 | 88 | "enzyme": "^3.11.0",
|
89 | 89 | "enzyme-to-json": "^3.6.1",
|
90 |
| - "eslint": "^7.18.0", |
| 90 | + "eslint": "^7.22.0", |
91 | 91 | "eslint-plugin-import": "^2.22.1",
|
92 | 92 | "eslint-plugin-react": "^7.22.0",
|
93 | 93 | "expect": "^26.6.2",
|
94 | 94 | "jest": "^26.6.3",
|
95 |
| - "postcss": "^8.2.4", |
| 95 | + "postcss": "^8.2.8", |
96 | 96 | "react": "^17.0.1",
|
97 | 97 | "react-app-polyfill": "^2.0.0",
|
98 | 98 | "react-dom": "^17.0.1",
|
99 | 99 | "react-router-dom": "^5.2.0",
|
100 | 100 | "react-test-renderer": "^17.0.1",
|
101 |
| - "rollup": "^2.37.1", |
| 101 | + "rollup": "^2.41.2", |
102 | 102 | "rollup-plugin-peer-deps-external": "~2.2.4",
|
103 | 103 | "rollup-plugin-postcss": "^4.0.0",
|
104 |
| - "sinon": "^9.2.3", |
| 104 | + "sinon": "^9.2.4", |
105 | 105 | "webpack": "^4.46.0"
|
106 | 106 | },
|
107 | 107 | "repository": {
|
|
119 | 119 | "responsive",
|
120 | 120 | "layout",
|
121 | 121 | "component",
|
122 |
| - "components" |
| 122 | + "components", |
| 123 | + "library" |
123 | 124 | ]
|
124 | 125 | }
|
0 commit comments