|
1 | 1 | { |
2 | 2 | "name": "vault-web", |
3 | | - "version": "0.14.0", |
| 3 | + "version": "0.15.0", |
4 | 4 | "private": true, |
| 5 | + "license": "ISC", |
5 | 6 | "scripts": { |
6 | 7 | "version": "npx genversion --es6 --double ./src/config/version.ts", |
7 | 8 | "postinstall": "yarn run version", |
|
24 | 25 | "@dnd-kit/sortable": "^10.0.0", |
25 | 26 | "@dnd-kit/utilities": "^3.2.2", |
26 | 27 | "@hookform/resolvers": "^3.10.0", |
27 | | - "@radix-ui/react-accordion": "^1.2.2", |
28 | | - "@radix-ui/react-alert-dialog": "^1.1.5", |
29 | | - "@radix-ui/react-avatar": "^1.1.2", |
30 | | - "@radix-ui/react-checkbox": "^1.1.3", |
| 28 | + "@radix-ui/react-accordion": "^1.2.3", |
| 29 | + "@radix-ui/react-alert-dialog": "^1.1.6", |
| 30 | + "@radix-ui/react-avatar": "^1.1.3", |
| 31 | + "@radix-ui/react-checkbox": "^1.1.4", |
31 | 32 | "@radix-ui/react-dialog": "1.0.5", |
32 | | - "@radix-ui/react-dropdown-menu": "^2.1.5", |
33 | | - "@radix-ui/react-label": "^2.1.1", |
34 | | - "@radix-ui/react-navigation-menu": "^1.2.4", |
35 | | - "@radix-ui/react-popover": "^1.1.5", |
36 | | - "@radix-ui/react-progress": "^1.1.1", |
37 | | - "@radix-ui/react-scroll-area": "^1.2.2", |
38 | | - "@radix-ui/react-select": "^2.1.5", |
39 | | - "@radix-ui/react-separator": "^1.1.1", |
| 33 | + "@radix-ui/react-dropdown-menu": "^2.1.6", |
| 34 | + "@radix-ui/react-label": "^2.1.2", |
| 35 | + "@radix-ui/react-navigation-menu": "^1.2.5", |
| 36 | + "@radix-ui/react-popover": "^1.1.6", |
| 37 | + "@radix-ui/react-progress": "^1.1.2", |
| 38 | + "@radix-ui/react-scroll-area": "^1.2.3", |
| 39 | + "@radix-ui/react-select": "^2.1.6", |
| 40 | + "@radix-ui/react-separator": "^1.1.2", |
40 | 41 | "@radix-ui/react-slot": "^1.1.1", |
41 | | - "@radix-ui/react-switch": "^1.1.2", |
42 | | - "@radix-ui/react-tabs": "^1.1.2", |
43 | | - "@radix-ui/react-toast": "^1.2.5", |
44 | | - "@radix-ui/react-tooltip": "^1.1.7", |
45 | | - "@sentry/nextjs": "^8.53.0", |
| 42 | + "@radix-ui/react-switch": "^1.1.3", |
| 43 | + "@radix-ui/react-tabs": "^1.1.3", |
| 44 | + "@radix-ui/react-toast": "^1.2.6", |
| 45 | + "@radix-ui/react-tooltip": "^1.1.8", |
| 46 | + "@sentry/nextjs": "^8.54.0", |
46 | 47 | "@tanstack/query-sync-storage-persister": "^5.66.0", |
47 | 48 | "@tanstack/react-query": "^5.66.0", |
48 | 49 | "@tanstack/react-query-persist-client": "^5.66.0", |
|
55 | 56 | "clsx": "^2.1.0", |
56 | 57 | "cmdk": "1.0.4", |
57 | 58 | "date-fns": "^4.1.0", |
58 | | - "lucide-react": "^0.474.0", |
| 59 | + "lucide-react": "^0.475.0", |
59 | 60 | "next": "^14.2.23", |
| 61 | + "next-plausible": "^3.12.4", |
60 | 62 | "next-themes": "^0.4.4", |
61 | 63 | "nuqs": "^2.3.2", |
62 | 64 | "react": "^18.3.1", |
|
67 | 69 | "remark-gfm": "^4.0.0", |
68 | 70 | "tailwind-merge": "^2.6.0", |
69 | 71 | "use-debounce": "^10.0.4", |
70 | | - "usehooks-ts": "^3.1.0", |
| 72 | + "usehooks-ts": "^3.1.1", |
71 | 73 | "zod": "^3.24.1" |
72 | 74 | }, |
73 | 75 | "devDependencies": { |
74 | | - "@sentry/types": "^8.53.0", |
| 76 | + "@sentry/types": "^8.54.0", |
75 | 77 | "@tailwindcss/typography": "^0.5.16", |
76 | 78 | "@tanstack/react-query-devtools": "^5.66.0", |
77 | 79 | "@trivago/prettier-plugin-sort-imports": "^5.2.2", |
78 | | - "@types/node": "^18.19.74", |
| 80 | + "@types/node": "^18.19.75", |
79 | 81 | "@types/react": "^18.3.12", |
80 | 82 | "@types/react-dom": "^18.3.1", |
81 | 83 | "@types/react-transition-group": "^4.4.12", |
|
89 | 91 | "file-loader": "^6.2.0", |
90 | 92 | "genversion": "^3.2.0", |
91 | 93 | "postcss": "^8.5.1", |
92 | | - "prettier": "^3.4.2", |
| 94 | + "prettier": "^3.5.0", |
93 | 95 | "prettier-plugin-tailwindcss": "^0.6.11", |
94 | 96 | "tailwindcss": "^3.4.17", |
95 | 97 | "tailwindcss-animate": "^1.0.7", |
|
0 commit comments