⬆️ Updated dependencies
This commit is contained in:
+31
-31
@@ -3,7 +3,7 @@
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "svelte-kit dev",
|
||||
"build": "svelte-kit build",
|
||||
"build": "NODE_ENV=production svelte-kit build",
|
||||
"package": "svelte-kit package",
|
||||
"preview": "svelte-kit preview",
|
||||
"check": "svelte-check --tsconfig ./tsconfig.json",
|
||||
@@ -14,51 +14,51 @@
|
||||
"translations-scan": "i18next-scanner --config i18next-scanner.config.engine.cjs src/**/*.svelte"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@felte/validator-yup": "^1.0.1",
|
||||
"@fontsource/marck-script": "^4.5.2",
|
||||
"@sentry/browser": "^6.18.2",
|
||||
"@sentry/tracing": "^6.18.2",
|
||||
"@felte/validator-yup": "^1.0.3",
|
||||
"@fontsource/marck-script": "^4.5.5",
|
||||
"@sentry/browser": "^6.19.6",
|
||||
"@sentry/tracing": "^6.19.6",
|
||||
"@sveltejs/adapter-auto": "next",
|
||||
"@sveltejs/adapter-node": "^1.0.0-next.71",
|
||||
"@sveltejs/adapter-node": "^1.0.0-next.73",
|
||||
"@sveltejs/kit": "next",
|
||||
"@tailwindcss/typography": "^0.5.0-alpha.3",
|
||||
"@tailwindcss/typography": "^0.5.2",
|
||||
"@types/cookie": "^0.4.1",
|
||||
"@types/ioredis": "^4.28.10",
|
||||
"@types/js-cookie": "^3.0.1",
|
||||
"@types/luxon": "^2.0.9",
|
||||
"@types/luxon": "^2.3.1",
|
||||
"@types/yup": "^0.29.13",
|
||||
"@typescript-eslint/eslint-plugin": "^5.10.1",
|
||||
"@typescript-eslint/parser": "^5.10.1",
|
||||
"autoprefixer": "^10.4.2",
|
||||
"cookie": "^0.4.2",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-svelte3": "^3.2.1",
|
||||
"felte": "^1.0.1",
|
||||
"highlight.js": "^11.4.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.19.0",
|
||||
"@typescript-eslint/parser": "^5.19.0",
|
||||
"autoprefixer": "^10.4.4",
|
||||
"cookie": "^0.5.0",
|
||||
"cssnano": "^5.1.7",
|
||||
"eslint": "^8.13.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-svelte3": "^3.4.1",
|
||||
"felte": "^1.1.5",
|
||||
"highlight.js": "^11.5.1",
|
||||
"i18next-browser-languagedetector": "^6.1.4",
|
||||
"ioredis": "^4.28.5",
|
||||
"ioredis": "^5.0.4",
|
||||
"js-cookie": "^3.0.1",
|
||||
"luxon": "^2.3.1",
|
||||
"node-fetch": "^3.2.0",
|
||||
"postcss": "^8.4.5",
|
||||
"postcss-load-config": "^3.1.1",
|
||||
"prettier": "^2.5.1",
|
||||
"prettier-plugin-svelte": "^2.5.0",
|
||||
"sass": "^1.49.9",
|
||||
"node-fetch": "^3.2.3",
|
||||
"postcss": "^8.4.12",
|
||||
"postcss-load-config": "^3.1.4",
|
||||
"prettier": "^2.6.2",
|
||||
"prettier-plugin-svelte": "^2.7.0",
|
||||
"sass": "^1.50.0",
|
||||
"socket.io-client": "^4.4.1",
|
||||
"svelte": "^3.44.0",
|
||||
"svelte-check": "^2.2.6",
|
||||
"svelte-preprocess": "^4.10.1",
|
||||
"svelte": "^3.47.0",
|
||||
"svelte-check": "^2.6.0",
|
||||
"svelte-preprocess": "^4.10.5",
|
||||
"sveltejs-tippy": "^3.0.0",
|
||||
"swiper": "^8.1.0",
|
||||
"tailwindcss": "^3.0.12",
|
||||
"tailwindcss": "^3.0.24",
|
||||
"tslib": "^2.3.1",
|
||||
"typescript": "~4.5.4",
|
||||
"typescript": "~4.6",
|
||||
"yup": "^0.32.11"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"i18next": "^21.6.14"
|
||||
"i18next": "^21.6.16"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user