Обновил устаревшие пакеты
This commit is contained in:
parent
a3685d1e17
commit
16f4930974
3 changed files with 809 additions and 742 deletions
1520
package-lock.json
generated
1520
package-lock.json
generated
File diff suppressed because it is too large
Load diff
29
package.json
29
package.json
|
|
@ -11,28 +11,29 @@
|
||||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@iconify/svelte": "^5.1.0",
|
"@iconify/svelte": "^5.2.1",
|
||||||
"@react2svelte/swipeable": "^0.1.4",
|
"@react2svelte/swipeable": "^0.1.4",
|
||||||
"@svelte-put/dragscroll": "^4.0.0",
|
"@svelte-put/dragscroll": "^4.0.0",
|
||||||
"@sveltejs/adapter-auto": "^7.0.0",
|
"@sveltejs/adapter-auto": "^7.0.0",
|
||||||
"@sveltejs/adapter-static": "^3.0.10",
|
"@sveltejs/adapter-static": "^3.0.10",
|
||||||
"@sveltejs/kit": "^2.49.0",
|
"@sveltejs/kit": "^2.50.2",
|
||||||
"@tailwindcss/typography": "^0.5.19",
|
"@tailwindcss/typography": "^0.5.19",
|
||||||
"@tailwindcss/vite": "^4.1.17",
|
"@tailwindcss/vite": "^4.1.18",
|
||||||
"@types/node": "^24.10.1",
|
"@types/node": "^25.2.3",
|
||||||
"@vitejs/plugin-legacy": "^7.2.1",
|
"@vitejs/plugin-legacy": "^7.2.1",
|
||||||
"autoprefixer": "^10.4.22",
|
"autoprefixer": "^10.4.24",
|
||||||
"eslint": "^9.39.1",
|
"baseline-browser-mapping": "^2.9.19",
|
||||||
|
"eslint": "^9.39.2",
|
||||||
"eslint-config-prettier": "^10.1.8",
|
"eslint-config-prettier": "^10.1.8",
|
||||||
"eslint-plugin-svelte": "^3.13.0",
|
"eslint-plugin-svelte": "^3.15.0",
|
||||||
"mdsvex": "^0.12.6",
|
"mdsvex": "^0.12.6",
|
||||||
"mdsvex-relative-images": "^2.0.0",
|
"mdsvex-relative-images": "^2.0.0",
|
||||||
"postcss": "^8.5.6",
|
"postcss": "^8.5.6",
|
||||||
"prettier": "^3.6.2",
|
"prettier": "^3.8.1",
|
||||||
"prettier-plugin-svelte": "^3.4.0",
|
"prettier-plugin-svelte": "^3.4.1",
|
||||||
"prettier-plugin-tailwindcss": "^0.7.1",
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
||||||
"svelte": "^5.45.1",
|
"svelte": "^5.50.2",
|
||||||
"svelte-check": "^4.3.4",
|
"svelte-check": "^4.3.6",
|
||||||
"svelte-disable-preload": "^0.0.3",
|
"svelte-disable-preload": "^0.0.3",
|
||||||
"svelte-resize-observer-action": "^0.0.4",
|
"svelte-resize-observer-action": "^0.0.4",
|
||||||
"svelte-sitemap": "^2.7.1",
|
"svelte-sitemap": "^2.7.1",
|
||||||
|
|
@ -40,10 +41,10 @@
|
||||||
"tailwindcss": "^4.0.9",
|
"tailwindcss": "^4.0.9",
|
||||||
"tslib": "^2.8.1",
|
"tslib": "^2.8.1",
|
||||||
"typescript": "^5.9.3",
|
"typescript": "^5.9.3",
|
||||||
"vite": "^7.2.4"
|
"vite": "^7.3.1"
|
||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@formatjs/intl-durationformat": "^0.7.6"
|
"@formatjs/intl-durationformat": "^0.10.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
import "@formatjs/intl-durationformat/polyfill";
|
import "@formatjs/intl-durationformat/polyfill.js";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue