Skip to content

Commit cd135fe

Browse files
committed
chore: dependencies update and config refactor
1 parent ce7d201 commit cd135fe

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# See https://help.github.com/ignore-files/ for more about ignoring files.
22

33
# dependencies
4+
node_modules
45
/node_modules
56
package-lock.json
67

nwb.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ module.exports = {
55
umd: {
66
global: 'CoreUIReact',
77
externals: {
8-
react: 'React'
8+
react: 'React',
9+
'react-router': 'ReactRouter'
910
}
1011
}
1112
}

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -35,32 +35,32 @@
3535
"lint": "eslint src"
3636
},
3737
"dependencies": {
38-
"@coreui/icons": "0.3.0",
3938
"classnames": "^2.2.6",
40-
"core-js": "^2.6.9",
39+
"core-js": "^2.6.11",
4140
"prop-types": "^15.7.2",
4241
"react-onclickout": "^2.0.8",
43-
"react-perfect-scrollbar": "^1.5.3",
44-
"reactstrap": "^8.0.1"
42+
"react-perfect-scrollbar": "~1.5.8"
4543
},
4644
"peerDependencies": {
47-
"@coreui/coreui": "^2.1.12",
48-
"react": "^16.10.1",
49-
"react-router-dom": "^5.1.2"
45+
"@coreui/coreui": "^2.1.16",
46+
"react": "^16.12.0",
47+
"react-router-dom": "^5.1.2",
48+
"mutationobserver-shim": "^0.3.3"
5049
},
5150
"devDependencies": {
51+
"@coreui/icons": "~0.3.0",
5252
"babel-eslint": "^10.0.3",
53-
"enzyme": "^3.10.0",
54-
"enzyme-adapter-react-16": "^1.14.0",
53+
"enzyme": "^3.11.0",
54+
"enzyme-adapter-react-16": "^1.15.2",
5555
"eslint": "^5.16.0",
56-
"eslint-plugin-import": "^2.18.2",
57-
"eslint-plugin-react": "^7.15.1",
56+
"eslint-plugin-import": "^2.20.1",
57+
"eslint-plugin-react": "^7.18.3",
5858
"nwb": "^0.23.0",
59-
"react": "^16.10.1",
60-
"react-dom": "^16.10.1",
59+
"react": "^16.12.0",
60+
"react-dom": "^16.12.0",
6161
"react-router-dom": "^5.1.2",
62-
"sinon": "^5.1.1",
63-
"webpack-dev-server": "^3.8.1"
62+
"reactstrap": "^8.4.1",
63+
"sinon": "^5.1.1"
6464
},
6565
"repository": {
6666
"type": "git",

0 commit comments

Comments
 (0)