Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent 68fc91b commit 7dd7b40
Show file tree
Hide file tree
Showing 4 changed files with 2,092 additions and 2,110 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
preview_url: ${{ steps.waitForVercelPreviewDeployment.outputs.url }}
steps:
- name: Wait for Vercel preview deployment to be ready
uses: patrickedqvist/[email protected].1
uses: patrickedqvist/[email protected].2
id: waitForVercelPreviewDeployment
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.19.1
18.20.5
92 changes: 46 additions & 46 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,69 +26,69 @@
"codegen": "rm -rf src/lib/generated/openapi/shortcut; openapi-generator-cli generate -i https://developer.shortcut.com/api/rest/v3/shortcut.swagger.json -o src/lib/generated/openapi/shortcut -g typescript-fetch --additional-properties=supportsES6=true,npmVersion=6.9.0,typescriptThreePlus=true"
},
"devDependencies": {
"@edge-runtime/vm": "3.0.2",
"@playwright/test": "1.35.1",
"@supabase/auth-helpers-sveltekit": "0.10.1",
"@supabase/supabase-js": "2.25.0",
"@sveltejs/adapter-vercel": "3.0.1",
"@sveltejs/kit": "1.20.2",
"@tailwindcss/forms": "0.5.3",
"@tailwindcss/typography": "0.5.9",
"@testing-library/dom": "9.3.1",
"@testing-library/jest-dom": "5.16.5",
"@edge-runtime/vm": "3.2.0",
"@playwright/test": "1.49.1",
"@supabase/auth-helpers-sveltekit": "0.13.0",
"@supabase/supabase-js": "2.47.13",
"@sveltejs/adapter-vercel": "3.1.0",
"@sveltejs/kit": "1.30.4",
"@tailwindcss/forms": "0.5.10",
"@tailwindcss/typography": "0.5.16",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/svelte": "github:yanick/svelte-testing-library#without-babel",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.5.2",
"@types/lodash": "4.14.195",
"@types/testing-library__jest-dom": "5.14.6",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"@vercel/analytics": "1.0.1",
"@vitest/coverage-c8": "0.31.4",
"@vitest/coverage-istanbul": "0.32.0",
"@vitest/coverage-v8": "0.32.0",
"@vitest/ui": "0.31.4",
"autoprefixer": "10.4.14",
"axios": "1.4.0",
"daisyui": "3.1.0",
"dayjs": "1.11.8",
"echarts": "5.4.2",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.14",
"@types/testing-library__jest-dom": "5.14.9",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vercel/analytics": "1.4.1",
"@vitest/coverage-c8": "0.33.0",
"@vitest/coverage-istanbul": "0.34.6",
"@vitest/coverage-v8": "0.34.6",
"@vitest/ui": "0.34.7",
"autoprefixer": "10.4.20",
"axios": "1.7.9",
"daisyui": "3.9.4",
"dayjs": "1.11.13",
"echarts": "5.6.0",
"eslint": "8.57.1",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-svelte3": "4.0.0",
"hint": "7.1.9",
"iconify-icon": "1.0.7",
"hint": "7.1.13",
"iconify-icon": "1.0.8",
"jsdom": "22.1.0",
"lodash": "4.17.21",
"msw": "1.2.2",
"postcss": "8.4.24",
"msw": "1.3.5",
"postcss": "8.5.1",
"prettier": "2.8.8",
"prettier-plugin-svelte": "2.10.1",
"prettier-plugin-tailwindcss": "0.3.0",
"sharp": "0.32.1",
"svelte": "4.0.0-next.0",
"svelte-check": "3.4.3",
"prettier-plugin-tailwindcss": "0.6.9",
"sharp": "0.33.5",
"svelte": "4.2.19",
"svelte-check": "3.8.6",
"svelte-fragment-component": "1.2.0",
"svelte-htm": "1.2.0",
"svelte-media": "0.1.5",
"tailwindcss": "3.3.2",
"terser": "5.18.0",
"tailwindcss": "3.4.17",
"terser": "5.37.0",
"tippy.js": "6.3.7",
"tslib": "2.5.3",
"typescript": "5.1.3",
"vite": "4.3.9",
"tslib": "2.8.1",
"typescript": "5.7.3",
"vite": "4.5.5",
"vite-plugin-compression": "0.5.1",
"vite-plugin-inspect": "0.7.28",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.31.4"
"vite-plugin-inspect": "0.10.6",
"vite-tsconfig-paths": "4.3.2",
"vitest": "0.34.6"
},
"engines": {
"node": "^18.12.1",
"npm": "^8.19.2"
},
"type": "module",
"dependencies": {
"@sentry/sveltekit": "7.55.2",
"@sveltejs/vite-plugin-svelte": "3.1.0"
"@sentry/sveltekit": "7.120.3",
"@sveltejs/vite-plugin-svelte": "3.1.2"
}
}
Loading

0 comments on commit 7dd7b40

Please sign in to comment.