Skip to content

Commit

Permalink
chore: update vue to 3.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Nov 17, 2024
1 parent b3ee642 commit bc9a5b9
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 120 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.0.0",
"description": "Add {{Location}} and {{Object location}} to images on Wikimedia Commons",
"private": true,
"packageManager": "yarn@4.4.0",
"packageManager": "yarn@4.5.1",
"type": "module",
"main": "app/index.js",
"scripts": {
Expand All @@ -30,20 +30,20 @@
},
"homepage": "https://locator-tool.toolforge.org/",
"dependencies": {
"@vueuse/core": "^11.0.0",
"@vueuse/core": "^11.2.0",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.11.3",
"deepmerge": "^4.2.2",
"leaflet": "^1.9.4",
"leaflet-control-geocoder": "^2.3.0",
"vue": "^3.5.2",
"vue-router": "^4.4.3",
"vue": "^3.5.13",
"vue-router": "^4.4.5",
"wikimedia-commons-file-path": "^2.1.1"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@types/leaflet": "^1.9.3",
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue": "^5.2.0",
"angular-gettext-cli": "^1.2.0",
"angular-gettext-tools": "^2.3.5",
"eslint": "^9.9.1",
Expand All @@ -55,7 +55,7 @@
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"typescript-eslint": "^8.4.0",
"vite": "^5.4.3"
"vite": "^5.4.11"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write"
Expand Down
Loading

0 comments on commit bc9a5b9

Please sign in to comment.