Completely updated React, fixed #11, (hopefully)
This commit is contained in:
96
goTorrentWebUI/node_modules/react-redux/package.json
generated
vendored
96
goTorrentWebUI/node_modules/react-redux/package.json
generated
vendored
@@ -1,31 +1,31 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"react-redux@5.0.6",
|
||||
"react-redux@5.0.7",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "react-redux@5.0.6",
|
||||
"_id": "react-redux@5.0.6",
|
||||
"_from": "react-redux@5.0.7",
|
||||
"_id": "react-redux@5.0.7",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-8taaaGu+J7PMJQDJrk/xiWEYQmdo3mkXw6wPr3K3LxvXis3Fymiq7c13S+Tpls/AyNUAsoONkU81AP0RA6y6Vw==",
|
||||
"_integrity": "sha512-5VI8EV5hdgNgyjfmWzBbdrqUkrVRKlyTKk1sGH3jzM2M2Mhj/seQgPXaz6gVAj2lz/nz688AdTqMO18Lr24Zhg==",
|
||||
"_location": "/react-redux",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "react-redux@5.0.6",
|
||||
"raw": "react-redux@5.0.7",
|
||||
"name": "react-redux",
|
||||
"escapedName": "react-redux",
|
||||
"rawSpec": "5.0.6",
|
||||
"rawSpec": "5.0.7",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.0.6"
|
||||
"fetchSpec": "5.0.7"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/react-redux/-/react-redux-5.0.6.tgz",
|
||||
"_spec": "5.0.6",
|
||||
"_resolved": "https://registry.npmjs.org/react-redux/-/react-redux-5.0.7.tgz",
|
||||
"_spec": "5.0.7",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Dan Abramov",
|
||||
@@ -41,33 +41,33 @@
|
||||
"url": "https://github.com/gaearon/react-redux/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"hoist-non-react-statics": "^2.2.1",
|
||||
"hoist-non-react-statics": "^2.5.0",
|
||||
"invariant": "^2.0.0",
|
||||
"lodash": "^4.2.0",
|
||||
"lodash-es": "^4.2.0",
|
||||
"lodash": "^4.17.5",
|
||||
"lodash-es": "^4.17.5",
|
||||
"loose-envify": "^1.1.0",
|
||||
"prop-types": "^15.5.10"
|
||||
"prop-types": "^15.6.0"
|
||||
},
|
||||
"description": "Official React bindings for Redux",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.3.17",
|
||||
"babel-core": "^6.3.26",
|
||||
"babel-eslint": "^7.1.1",
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-core": "^6.26.0",
|
||||
"babel-eslint": "^8.2.1",
|
||||
"babel-plugin-check-es2015-constants": "^6.3.13",
|
||||
"babel-plugin-external-helpers": "^6.22.0",
|
||||
"babel-plugin-istanbul": "^4.0.0",
|
||||
"babel-plugin-istanbul": "^4.1.5",
|
||||
"babel-plugin-syntax-jsx": "^6.3.13",
|
||||
"babel-plugin-transform-decorators-legacy": "^1.2.0",
|
||||
"babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-block-scoping": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-block-scoping": "^6.26.0",
|
||||
"babel-plugin-transform-es2015-classes": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-computed-properties": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-destructuring": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-for-of": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-function-name": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-literals": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
|
||||
"babel-plugin-transform-es2015-object-super": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-parameters": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-shorthand-properties": "^6.3.13",
|
||||
@@ -75,33 +75,33 @@
|
||||
"babel-plugin-transform-es2015-sticky-regex": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-template-literals": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-unicode-regex": "^6.3.13",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.3.13",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||||
"babel-plugin-transform-react-display-name": "^6.4.0",
|
||||
"babel-plugin-transform-react-jsx": "^6.4.0",
|
||||
"babel-register": "^6.3.13",
|
||||
"codecov": "^2.2.0",
|
||||
"create-react-class": "^15.5.3",
|
||||
"cross-env": "^5.0.1",
|
||||
"babel-register": "^6.26.0",
|
||||
"codecov": "^3.0.0",
|
||||
"create-react-class": "^15.6.3",
|
||||
"cross-env": "^5.1.3",
|
||||
"es3ify": "^0.2.0",
|
||||
"eslint": "^4.0.0",
|
||||
"eslint-plugin-import": "^2.2.0",
|
||||
"eslint-plugin-react": "^7.1.0",
|
||||
"expect": "^1.8.0",
|
||||
"eslint": "^4.17.0",
|
||||
"eslint-plugin-import": "^2.8.0",
|
||||
"eslint-plugin-react": "^7.6.1",
|
||||
"expect": "^1.20.2",
|
||||
"glob": "^7.1.1",
|
||||
"istanbul": "^0.4.4",
|
||||
"jsdom": "^11.0.0",
|
||||
"mocha": "^3.2.0",
|
||||
"nyc": "^11.0.2",
|
||||
"react": "^15.5.4",
|
||||
"react-dom": "^15.5.4",
|
||||
"jsdom": "^11.6.2",
|
||||
"mocha": "^5.0.1",
|
||||
"nyc": "^11.5.0",
|
||||
"react": "^15.6.2",
|
||||
"react-dom": "^15.6.2",
|
||||
"redux": "^3.0.0",
|
||||
"rimraf": "^2.3.4",
|
||||
"rollup": "^0.43.0",
|
||||
"rollup-plugin-babel": "^2.7.1",
|
||||
"rollup-plugin-commonjs": "^8.0.2",
|
||||
"rollup-plugin-node-resolve": "^3.0.0",
|
||||
"rollup-plugin-replace": "^1.1.1",
|
||||
"rollup-plugin-uglify": "^2.0.1"
|
||||
"rimraf": "^2.6.2",
|
||||
"rollup": "^0.56.1",
|
||||
"rollup-plugin-babel": "^3.0.3",
|
||||
"rollup-plugin-commonjs": "^8.3.0",
|
||||
"rollup-plugin-node-resolve": "^3.0.3",
|
||||
"rollup-plugin-replace": "^2.0.0",
|
||||
"rollup-plugin-uglify": "^3.0.0"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
@@ -110,7 +110,6 @@
|
||||
"es"
|
||||
],
|
||||
"homepage": "https://github.com/gaearon/react-redux",
|
||||
"jsnext:main": "es/index.js",
|
||||
"keywords": [
|
||||
"react",
|
||||
"reactjs",
|
||||
@@ -127,12 +126,19 @@
|
||||
"module": "es/index.js",
|
||||
"name": "react-redux",
|
||||
"nyc": {
|
||||
"require": [
|
||||
"babel-register"
|
||||
],
|
||||
"all": "true",
|
||||
"sourceMap": false,
|
||||
"instrument": false
|
||||
"instrument": false,
|
||||
"include": [
|
||||
"src/**/*.js"
|
||||
]
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0-0",
|
||||
"redux": "^2.0.0 || ^3.0.0"
|
||||
"redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -148,9 +154,9 @@
|
||||
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
|
||||
"lint": "eslint src test",
|
||||
"prepare": "npm run clean && npm run build",
|
||||
"test": "cross-env BABEL_ENV=commonjs NODE_ENV=test mocha --compilers js:babel-register --recursive --require ./test/setup.js",
|
||||
"test": "cross-env BABEL_ENV=test NODE_ENV=test mocha --recursive --require babel-register --require ./test/setup.js",
|
||||
"test:cov": "cross-env NODE_ENV=test nyc npm test",
|
||||
"test:watch": "npm test -- --watch"
|
||||
},
|
||||
"version": "5.0.6"
|
||||
"version": "5.0.7"
|
||||
}
|
||||
|
Reference in New Issue
Block a user