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": [
[
"react-grid-layout@0.16.0",
"react-grid-layout@0.16.5",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "react-grid-layout@0.16.0",
"_id": "react-grid-layout@0.16.0",
"_from": "react-grid-layout@0.16.5",
"_id": "react-grid-layout@0.16.5",
"_inBundle": false,
"_integrity": "sha512-83ZDngNYhAgSnxcLUxNUQlpWD0gDJxBSx8q29yBA2YjIxkHUKwr36HpYwJc/Zft19BHE81DinNBlDwPeAUWAXg==",
"_integrity": "sha512-df6sko1eenzwmi50dMQ1sDR6NsWlIu3hUSil99ynwWpJOSm53xeSpe19qlRI8Hn1eZZkWpEfIZCQ/yhg3ooM7A==",
"_location": "/react-grid-layout",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-grid-layout@0.16.0",
"raw": "react-grid-layout@0.16.5",
"name": "react-grid-layout",
"escapedName": "react-grid-layout",
"rawSpec": "0.16.0",
"rawSpec": "0.16.5",
"saveSpec": null,
"fetchSpec": "0.16.0"
"fetchSpec": "0.16.5"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-grid-layout/-/react-grid-layout-0.16.0.tgz",
"_spec": "0.16.0",
"_resolved": "https://registry.npmjs.org/react-grid-layout/-/react-grid-layout-0.16.5.tgz",
"_spec": "0.16.5",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Samuel Reed",
@@ -39,16 +39,17 @@
"classnames": "2.x",
"lodash.isequal": "^4.0.0",
"prop-types": "15.x",
"react-draggable": "^3.0.3",
"react-resizable": "^1.7.5"
"react-draggable": "3.x",
"react-resizable": "1.x"
},
"description": "A draggable and resizable grid layout with responsive breakpoints, for React.",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^8.0.1",
"babel-jest": "^21.2.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.2.2",
"babel-loader": "^7.1.2",
"babel-plugin-espower": "^2.4.0",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-transform-react-constant-elements": "^6.5.0",
"babel-plugin-transform-react-inline-elements": "^6.6.5",
@@ -56,29 +57,37 @@
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"css-loader": "^0.28.7",
"css-loader": "^0.28.9",
"ejs": "^2.4.1",
"eslint": "^4.7.2",
"eslint": "^4.17.0",
"eslint-plugin-flowtype": "^2.44.0",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-react": "^7.4.0",
"exports-loader": "^0.6.4",
"flow-bin": "^0.55.0",
"eslint-plugin-react": "^7.6.1",
"exports-loader": "^0.7.0",
"flow-bin": "^0.65.0",
"husky": "^0.14.3",
"imports-loader": "^0.7.1",
"jest-cli": "^21.2.0",
"jsxhint": "^0.15.1",
"lodash": "^4.3.0",
"pre-commit": "^1.1.2",
"precommit-hook": "^3.0.0",
"react": "^16.x",
"react-dom": "^16.x",
"react-hot-loader": "^1.3.0",
"jest-cli": "^22.3.0",
"lint-staged": "^6.1.0",
"lodash": "^4.17.5",
"opener": "^1.4.3",
"power-assert": "^1.4.4",
"prettier": "^1.10.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-hot-loader": "^3.1.3",
"react-transform-hmr": "^1.0.2",
"style-loader": "^0.18.2",
"style-loader": "^0.20.2",
"valiquire": "^0.3.0",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.8.2"
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.1"
},
"homepage": "https://github.com/STRML/react-grid-layout",
"jest": {
"testMatch": [
"<rootDir>/test/spec/*.js"
]
},
"keywords": [
"react",
"grid",
@@ -90,11 +99,18 @@
"responsive"
],
"license": "MIT",
"lint-staged": {
"*.{js,jsx}": [
"prettier --write",
"git add"
],
"*.css": [
"prettier --write",
"git add"
]
},
"main": "index.js",
"name": "react-grid-layout",
"pre-commit": [
"lint"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
@@ -108,9 +124,11 @@
"dev": "make dev",
"flow": "flow",
"lint": "make lint",
"precommit": "lint-staged && make lint",
"prepublishOnly": "make build",
"test": "make test",
"validate": "npm ls"
"validate": "npm ls",
"view-example": "make view-example"
},
"version": "0.16.0"
"version": "0.16.5"
}