Completely updated React, fixed #11, (hopefully)
This commit is contained in:
30
goTorrentWebUI/node_modules/react-bootstrap-table/package.json
generated
vendored
30
goTorrentWebUI/node_modules/react-bootstrap-table/package.json
generated
vendored
@@ -1,31 +1,31 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"react-bootstrap-table@4.1.2",
|
||||
"react-bootstrap-table@4.3.1",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "react-bootstrap-table@4.1.2",
|
||||
"_id": "react-bootstrap-table@4.1.2",
|
||||
"_from": "react-bootstrap-table@4.3.1",
|
||||
"_id": "react-bootstrap-table@4.3.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-AOyg/TGeNqcIwbpuvLPPyqGfM9M=",
|
||||
"_integrity": "sha1-9wS+Vbf2vwVX0vxb7G0l/TB9DN4=",
|
||||
"_location": "/react-bootstrap-table",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "react-bootstrap-table@4.1.2",
|
||||
"raw": "react-bootstrap-table@4.3.1",
|
||||
"name": "react-bootstrap-table",
|
||||
"escapedName": "react-bootstrap-table",
|
||||
"rawSpec": "4.1.2",
|
||||
"rawSpec": "4.3.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.1.2"
|
||||
"fetchSpec": "4.3.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/react-bootstrap-table/-/react-bootstrap-table-4.1.2.tgz",
|
||||
"_spec": "4.1.2",
|
||||
"_resolved": "https://registry.npmjs.org/react-bootstrap-table/-/react-bootstrap-table-4.3.1.tgz",
|
||||
"_spec": "4.3.1",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "AllenFang"
|
||||
@@ -36,8 +36,8 @@
|
||||
"dependencies": {
|
||||
"classnames": "^2.1.2",
|
||||
"prop-types": "^15.5.10",
|
||||
"react-modal": "^3.0.3",
|
||||
"react-s-alert": "^1.3.0"
|
||||
"react-modal": "^3.1.7",
|
||||
"react-s-alert": "^1.3.2"
|
||||
},
|
||||
"description": "It's a react table for bootstrap",
|
||||
"devDependencies": {
|
||||
@@ -65,9 +65,9 @@
|
||||
"jest-cli": "^19.0.2",
|
||||
"jquery": "^2.1.4",
|
||||
"jsx-loader": "^0.13.2",
|
||||
"react": "^16.0.0",
|
||||
"react-bootstrap": "^0.31.3",
|
||||
"react-dom": "^16.0.0",
|
||||
"react": "16.0.0",
|
||||
"react-bootstrap": "0.31.3",
|
||||
"react-dom": "16.0.0",
|
||||
"react-hot-loader": "^3.0.0-beta.6",
|
||||
"react-router": "^3.2.0",
|
||||
"style-loader": "^0.13.0",
|
||||
@@ -115,5 +115,5 @@
|
||||
"tags": [
|
||||
"react"
|
||||
],
|
||||
"version": "4.1.2"
|
||||
"version": "4.3.1"
|
||||
}
|
||||
|
Reference in New Issue
Block a user