mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
dependencies updated
This commit is contained in:
parent
71e9d90ad0
commit
cb630c620d
2 changed files with 662 additions and 616 deletions
30
package.json
30
package.json
|
|
@ -12,32 +12,32 @@
|
|||
"storybook": "start-storybook --ci --config-dir ./storybook --static-dir ./ --port 6060"
|
||||
},
|
||||
"dependencies": {
|
||||
"a-color-picker": "1.1.9",
|
||||
"a-color-picker": "1.2.1",
|
||||
"classnames": "2.2.6",
|
||||
"events": "1.1.1",
|
||||
"hat": "0.0.3",
|
||||
"lodash.debounce": "4.0.8",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-focus-lock": "2.1.1",
|
||||
"react": "16.11.0",
|
||||
"react-dom": "16.11.0",
|
||||
"react-focus-lock": "2.2.1",
|
||||
"spatial-navigation-polyfill": "git+ssh://git@github.com/NikolaBorislavovHristov/spatial-navigation.git#964d09bf2b0853e27af6c25924b595d6621a019d",
|
||||
"stremio-colors": "git+ssh://git@github.com/Stremio/stremio-colors.git#v2.0.4",
|
||||
"stremio-core-web": "git+ssh://git@github.com/stremio/stremio-core-web.git#v0.6.0",
|
||||
"stremio-core-web": "git+ssh://git@github.com/stremio/stremio-core-web.git#abf72aec4976ea3992cf17b5fca407fc3ee7b457",
|
||||
"stremio-icons": "git+ssh://git@github.com/Stremio/stremio-icons.git#v1.0.11",
|
||||
"vtt.js": "0.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.6.2",
|
||||
"@babel/core": "7.6.4",
|
||||
"@babel/plugin-proposal-class-properties": "7.5.5",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.6.2",
|
||||
"@babel/preset-env": "7.6.2",
|
||||
"@babel/preset-react": "7.0.0",
|
||||
"@babel/runtime": "7.6.2",
|
||||
"@storybook/addon-actions": "5.2.1",
|
||||
"@babel/preset-env": "7.6.3",
|
||||
"@babel/preset-react": "7.6.3",
|
||||
"@babel/runtime": "7.6.3",
|
||||
"@storybook/addon-actions": "5.2.5",
|
||||
"@storybook/addon-console": "1.2.1",
|
||||
"@storybook/addons": "5.2.1",
|
||||
"@storybook/react": "5.2.1",
|
||||
"@storybook/addons": "5.2.5",
|
||||
"@storybook/react": "5.2.5",
|
||||
"babel-loader": "8.0.6",
|
||||
"clean-webpack-plugin": "3.0.0",
|
||||
"copy-webpack-plugin": "5.0.4",
|
||||
|
|
@ -50,9 +50,9 @@
|
|||
"mini-css-extract-plugin": "0.8.0",
|
||||
"postcss-loader": "3.0.0",
|
||||
"storybook-addon-jsx": "7.1.6",
|
||||
"terser-webpack-plugin": "2.1.0",
|
||||
"webpack": "4.41.0",
|
||||
"terser-webpack-plugin": "2.2.1",
|
||||
"webpack": "4.41.2",
|
||||
"webpack-cli": "3.3.9",
|
||||
"webpack-dev-server": "3.8.1"
|
||||
"webpack-dev-server": "3.9.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue