Skip to content

Commit

Permalink
update leaflet
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcobain committed Apr 11, 2024
1 parent 83595c1 commit 1d20642
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion blueprints/ember-leaflet/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ module.exports = {
},

afterInstall: function () {
return this.addPackageToProject('leaflet', '^1.9.3');
return this.addPackageToProject('leaflet', '^1.9.4');
}
};
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-qunit": "^7.3.4",
"leaflet": "^1.9.3",
"leaflet": "^1.9.4",
"loader.js": "^4.7.0",
"prettier": "^2.8.7",
"qunit": "^2.19.4",
Expand Down

0 comments on commit 1d20642

Please sign in to comment.