Skip to content

Commit

Permalink
chore: update packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Jan 27, 2021
1 parent b0fb0f9 commit a5d2cad
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
},
"homepage": "https://itowns.github.io/",
"dependencies": {
"@loaders.gl/las": "^2.3.6",
"@mapbox/mapbox-gl-style-spec": "^13.17.1",
"@loaders.gl/las": "^2.3.9",
"@mapbox/mapbox-gl-style-spec": "^13.18.1",
"@mapbox/vector-tile": "^1.3.1",
"@tmcw/togeojson": "^4.2.0",
"@tmcw/togeojson": "^4.3.0",
"@tweenjs/tween.js": "^18.6.4",
"earcut": "^2.2.2",
"js-priority-queue": "^0.1.5",
Expand All @@ -60,28 +60,28 @@
"text-encoding-utf-8": "^1.0.2"
},
"peerDependencies": {
"proj4": "^2.6.3",
"three": "0.123.0"
"proj4": "^2.7.0",
"three": "0.124.0"
},
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/register": "^7.12.1",
"@babel/cli": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"babel-inline-import-loader": "^1.0.1",
"babel-loader": "^8.2.2",
"babel-plugin-inline-import": "^3.0.0",
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
"babel-plugin-minify-replace": "^0.5.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-module-resolver": "^4.1.0",
"chalk": "^4.1.0",
"chart.js": "^2.9.4",
"compare-func": "^2.0.0",
"conventional-changelog-cli": "^2.1.1",
"copyfiles": "^2.4.1",
"core-js": "^3.8.0",
"core-js": "^3.8.3",
"cross-env": "^7.0.3",
"eslint": "^7.14.0",
"eslint": "^7.18.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-loader": "^4.0.2",
Expand All @@ -91,19 +91,19 @@
"grunt-bump": "^0.8.0",
"https-proxy-agent": "^5.0.0",
"jsdoc": "^3.6.6",
"marked": "^1.2.5",
"marked": "^1.2.7",
"mocha": "^8.2.1",
"node-fetch": "^2.6.1",
"nyc": "^15.1.0",
"proj4": "^2.6.3",
"proj4": "^2.7.0",
"puppeteer": "^5.5.0",
"q": "^1.5.1",
"replace-in-file": "^6.1.0",
"three": "0.123.0",
"three": "0.124.0",
"url-polyfill": "^1.1.12",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-dev-server": "^3.11.2",
"whatwg-fetch": "^3.5.0"
}
}

0 comments on commit a5d2cad

Please sign in to comment.