Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Mar 13, 2021
1 parent f21fa63 commit 524897f
Show file tree
Hide file tree
Showing 3 changed files with 742 additions and 611 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"publish": "yarn && lerna run clean && yarn build && lerna publish --registry=https://registry.npmjs.org/"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-flow": "^7.12.1",
"@babel/preset-react": "^7.12.10",
"@babel/cli": "^7.13.10",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/preset-env": "^7.13.10",
"@babel/preset-flow": "^7.12.13",
"@babel/preset-react": "^7.12.13",
"browserify": "^17.0.0",
"browserify-shim": "^3.8.12",
"documentation": "13.1.0",
"documentation": "13.2.0",
"flow-copy-source": "^2.0.9",
"lerna": "^3.22.1",
"prettier": "^2.2.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/cookbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"gl-texture2d": "^2.1.0",
"gl-transitions": "^1.43.0",
"hoist-non-react-statics": "^3.3.2",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"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.13.7",
"query-string": "^6.14.1",
"raf": "^3.4.1",
"react": "^17.0.1",
"react-color": "^2.19.3",
Expand Down
Loading

0 comments on commit 524897f

Please sign in to comment.