|
55 | 55 | "packages:audit": "npm audit"
|
56 | 56 | },
|
57 | 57 | "dependencies": {
|
58 |
| - "@floating-ui/dom": "1.5.3", |
59 |
| - "@lucia-auth/adapter-prisma": "3.0.2", |
60 |
| - "@lucia-auth/oauth": "3.4.0", |
61 |
| - "@prisma/client": "5.5.2", |
62 |
| - "@sentry/sveltekit": "7.99.0", |
63 |
| - "callsites": "4.1.0", |
64 |
| - "dayjs": "1.11.10", |
| 58 | + "@floating-ui/dom": "1.6.13", |
| 59 | + "@lucia-auth/adapter-prisma": "4.0.1", |
| 60 | + "@lucia-auth/oauth": "3.5.3", |
| 61 | + "@prisma/client": "6.4.1", |
| 62 | + "@sentry/sveltekit": "9.1.0", |
| 63 | + "callsites": "4.2.0", |
| 64 | + "dayjs": "1.11.13", |
65 | 65 | "lodash": "4.17.21",
|
66 |
| - "lucia": "2.7.3", |
67 |
| - "posthog-js": "1.102.0", |
68 |
| - "posthog-node": "3.6.1", |
69 |
| - "roarr": "7.21.0", |
70 |
| - "serialize-error": "11.0.3", |
71 |
| - "sveltekit-flash-message": "2.3.0", |
72 |
| - "sveltekit-superforms": "1.12.0", |
73 |
| - "zod": "3.22.4" |
| 66 | + "lucia": "3.2.2", |
| 67 | + "posthog-js": "1.222.0", |
| 68 | + "posthog-node": "4.7.0", |
| 69 | + "roarr": "7.21.1", |
| 70 | + "serialize-error": "12.0.0", |
| 71 | + "sveltekit-flash-message": "2.4.6", |
| 72 | + "sveltekit-superforms": "2.23.1", |
| 73 | + "zod": "3.24.2" |
74 | 74 | },
|
75 | 75 | "devDependencies": {
|
76 |
| - "@faker-js/faker": "8.2.0", |
77 |
| - "@iconify/json": "2.2.137", |
78 |
| - "@northflank/cli": "0.9.12", |
79 |
| - "@playwright/test": "1.39.0", |
| 76 | + "@faker-js/faker": "9.5.0", |
| 77 | + "@iconify/json": "2.2.309", |
| 78 | + "@northflank/cli": "0.9.24", |
| 79 | + "@playwright/test": "1.50.1", |
80 | 80 | "@roarr/cli": "5.12.4",
|
81 |
| - "@skeletonlabs/skeleton": "2.4.0", |
82 |
| - "@skeletonlabs/tw-plugin": "0.2.3", |
83 |
| - "@sveltejs/adapter-auto": "2.1.1", |
84 |
| - "@sveltejs/adapter-node": "1.3.1", |
85 |
| - "@sveltejs/kit": "1.27.3", |
86 |
| - "@tailwindcss/forms": "0.5.6", |
87 |
| - "@tailwindcss/typography": "0.5.10", |
88 |
| - "@testing-library/dom": "9.3.3", |
89 |
| - "@testing-library/jest-dom": "6.1.5", |
90 |
| - "@testing-library/svelte": "4.0.5", |
91 |
| - "@testing-library/user-event": "14.5.1", |
92 |
| - "@types/estree": "1.0.4", |
93 |
| - "@types/jsdom": "21.1.6", |
94 |
| - "@types/lodash": "4.14.200", |
95 |
| - "@types/node": "20.8.10", |
96 |
| - "@types/shelljs": "0.8.14", |
97 |
| - "@typescript-eslint/eslint-plugin": "6.9.1", |
98 |
| - "@typescript-eslint/parser": "6.9.1", |
99 |
| - "@vitest/browser": "1.0.4", |
100 |
| - "@vitest/coverage-v8": "1.0.4", |
101 |
| - "@vitest/ui": "1.0.4", |
102 |
| - "autoprefixer": "10.4.16", |
103 |
| - "commander": "11.1.0", |
104 |
| - "dotenv": "16.3.1", |
105 |
| - "eslint": "8.53.0", |
106 |
| - "eslint-config-prettier": "9.0.0", |
107 |
| - "eslint-plugin-jest-dom": "5.1.0", |
108 |
| - "eslint-plugin-playwright": "1.5.4", |
109 |
| - "eslint-plugin-simple-import-sort": "12.0.0", |
110 |
| - "eslint-plugin-svelte": "2.34.1", |
111 |
| - "eslint-plugin-testing-library": "6.1.0", |
112 |
| - "ignore": "5.3.0", |
113 |
| - "jsdom": "23.0.1", |
114 |
| - "npm-check-updates": "16.14.6", |
115 |
| - "playwright": "1.39.0", |
116 |
| - "postcss": "8.4.31", |
117 |
| - "postcss-html": "1.5.0", |
118 |
| - "postcss-import": "15.1.0", |
119 |
| - "postcss-load-config": "4.0.1", |
120 |
| - "postcss-nesting": "12.0.1", |
121 |
| - "postcss-preset-env": "9.3.0", |
122 |
| - "prettier": "3.0.3", |
123 |
| - "prettier-plugin-svelte": "3.0.3", |
124 |
| - "prettier-plugin-tailwindcss": "0.5.6", |
| 81 | + "@skeletonlabs/skeleton": "2.11.0", |
| 82 | + "@skeletonlabs/tw-plugin": "0.4.1", |
| 83 | + "@sveltejs/adapter-auto": "4.0.0", |
| 84 | + "@sveltejs/adapter-node": "5.2.12", |
| 85 | + "@sveltejs/kit": "2.17.2", |
| 86 | + "@tailwindcss/forms": "0.5.10", |
| 87 | + "@tailwindcss/typography": "0.5.16", |
| 88 | + "@testing-library/dom": "10.4.0", |
| 89 | + "@testing-library/jest-dom": "6.6.3", |
| 90 | + "@testing-library/svelte": "5.2.7", |
| 91 | + "@testing-library/user-event": "14.6.1", |
| 92 | + "@types/estree": "1.0.6", |
| 93 | + "@types/jsdom": "21.1.7", |
| 94 | + "@types/lodash": "4.17.15", |
| 95 | + "@types/node": "22.13.5", |
| 96 | + "@types/shelljs": "0.8.15", |
| 97 | + "@typescript-eslint/eslint-plugin": "8.24.1", |
| 98 | + "@typescript-eslint/parser": "8.24.1", |
| 99 | + "@vitest/browser": "3.0.6", |
| 100 | + "@vitest/coverage-v8": "3.0.6", |
| 101 | + "@vitest/ui": "3.0.6", |
| 102 | + "autoprefixer": "10.4.20", |
| 103 | + "commander": "13.1.0", |
| 104 | + "dotenv": "16.4.7", |
| 105 | + "eslint": "9.21.0", |
| 106 | + "eslint-config-prettier": "10.0.1", |
| 107 | + "eslint-plugin-jest-dom": "5.5.0", |
| 108 | + "eslint-plugin-playwright": "2.2.0", |
| 109 | + "eslint-plugin-simple-import-sort": "12.1.1", |
| 110 | + "eslint-plugin-svelte": "2.46.1", |
| 111 | + "eslint-plugin-testing-library": "7.1.1", |
| 112 | + "ignore": "7.0.3", |
| 113 | + "jsdom": "26.0.0", |
| 114 | + "npm-check-updates": "17.1.14", |
| 115 | + "playwright": "1.50.1", |
| 116 | + "postcss": "8.5.3", |
| 117 | + "postcss-html": "1.8.0", |
| 118 | + "postcss-import": "16.1.0", |
| 119 | + "postcss-load-config": "6.0.1", |
| 120 | + "postcss-nesting": "13.0.1", |
| 121 | + "postcss-preset-env": "10.1.4", |
| 122 | + "prettier": "3.5.2", |
| 123 | + "prettier-plugin-svelte": "3.3.3", |
| 124 | + "prettier-plugin-tailwindcss": "0.6.11", |
125 | 125 | "pretty-format": "29.7.0",
|
126 |
| - "prisma": "5.5.2", |
127 |
| - "rollup-plugin-visualizer": "5.9.2", |
| 126 | + "prisma": "6.4.1", |
| 127 | + "rollup-plugin-visualizer": "5.14.0", |
128 | 128 | "shelljs": "0.8.5",
|
129 |
| - "stylelint": "15.11.0", |
130 |
| - "stylelint-config-recommended": "13.0.0", |
131 |
| - "stylelint-config-standard": "34.0.0", |
132 |
| - "svelte": "4.2.2", |
133 |
| - "svelte-check": "3.5.2", |
134 |
| - "svelte-portal": "2.2.0", |
135 |
| - "tailwindcss": "3.3.5", |
136 |
| - "tslib": "2.6.2", |
137 |
| - "tsx": "3.14.0", |
138 |
| - "typescript": "5.2.2", |
139 |
| - "unplugin-icons": "0.17.3", |
140 |
| - "vite": "4.5.0", |
141 |
| - "vite-plugin-tailwind-purgecss": "0.1.3", |
142 |
| - "vitest": "1.0.4" |
| 129 | + "stylelint": "16.14.1", |
| 130 | + "stylelint-config-recommended": "15.0.0", |
| 131 | + "stylelint-config-standard": "37.0.0", |
| 132 | + "svelte": "5.20.2", |
| 133 | + "svelte-check": "4.1.4", |
| 134 | + "svelte-portal": "2.2.1", |
| 135 | + "tailwindcss": "4.0.8", |
| 136 | + "tslib": "2.8.1", |
| 137 | + "tsx": "4.19.3", |
| 138 | + "typescript": "5.7.3", |
| 139 | + "unplugin-icons": "22.1.0", |
| 140 | + "vite": "6.1.1", |
| 141 | + "vite-plugin-tailwind-purgecss": "0.3.5", |
| 142 | + "vitest": "3.0.6" |
143 | 143 | }
|
144 | 144 | }
|
0 commit comments