|
10 | 10 | "start:stage": "next start -p 3000", |
11 | 11 | "pm2:start:stage": "pm2 reload pm2.config.js --env production --only nextjs_stage", |
12 | 12 | "pm2:start:prod": "pm2 reload pm2.config.js --env production --only nextjs_production", |
13 | | - "update:packages": "ncu -u", |
| 13 | + "update:packages": "npx npm-check-updates -u", |
14 | 14 | "lint:fix": "next lint --fix", |
15 | 15 | "test": "jest", |
16 | 16 | "cypress:open": "cypress open", |
|
25 | 25 | "@elastic/apm-rum": "^5.17.0", |
26 | 26 | "@emoji-mart/data": "^1.2.1", |
27 | 27 | "@emoji-mart/react": "^1.1.1", |
28 | | - "@floating-ui/react": "^0.27.7", |
| 28 | + "@floating-ui/react": "^0.27.8", |
29 | 29 | "@hocuspocus/provider": "^2.15.2", |
30 | 30 | "@hocuspocus/transformer": "^2.15.2", |
31 | 31 | "@marsidev/react-turnstile": "^1.1.0", |
32 | 32 | "@supabase/ssr": "^0.6.1", |
33 | 33 | "@supabase/supabase-js": "^2.49.4", |
34 | | - "@tailwindcss/postcss": "^4.1.4", |
35 | 34 | "@tanstack/react-query": "^4.35.3", |
36 | 35 | "@tiptap/core": "^2.11.7", |
37 | 36 | "@tiptap/extension-blockquote": "^2.11.7", |
|
72 | 71 | "@tiptap/react": "^2.11.7", |
73 | 72 | "@tiptap/starter-kit": "^2.11.7", |
74 | 73 | "@tiptap/suggestion": "^2.11.7", |
75 | | - "@types/google-one-tap": "^1.2.6", |
76 | 74 | "add": "^2.0.6", |
77 | 75 | "axios": "^1.8.4", |
78 | 76 | "clipboardy": "^4.0.0", |
79 | 77 | "clsx": "^2.1.1", |
80 | 78 | "cookie": "^1.0.2", |
81 | | - "cross-env": "^7.0.3", |
82 | 79 | "cypress-real-events": "^1.14.0", |
83 | 80 | "daisyui": "^5.0.27", |
84 | 81 | "date-fns": "^4.1.0", |
|
87 | 84 | "dotenv": "^16.5.0", |
88 | 85 | "elastic-apm-node": "^4.11.2", |
89 | 86 | "emoji-mart": "^5.6.0", |
90 | | - "eslint": "^9.24.0", |
91 | | - "eslint-config-next": "^15.3.0", |
92 | 87 | "google-one-tap": "^1.0.6", |
93 | 88 | "immer": "^10.1.1", |
94 | 89 | "jquery": "^3.7.1", |
|
97 | 92 | "lowlight": "^3.3.0", |
98 | 93 | "metadata-scraper": "^0.2.61", |
99 | 94 | "mobile-detect": "^1.4.5", |
100 | | - "next": "^15.3.0", |
| 95 | + "next": "^15.3.1", |
101 | 96 | "next-pwa": "^5.6.0", |
102 | 97 | "next-secure-headers": "^2.2.0", |
103 | | - "open-graph-scraper": "^6.9.0", |
104 | | - "postcss": "^8.5.3", |
| 98 | + "open-graph-scraper": "^6.10.0", |
105 | 99 | "pubsub-js": "^1.9.5", |
106 | 100 | "randomcolor": "^0.6.2", |
107 | 101 | "react": "^19.1.0", |
|
115 | 109 | "slugify": "^1.6.6", |
116 | 110 | "supabase": "^2.22.4", |
117 | 111 | "tailwind-merge": "^3.2.0", |
118 | | - "tailwindcss": "^4.1.4", |
119 | 112 | "theme-change": "^2.5.0", |
120 | 113 | "tippy.js": "^6.3.7", |
121 | 114 | "use-detect-keyboard-open": "^0.4.0", |
122 | 115 | "y-indexeddb": "^9.0.12", |
123 | | - "y-prosemirror": "^1.3.3", |
| 116 | + "y-prosemirror": "^1.3.4", |
124 | 117 | "y-webrtc": "^10.3.0", |
125 | 118 | "y-websocket": "^3.0.0", |
126 | | - "yarn": "^1.22.22", |
127 | | - "yjs": "^13.6.24", |
| 119 | + "yjs": "^13.6.26", |
128 | 120 | "yup": "^1.6.1", |
129 | 121 | "zustand": "^5.0.3" |
130 | 122 | }, |
131 | 123 | "devDependencies": { |
132 | 124 | "@babel/preset-env": "^7.26.9", |
133 | 125 | "@babel/preset-react": "^7.26.3", |
| 126 | + "@tailwindcss/postcss": "^4.1.4", |
134 | 127 | "@tailwindcss/typography": "^0.5.16", |
135 | 128 | "@testing-library/jest-dom": "^6.6.3", |
136 | 129 | "@testing-library/react": "^16.3.0", |
137 | 130 | "@types/dompurify": "^3.2.0", |
| 131 | + "@types/google-one-tap": "^1.2.6", |
138 | 132 | "@types/jquery": "^3.5.32", |
139 | 133 | "@types/js-cookie": "^3.0.6", |
140 | 134 | "@types/lodash": "^4.17.16", |
|
147 | 141 | "autoprefixer": "^10.4.21", |
148 | 142 | "babel-jest": "^29.7.0", |
149 | 143 | "cross-env": "^7.0.3", |
150 | | - "cypress": "^14.3.0", |
| 144 | + "cypress": "^14.3.2", |
151 | 145 | "cypress-clipboard": "^1.0.3", |
| 146 | + "eslint": "^9.25.1", |
| 147 | + "eslint-config-next": "^15.3.1", |
152 | 148 | "eslint-plugin-tailwindcss": "^3.18.0", |
153 | 149 | "jest": "^29.7.0", |
154 | 150 | "jest-environment-jsdom": "^29.7.0", |
155 | 151 | "postcss": "^8.5.3", |
156 | 152 | "prettier": "^3.5.3", |
157 | 153 | "prettier-plugin-tailwindcss": "^0.6.11", |
158 | | - "sass": "^1.86.3", |
| 154 | + "sass": "^1.87.0", |
159 | 155 | "tailwindcss": "^4.1.4" |
160 | 156 | } |
161 | 157 | } |
0 commit comments