Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-trzesiok committed May 25, 2022
1 parent 69eefcc commit 87bf424
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 40 deletions.
47 changes: 23 additions & 24 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,50 +25,49 @@
},
"devDependencies": {
"components-webfontloader": "1.5.2",
"copy-webpack-plugin": "^9.0.0",
"copy-webpack-plugin": "^11.0.0",
"cors": "2.8.5",
"css-loader": "^5.2.5",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.25.2",
"css-loader": "^6.7.1",
"style-loader": "^3.3.1",
"eslint": "^8.16.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-markdown": "^2.2.1",
"express": "^4.17.1",
"grunt": "^1.4.0",
"grunt-contrib-clean": "2.0.0",
"express": "^4.18.1",
"grunt": "^1.5.3",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-jshint": "^3.1.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-curl": "^2.5.1",
"grunt-eslint": "^23.0.0",
"grunt-eslint": "^24.0.0",
"grunt-express-server": "0.5.4",
"grunt-jsdoc": "2.4.1",
"grunt-open": "^0.2.4",
"grunt-webpack": "^4.0.3",
"grunt-webpack": "^5.0.0",
"jshint-stylish": "^2.2.1",
"json-loader": "^0.5.4",
"json-loader": "^0.5.7",
"load-grunt-tasks": "5.1.0",
"time-grunt": "2.0.0",
"webpack": "^5.60.0",
"webpack-cli": "^4.9.1",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack-combine-loaders": "^2.0.4",
"webpack-node-externals": "^3.0.0",
"webpack-visualizer-plugin2": "^1.0.0"
},
"dependencies": {
"@jupyter-widgets/base": "^4.0.0",
"lil-gui": "^0.16.0",
"es6-promise": "^4.2.8",
"fflate": "^0.7.1",
"@jupyter-widgets/base": "^4.1.0",
"lil-gui": "^0.16.1",
"fflate": "^0.7.3",
"file-saver": "^2.0.5",
"katex": "^0.13.19",
"katex": "^0.15.6",
"lodash": "^4.17.21",
"msgpack-lite": "^0.1.26",
"rasterizehtml": "^1.3.0",
"rasterizehtml": "^1.3.1",
"requirejs": "^2.3.6",
"screenfull": "^5.1.0",
"screenfull": "^6.0.1",
"stats.js": "^0.17.0",
"style-loader": "^2.0.0",
"three": "^0.138.2",
"three-mesh-bvh": "^0.3.7"
"three": "^0.140.2",
"three-mesh-bvh": "^0.5.11"
}
}
2 changes: 1 addition & 1 deletion js/src/core/lib/fullscreen.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const screenfull = require('screenfull');
const screenfull = require('screenfull').default;

function fullscreenGUI(container, gui, currentWindow) {
const obj = {
Expand Down
1 change: 0 additions & 1 deletion js/src/development.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require('es6-promise');
require('katex/dist/katex.min.css');
require('lil-gui/dist/lil-gui.css');

Expand Down
2 changes: 0 additions & 2 deletions js/src/k3d.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ const objectsList = {};
const chunkList = {};
const plotsList = [];

require('es6-promise');

function runOnEveryPlot(id, cb) {
plotsList.forEach((plot) => {
if (plot.model.get('object_ids').indexOf(id) !== -1) {
Expand Down
Binary file modified k3d/test/references/voxels_outline_opacity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified k3d/test/references/voxels_wireframe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,24 @@
},
"dependencies": {
"@jupyter-widgets/base": "^4.1.0",
"es6-promise": "^4.2.8",
"fflate": "^0.7.1",
"fflate": "^0.7.3",
"file-saver": "^2.0.5",
"katex": "^0.13.19",
"lil-gui": "^0.16.0",
"katex": "^0.15.6",
"lil-gui": "^0.16.1",
"lodash": "^4.17.21",
"msgpack-lite": "^0.1.26",
"rasterizehtml": "^1.3.0",
"rasterizehtml": "^1.3.1",
"requirejs": "^2.3.6",
"screenfull": "^5.1.0",
"screenfull": "^6.0.1",
"stats.js": "^0.17.0",
"style-loader": "^2.0.0",
"three": "^0.138.2",
"three-mesh-bvh": "^0.3.7"
"three": "^0.140.2",
"three-mesh-bvh": "^0.5.11"
},
"devDependencies": {
"@jupyterlab/builder": "^3.4.1",
"prettier": "^2.4.1",
"rimraf": "^3.0.2"
"@jupyterlab/builder": "^3.4.2",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"style-loader": "^3.3.1"
},
"jupyterlab": {
"extension": true,
Expand Down

0 comments on commit 87bf424

Please sign in to comment.