update deps

This commit is contained in:
Gaëtan Renaudeau 2020-01-19 16:54:35 +01:00
parent 64cb2679d6
commit 4f0c76e2e8
No known key found for this signature in database
GPG Key ID: 7B66B85F042E5451
6 changed files with 686 additions and 581 deletions

View File

@ -17,17 +17,17 @@
"publish": "yarn && lerna run clean && yarn build && lerna publish --registry=https://registry.npmjs.org/"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/preset-flow": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@babel/cli": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-flow": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"browserify": "^16.5.0",
"browserify-shim": "^3.8.12",
"documentation": "12.1.4",
"flow-copy-source": "^2.0.9",
"lerna": "^3.20.1",
"lerna": "^3.20.2",
"prettier": "^1.19.1"
}
}

View File

@ -17,15 +17,15 @@
"gl-transitions": "^1.43.0",
"hoist-non-react-statics": "^3.3.1",
"lodash": "^4.17.15",
"ndarray": "^1.0.18",
"ndarray": "^1.0.19",
"ndarray-ops": "^1.2.2",
"prism-theme-one-dark": "^1.0.0",
"prismjs": "github:PrismJS/prism#16ce4b336d625e13065bfc12ab6d13ac862d6f50",
"prop-types": "^15.7.2",
"query-string": "^6.9.0",
"query-string": "^6.10.1",
"raf": "^3.4.1",
"react": "^16.12.0",
"react-color": "^2.17.3",
"react-color": "^2.18.0",
"react-dom": "^16.12.0",
"react-gl-transition": "^1.19.2",
"react-json2d": "^0.3.0",

View File

@ -17,7 +17,7 @@
"react": "*"
},
"dependencies": {
"gl": "^4.4.0",
"gl": "^4.4.1",
"invariant": "^2.2.4",
"prop-types": "^15.7.2",
"raf": "^3.4.1"

View File

@ -30,9 +30,9 @@
"dependencies": {
"gl-shader": "^4.2.1",
"invariant": "^2.2.4",
"ndarray": "^1.0.18",
"ndarray": "^1.0.19",
"prop-types": "^15.7.2",
"typedarray-pool": "^1.1.0",
"typedarray-pool": "^1.2.0",
"webgltexture-loader": "1.0.0",
"webgltexture-loader-ndarray": "1.0.0"
},

View File

@ -19,7 +19,7 @@
"gl-texture2d": "^2.0.12",
"jest": "24.9.0",
"jest-cli": "24.9.0",
"ndarray": "^1.0.18",
"ndarray": "^1.0.19",
"promise-defer": "^1.0.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",

1239
yarn.lock

File diff suppressed because it is too large Load Diff