Skip to content

Commit fdf7b88

Browse files
committed
chore: dependencies update and cleanup
1 parent 25347f4 commit fdf7b88

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,28 +35,28 @@
3535
"scripts": {
3636
"build": "nwb build-react-component --copy-files --no-demo",
3737
"clean": "nwb clean-module && nwb clean-demo",
38-
"lint": "eslint src",
39-
"link": "npm link @coreui/react"
38+
"test": "nwb test-react",
39+
"test:coverage": "nwb test-react --coverage",
40+
"lint": "eslint src"
4041
},
4142
"dependencies": {
4243
"classnames": "^2.2.6",
43-
"core-js": "^3.6.4",
4444
"prop-types": "^15.7.2"
4545
},
4646
"peerDependencies": {
47-
"@coreui/react": "^3.0.0-alpha.1",
48-
"react": "^16.12.0"
47+
"@coreui/icons": "^1.0.1",
48+
"react": "^16.13.1"
4949
},
5050
"devDependencies": {
51-
"@coreui/icons": "^1.0.1",
5251
"babel-eslint": "^10.1.0",
5352
"enzyme": "^3.11.0",
5453
"enzyme-adapter-react-16": "^1.15.2",
5554
"eslint": "^6.8.0",
5655
"eslint-plugin-import": "^2.20.1",
5756
"eslint-plugin-react": "^7.19.0",
58-
"nwb": "^0.24.3",
59-
"react-app-polyfill": "^1.0.6",
57+
"nwb": "^0.24.5",
58+
"react": "^16.13.1",
59+
"react-dom": "^16.13.1",
6060
"sinon": "^5.1.1"
6161
},
6262
"keywords": [

0 commit comments

Comments
 (0)