Completely updated React, fixed #11, (hopefully)

This commit is contained in:
2018-03-04 19:11:49 -05:00
parent 6e0afd6e2a
commit 34e5f5139a
13674 changed files with 333464 additions and 473223 deletions

View File

@@ -1,31 +1,31 @@
{
"_args": [
[
"babel-loader@7.1.2",
"babel-loader@7.1.3",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "babel-loader@7.1.2",
"_id": "babel-loader@7.1.2",
"_from": "babel-loader@7.1.3",
"_id": "babel-loader@7.1.3",
"_inBundle": false,
"_integrity": "sha512-jRwlFbINAeyDStqK6Dd5YuY0k5YuzQUvlz2ZamuXrXmxav3pNqe9vfJ402+2G+OmlJSXxCOpB6Uz0INM7RQe2A==",
"_integrity": "sha512-PeN29YvOynPMvNk7QCzsHqxpmfXwKAC+uxkiSNFQsmXBBVltzEkVWmv/Ip3tx7yk149dQUwk497bTXNu+DZjLA==",
"_location": "/babel-loader",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "babel-loader@7.1.2",
"raw": "babel-loader@7.1.3",
"name": "babel-loader",
"escapedName": "babel-loader",
"rawSpec": "7.1.2",
"rawSpec": "7.1.3",
"saveSpec": null,
"fetchSpec": "7.1.2"
"fetchSpec": "7.1.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-7.1.2.tgz",
"_spec": "7.1.2",
"_resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-7.1.3.tgz",
"_spec": "7.1.3",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Luis Couto",
@@ -52,10 +52,10 @@
},
"description": "babel module loader for webpack",
"devDependencies": {
"ava": "^0.22.0",
"ava": "^0.23.0",
"babel-cli": "^6.18.0",
"babel-core": "^6.0.0",
"babel-eslint": "^7.1.0",
"babel-eslint": "^8.0.0",
"babel-plugin-istanbul": "^4.0.0",
"babel-plugin-react-intl": "^2.1.3",
"babel-preset-env": "^1.2.0",
@@ -69,11 +69,11 @@
"lint-staged": "^4.0.0",
"nyc": "^11.0.1",
"prettier": "^1.2.2",
"react": "^15.1.0",
"react": "^16.0.0",
"react-intl": "^2.1.2",
"react-intl-webpack-plugin": "^0.0.3",
"rimraf": "^2.4.3",
"webpack": "^3.0.0"
"webpack": "^4.0.0"
},
"engines": {
"node": ">=4"
@@ -131,8 +131,8 @@
"instrument": false
},
"peerDependencies": {
"babel-core": "6 || 7 || ^7.0.0-alpha || ^7.0.0-beta || ^7.0.0-rc",
"webpack": "2 || 3"
"babel-core": "6",
"webpack": "2 || 3 || 4"
},
"repository": {
"type": "git",
@@ -149,5 +149,5 @@
"test": "yarn run lint && cross-env BABEL_ENV=test yarn run build && yarn run test-only",
"test-only": "nyc ava"
},
"version": "7.1.2"
"version": "7.1.3"
}