Browse Source

chore: bump package dependancies to latest

using `yarn upgrade-interactive` and selecting latest
master
DanConwayDev 2 years ago
parent
commit
d3ba1d882c
No known key found for this signature in database
GPG Key ID: 68E15486D73F75E1
  1. 77
      package.json
  2. 7902
      yarn.lock

77
package.json

@ -14,51 +14,50 @@ @@ -14,51 +14,50 @@
},
"license": "MIT",
"devDependencies": {
"@storybook/addon-a11y": "^7.4.5",
"@storybook/addon-essentials": "^7.4.5",
"@storybook/addon-interactions": "^7.4.5",
"@storybook/addon-links": "^7.4.5",
"@storybook/addon-svelte-csf": "^4.0.9",
"@storybook/blocks": "^7.4.5",
"@storybook/svelte": "^7.4.5",
"@storybook/sveltekit": "^7.4.5",
"@sveltejs/adapter-static": "^3.0.4",
"@sveltejs/kit": "^2.5.25",
"@storybook/addon-a11y": "^8.3.2",
"@storybook/addon-essentials": "^8.3.2",
"@storybook/addon-interactions": "^8.3.2",
"@storybook/addon-links": "^8.3.2",
"@storybook/addon-svelte-csf": "^4.1.7",
"@storybook/blocks": "^8.3.2",
"@storybook/svelte": "^8.3.2",
"@storybook/sveltekit": "^8.3.2",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.5.28",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/typography": "^0.5.10",
"@types/ramda": "^0.29.10",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"autoprefixer": "^10.4.16",
"@tailwindcss/typography": "^0.5.15",
"@types/ramda": "^0.30.2",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"autoprefixer": "^10.4.20",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-svelte": "^2.35.1",
"jest-image-snapshot": "^6.2.0",
"postcss": "^8.4.30",
"prettier": "^3.2.4",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.4.5",
"svelte": "^3.54.0",
"svelte-check": "^3.0.1",
"tailwindcss": "^3.3.3",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.2.0",
"vitest": "^1.2.2"
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-svelte": "^2.44.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.3.2",
"svelte": "^4.2.19",
"svelte-check": "^4.0.2",
"tailwindcss": "^3.4.12",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^5.4.6",
"vitest": "^2.1.1"
},
"type": "module",
"dependencies": {
"@nostr-dev-kit/ndk": "^2.8.1",
"@nostr-dev-kit/ndk-svelte": "^2.2.14",
"daisyui": "^4.4",
"dayjs": "^1.11.10",
"highlight.js": "^11.9.0",
"nostr-tools": "^2.5.0",
"@nostr-dev-kit/ndk": "^2.10.0",
"@nostr-dev-kit/ndk-svelte": "^2.2.18",
"daisyui": "^4.12.10",
"dayjs": "^1.11.13",
"highlight.js": "^11.10.0",
"nostr-tools": "^2.7.2",
"parse-diff": "^0.11.1",
"ramda": "^0.29.1",
"ramda": "^0.30.1",
"svelte-markdown": "^0.4.1"
},
"packageManager": "yarn@4.5.0"

7902
yarn.lock

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save