Skip to content

Commit

Permalink
Merge branch 'master' into feat/layer-search
Browse files Browse the repository at this point in the history
  • Loading branch information
mvexel authored Aug 7, 2024
2 parents f97262f + 49270d1 commit 6e60803
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 74 deletions.
172 changes: 101 additions & 71 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepare": "node -e \"if (process.env.NODE_ENV !== 'production'){ process.exit(1) } \" || husky"
},
"dependencies": {
"@jsse/pbfont": "^0.1.2",
"@jsse/pbfont": "^0.2.0",
"@mapbox/mbtiles": "0.12.1",
"@mapbox/polyline": "^1.2.1",
"@mapbox/sphericalmercator": "1.2.0",
Expand Down Expand Up @@ -53,11 +53,11 @@
"chai": "5.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^48.10.2",
"eslint-plugin-jsdoc": "^48.11.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-security": "^1.7.1",
"husky": "^9.1.4",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.8",
"mocha": "^10.7.0",
"node-addon-api": "^8",
"prettier": "^3.3.3",
Expand Down

0 comments on commit 6e60803

Please sign in to comment.