Skip to content

Commit

Permalink
chore: updated dependencies (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
JinIgarashi authored Dec 10, 2024
1 parent 3849709 commit a167ece
Show file tree
Hide file tree
Showing 3 changed files with 320 additions and 318 deletions.
5 changes: 5 additions & 0 deletions .changeset/seven-seals-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@watergis/maplibre-gl-sky': patch
---

chore: updated dependencies
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"version": "0.0.8",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/maplibre-gl-sky.es.js",
"require": "./dist/maplibre-gl-sky.umd.js",
"types": "./dist/types/index.d.ts"
"require": "./dist/maplibre-gl-sky.umd.js"
}
},
"files": [
Expand Down Expand Up @@ -42,13 +42,13 @@
},
"homepage": "https://github.com/watergis/maplibre-gl-sky/tree/main/packages/maplibre-gl-sky#readme",
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@changesets/cli": "^2.27.10",
"@floating-ui/dom": "1.6.12",
"@skeletonlabs/skeleton": "2.10.3",
"@skeletonlabs/tw-plugin": "0.4.0",
"@sveltejs/adapter-auto": "^3.2.5",
"@sveltejs/kit": "^2.7.2",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.9.1",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15",
"@types/eslint": "^9.6.1",
Expand All @@ -57,25 +57,25 @@
"@watergis/maplibre-center-icon": "^3.0.1",
"autoprefixer": "10.4.20",
"dayjs": "^1.11.13",
"eslint": "^9.13.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.11.0",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.13.0",
"highlight.js": "11.10.0",
"lefthook": "^1.7.22",
"lefthook": "^1.9.0",
"maplibre-gl": "^4.7.1",
"postcss": "8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"sass-embedded": "^1.80.3",
"svelte": "^5.0.3",
"svelte-check": "^4.0.5",
"svelte-vertical-timeline": "^1.0.2",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"sass-embedded": "^1.82.0",
"svelte": "^5.10.0",
"svelte-check": "^4.1.1",
"svelte-vertical-timeline": "^2.0.0",
"tailwindcss": "3.4.16",
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0",
"vite": "^5.4.9",
"vite-plugin-tailwind-purgecss": "0.3.3"
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"vite": "^6.0.3",
"vite-plugin-tailwind-purgecss": "0.3.5"
},
"dependencies": {
"maplibre-gl": "^4.7.1",
Expand Down
Loading

0 comments on commit a167ece

Please sign in to comment.