Skip to content

Commit

Permalink
chore: update packages #27
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Apr 16, 2024
1 parent c1c86ac commit 80983aa
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 160 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,43 +15,43 @@
},
"dependencies": {
"@commitlint/types": "^19.0.3",
"@element-plus/icons-vue": "^2.0.10",
"@element-plus/nuxt": "1.0.7",
"@element-plus/icons-vue": "^2.3.1",
"@element-plus/nuxt": "^1.0.8",
"@turf/bbox": "7.0.0-alpha.2",
"@turf/boolean-equal": "7.0.0-alpha.2",
"@turf/helpers": "7.0.0-alpha.2",
"@types/diff": "^5.0.9",
"@types/geojson": "^7946.0.10",
"dayjs": "^1.11.9",
"diff": "^5.1.0",
"@types/geojson": "^7946.0.14",
"dayjs": "^1.11.10",
"diff": "^5.2.0",
"element-plus": "2.6.3",
"maplibre-gl": "^3.2.2",
"maplibre-gl": "^4.1.2",
"underscore": "^1.13.6",
"v-lazy-component": "^3.0.9",
"vue": "^3.2.47"
"vue": "^3.4.22"
},
"devDependencies": {
"@antfu/eslint-config": "^2.14.0",
"@babel/core": "^7.21.3",
"@babel/core": "^7.24.4",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@nuxt/eslint": "^0.3.7",
"@nuxtjs/i18n": "^8.0.0-rc.2",
"@nuxtjs/i18n": "^8.3.0",
"@types/eslint": "^8.56.9",
"@types/node": "^18.16.0",
"@types/underscore": "^1.11.4",
"babel-jest": "^29.1.2",
"@types/node": "^20.12.7",
"@types/underscore": "^1.11.15",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.1.2",
"lint-staged": "^13.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.2",
"nuxt": "^3.11.2",
"postcss-html": "^1.5.0",
"postcss-html": "^1.6.0",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vite": "^5.2.9",
"vite-plugin-eslint2": "^4.4.0",
"vue-tsc": "^1"
"vue-tsc": "1.8.27"
},
"simple-git-hooks": {
"commit-msg": "npx commitlint --edit $1",
Expand Down
Loading

0 comments on commit 80983aa

Please sign in to comment.