Skip to content

Commit 15a44cf

Browse files
committed
upgrade packages
1 parent ef5d3c8 commit 15a44cf

File tree

2 files changed

+882
-716
lines changed

2 files changed

+882
-716
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "react-netflix-player",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "React Video Player Based in Netflix Design",
55
"main": "./dist/ReactNetflixPlayer.js",
66
"license": "MIT",
7-
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
7+
"publishConfig": {
8+
"registry": "https://npm.pkg.github.com/"
9+
},
810
"scripts": {
911
"start": "webpack-dev-server --config webpack.config.dev.js",
1012
"build": "webpack",
@@ -41,9 +43,9 @@
4143
"eslint-config-prettier": "^6.11.0",
4244
"eslint-plugin-import": "^2.22.0",
4345
"eslint-plugin-jsx-a11y": "^6.3.1",
46+
"eslint-plugin-prettier": "^3.1.4",
4447
"eslint-plugin-react": "^7.20.6",
4548
"eslint-plugin-react-hooks": "^4.1.0",
46-
"eslint-plugin-prettier": "^3.1.4",
4749
"extract-text-webpack-plugin": "^3.0.2",
4850
"path": "^0.12.7",
4951
"prettier": "^2.0.5",
@@ -54,9 +56,9 @@
5456
"dependencies": {
5557
"i18next": "^19.7.0",
5658
"react": "^16.0.0",
57-
"react-icons": "^3.9.0",
5859
"react-dom": "^16.13.1",
5960
"react-i18next": "^11.7.1",
61+
"react-icons": "^3.9.0",
6062
"styled-components": "^5.1.1"
6163
}
6264
}

0 commit comments

Comments
 (0)