Skip to content

Commit 3e68ea5

Browse files
committed
Package updates
1 parent 06dd83d commit 3e68ea5

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test": "npm run lint && npm run deps && jest",
2222
"watch-test": "jest --watch",
2323
"watch": "nodemon --exec \"npm run make:lib\" -w src",
24-
"deps": "./node_modules/.bin/dependency-check package.json --entry src/react-plotly.js --missing"
24+
"deps": "./node_modules/.bin/dependency-check src/react-plotly.js --missing"
2525
},
2626
"keywords": [
2727
"graphing",
@@ -31,48 +31,48 @@
3131
"plotly",
3232
"react"
3333
],
34+
"dependencies": {
35+
"prop-types": "^15.7.2"
36+
},
3437
"devDependencies": {
35-
"@babel/cli": "^7.2.3",
36-
"@babel/core": "^7.3.3",
37-
"@babel/plugin-proposal-class-properties": "^7.3.3",
38-
"@babel/preset-env": "^7.3.1",
39-
"@babel/preset-react": "^7.0.0",
40-
"babel-eslint": "^10.0.1",
38+
"@babel/cli": "^7.11.6",
39+
"@babel/core": "^7.11.6",
40+
"@babel/plugin-proposal-class-properties": "^7.10.4",
41+
"@babel/preset-env": "^7.11.5",
42+
"@babel/preset-react": "^7.10.4",
43+
"babel-eslint": "^10.1.0",
4144
"babelify": "^10.0.0",
4245
"brfs": "^2.0.2",
43-
"browserify": "^16.2.3",
46+
"browserify": "^16.5.2",
4447
"browserify-global-shim": "^1.0.3",
4548
"cash-mv": "^0.2.0",
46-
"dependency-check": "^3.3.0",
47-
"enzyme": "^3.9.0",
48-
"enzyme-adapter-react-16": "^1.9.1",
49-
"eslint": "^5.14.1",
50-
"eslint-config-prettier": "^4.0.0",
51-
"eslint-plugin-import": "^2.16.0",
52-
"eslint-plugin-react": "^7.12.4",
49+
"dependency-check": "^4.1.0",
50+
"enzyme": "^3.11.0",
51+
"enzyme-adapter-react-16": "^1.15.4",
52+
"eslint": "^7.9.0",
53+
"eslint-config-prettier": "^6.11.0",
54+
"eslint-plugin-import": "^2.22.0",
55+
"eslint-plugin-react": "^7.20.6",
5356
"event-emitter": "^0.3.5",
54-
"jest": "^24.1.0",
55-
"mkdirp": "^0.5.1",
56-
"nodemon": "^1.18.10",
57-
"onetime": "^3.0.0",
57+
"jest": "^26.4.2",
58+
"mkdirp": "^1.0.4",
59+
"nodemon": "^2.0.4",
60+
"onetime": "^5.1.2",
5861
"plotly.js": "^1.35.0",
59-
"prettier": "^1.16.4",
60-
"react": "^16.8.2",
62+
"prettier": "^2.1.1",
63+
"react": "^16.13.1",
6164
"react-addons-test-utils": "^15.6.0",
62-
"react-dom": "^16.8.2",
63-
"react-test-renderer": "^16.8.2",
64-
"rimraf": "^2.6.2",
65-
"semver": "^5.4.1",
66-
"uglify-js": "^3.0.26"
65+
"react-dom": "^16.13.1",
66+
"react-test-renderer": "^16.13.1",
67+
"rimraf": "^3.0.2",
68+
"semver": "^7.3.2",
69+
"uglify-js": "^3.10.4"
6770
},
6871
"peerDependencies": {
6972
"plotly.js": ">1.34.0",
7073
"react": ">0.13.0"
7174
},
7275
"browserify-global-shim": {
7376
"react": "React"
74-
},
75-
"dependencies": {
76-
"prop-types": "^15.7.2"
7777
}
7878
}

0 commit comments

Comments
 (0)