updated to latest deps

This commit is contained in:
specCon18 2023-08-22 22:31:15 -04:00
parent d04113c224
commit 696cd08505
5 changed files with 2339 additions and 2030 deletions

View file

@ -1,5 +1,5 @@
{
"name": "@example/tags",
"name": "sk-vtt",
"type": "module",
"version": "0.0.1",
"private": true,
@ -20,35 +20,35 @@
"lint:fix": "eslint --fix"
},
"dependencies": {
"@astrojs/rss": "^1.2.0",
"@astrojs/svelte": "^2.0.1",
"@astrojs/tailwind": "^3.0.0",
"@astrojs/rss": "^1.2.1",
"@astrojs/svelte": "^2.2.0",
"@astrojs/tailwind": "^3.1.3",
"@tailwindcss/typography": "^0.5.9",
"@tauri-apps/api": "^1.2.0",
"astro": "^2.0.4",
"nanostores": "^0.7.3",
"svelte": "^3.54.0",
"tailwindcss": "^3.0.24",
"@tauri-apps/api": "^1.4.0",
"astro": "^2.10.12",
"nanostores": "^0.7.4",
"svelte": "^3.59.2",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.5",
"vite": "^4.1.1"
"vite": "^4.4.9"
},
"devDependencies": {
"@tauri-apps/cli": "^1.3.1",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@tauri-apps/cli": "^1.4.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitest/coverage-c8": "^0.28.5",
"autoprefixer": "^10.4.13",
"autoprefixer": "^10.4.15",
"cssnano": "^5.1.15",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"lint-staged": "^13.1.2",
"postcss": "^8.4.21",
"eslint": "^8.47.0",
"eslint-config-prettier": "^8.10.0",
"lint-staged": "^13.3.0",
"postcss": "^8.4.28",
"postcss-advanced-variables": "^3.0.1",
"postcss-import": "^15.1.0",
"postcss-preset-env": "^8.0.1",
"postcss-preset-env": "^8.5.1",
"prettier": "2.8.4",
"rollup": "^3.15.0",
"stylelint": "^15.1.0",
"rollup": "^3.28.1",
"stylelint": "^15.10.3",
"stylelint-config-standard": "^30.0.1",
"vitest": "^0.28.5"
}