Skip to content

Commit d6a1126

Browse files
committed
updated packages and peer dep
1 parent f95ce3b commit d6a1126

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "https://github.com/Arif-un/react-multiple-select-dropdown-lite.git"
1010
},
1111
"publishConfig": {
12-
"registry":"https://npm.pkg.github.com"
12+
"registry": "https://npm.pkg.github.com"
1313
},
1414
"main": "dist/index.js",
1515
"module": "dist/index.modern.js",
@@ -31,28 +31,28 @@
3131
"deploy": "gh-pages -d example/build"
3232
},
3333
"peerDependencies": {
34-
"react": "^16.13.1"
34+
"react": ">= 16.13.1"
3535
},
3636
"devDependencies": {
3737
"babel-eslint": "^10.1.0",
38-
"cross-env": "^7.0.2",
39-
"eslint": "^6.6.0",
40-
"eslint-config-prettier": "^6.11.0",
41-
"eslint-config-standard": "^14.1.1",
42-
"eslint-config-standard-react": "^9.2.0",
43-
"eslint-plugin-import": "^2.21.1",
38+
"cross-env": "^7.0.3",
39+
"eslint": "^8.5.0",
40+
"eslint-config-prettier": "^8.3.0",
41+
"eslint-config-standard": "^16.0.3",
42+
"eslint-config-standard-react": "^11.0.1",
43+
"eslint-plugin-import": "^2.25.3",
4444
"eslint-plugin-node": "^11.1.0",
45-
"eslint-plugin-prettier": "^3.1.3",
46-
"eslint-plugin-promise": "^4.2.1",
47-
"eslint-plugin-react": "^7.20.0",
48-
"eslint-plugin-standard": "^4.0.1",
49-
"gh-pages": "^3.0.0",
50-
"microbundle-crl": "^0.13.10",
45+
"eslint-plugin-prettier": "^4.0.0",
46+
"eslint-plugin-promise": "^6.0.0",
47+
"eslint-plugin-react": "^7.28.0",
48+
"eslint-plugin-standard": "^4.1.0",
49+
"gh-pages": "^3.2.3",
50+
"microbundle-crl": "^0.13.11",
5151
"npm-run-all": "^4.1.5",
52-
"prettier": "^2.0.5",
53-
"react": "^16.13.1",
54-
"react-dom": "^16.13.1",
55-
"react-scripts": "^3.4.1"
52+
"prettier": "^2.5.1",
53+
"react": "^17.0.2",
54+
"react-dom": "^17.0.2",
55+
"react-scripts": "^5.0.0"
5656
},
5757
"files": [
5858
"dist"

0 commit comments

Comments
 (0)