Skip to content

Commit 7aee6dd

Browse files
committed
chore: update
1 parent 0726fb5 commit 7aee6dd

File tree

5 files changed

+16
-20
lines changed

5 files changed

+16
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"scripts": {
99
"start": "sh ./scripts/run_dev.sh",
10-
"update:packages": "ncu -u",
10+
"update:packages": "npx npm-check-updates -u",
1111
"start:webapp": "cd packages/webapp && npm run start",
1212
"dev": "npx lerna run dev --scope=@docs.plus/webapp",
1313
"build": "npx lerna run build",

packages/extension-hyperlink/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"build": "npm run clean && rollup -c",
3939
"ts": "tsc -p tsconfig.json",
4040
"postbuild": "node ./scripts/flattenDeclarations.js",
41-
"update:packages": "ncu -u"
41+
"update:packages": "npx npm-check-updates -u"
4242
},
4343
"license": "MIT",
4444
"dependencies": {

packages/hocuspocus.server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"start:production:rest": "NODE_ENV=production npx prisma migrate deploy && node index.js",
1313
"start:production:ws": "NODE_ENV=production node -r dotenv/config hocuspocus.server.js",
1414
"lint:fix": "standard *.mjs *.js --fix | snazzy",
15-
"update:packages": "ncu -u",
15+
"update:packages": "npx npm-check-updates -u",
1616
"pm2:stage": "pm2 reload pm2.config.cjs --env production --only stage_rest,stage_ws",
1717
"pm2:prod": "pm2 reload pm2.config.cjs --env production --only prod_rest,prod_ws"
1818
},

packages/supabase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"update:packages": "ncu -u",
7+
"update:packages": "npx npm-check-updates -u",
88
"start": "dotenv -- supabase start",
99
"stop": "dotenv -- supabase stop",
1010
"status": "dotenv -- supabase status",

packages/webapp/package.json

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"start:stage": "next start -p 3000",
1111
"pm2:start:stage": "pm2 reload pm2.config.js --env production --only nextjs_stage",
1212
"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",
1414
"lint:fix": "next lint --fix",
1515
"test": "jest",
1616
"cypress:open": "cypress open",
@@ -25,13 +25,12 @@
2525
"@elastic/apm-rum": "^5.17.0",
2626
"@emoji-mart/data": "^1.2.1",
2727
"@emoji-mart/react": "^1.1.1",
28-
"@floating-ui/react": "^0.27.7",
28+
"@floating-ui/react": "^0.27.8",
2929
"@hocuspocus/provider": "^2.15.2",
3030
"@hocuspocus/transformer": "^2.15.2",
3131
"@marsidev/react-turnstile": "^1.1.0",
3232
"@supabase/ssr": "^0.6.1",
3333
"@supabase/supabase-js": "^2.49.4",
34-
"@tailwindcss/postcss": "^4.1.4",
3534
"@tanstack/react-query": "^4.35.3",
3635
"@tiptap/core": "^2.11.7",
3736
"@tiptap/extension-blockquote": "^2.11.7",
@@ -72,13 +71,11 @@
7271
"@tiptap/react": "^2.11.7",
7372
"@tiptap/starter-kit": "^2.11.7",
7473
"@tiptap/suggestion": "^2.11.7",
75-
"@types/google-one-tap": "^1.2.6",
7674
"add": "^2.0.6",
7775
"axios": "^1.8.4",
7876
"clipboardy": "^4.0.0",
7977
"clsx": "^2.1.1",
8078
"cookie": "^1.0.2",
81-
"cross-env": "^7.0.3",
8279
"cypress-real-events": "^1.14.0",
8380
"daisyui": "^5.0.27",
8481
"date-fns": "^4.1.0",
@@ -87,8 +84,6 @@
8784
"dotenv": "^16.5.0",
8885
"elastic-apm-node": "^4.11.2",
8986
"emoji-mart": "^5.6.0",
90-
"eslint": "^9.24.0",
91-
"eslint-config-next": "^15.3.0",
9287
"google-one-tap": "^1.0.6",
9388
"immer": "^10.1.1",
9489
"jquery": "^3.7.1",
@@ -97,11 +92,10 @@
9792
"lowlight": "^3.3.0",
9893
"metadata-scraper": "^0.2.61",
9994
"mobile-detect": "^1.4.5",
100-
"next": "^15.3.0",
95+
"next": "^15.3.1",
10196
"next-pwa": "^5.6.0",
10297
"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",
10599
"pubsub-js": "^1.9.5",
106100
"randomcolor": "^0.6.2",
107101
"react": "^19.1.0",
@@ -115,26 +109,26 @@
115109
"slugify": "^1.6.6",
116110
"supabase": "^2.22.4",
117111
"tailwind-merge": "^3.2.0",
118-
"tailwindcss": "^4.1.4",
119112
"theme-change": "^2.5.0",
120113
"tippy.js": "^6.3.7",
121114
"use-detect-keyboard-open": "^0.4.0",
122115
"y-indexeddb": "^9.0.12",
123-
"y-prosemirror": "^1.3.3",
116+
"y-prosemirror": "^1.3.4",
124117
"y-webrtc": "^10.3.0",
125118
"y-websocket": "^3.0.0",
126-
"yarn": "^1.22.22",
127-
"yjs": "^13.6.24",
119+
"yjs": "^13.6.26",
128120
"yup": "^1.6.1",
129121
"zustand": "^5.0.3"
130122
},
131123
"devDependencies": {
132124
"@babel/preset-env": "^7.26.9",
133125
"@babel/preset-react": "^7.26.3",
126+
"@tailwindcss/postcss": "^4.1.4",
134127
"@tailwindcss/typography": "^0.5.16",
135128
"@testing-library/jest-dom": "^6.6.3",
136129
"@testing-library/react": "^16.3.0",
137130
"@types/dompurify": "^3.2.0",
131+
"@types/google-one-tap": "^1.2.6",
138132
"@types/jquery": "^3.5.32",
139133
"@types/js-cookie": "^3.0.6",
140134
"@types/lodash": "^4.17.16",
@@ -147,15 +141,17 @@
147141
"autoprefixer": "^10.4.21",
148142
"babel-jest": "^29.7.0",
149143
"cross-env": "^7.0.3",
150-
"cypress": "^14.3.0",
144+
"cypress": "^14.3.2",
151145
"cypress-clipboard": "^1.0.3",
146+
"eslint": "^9.25.1",
147+
"eslint-config-next": "^15.3.1",
152148
"eslint-plugin-tailwindcss": "^3.18.0",
153149
"jest": "^29.7.0",
154150
"jest-environment-jsdom": "^29.7.0",
155151
"postcss": "^8.5.3",
156152
"prettier": "^3.5.3",
157153
"prettier-plugin-tailwindcss": "^0.6.11",
158-
"sass": "^1.86.3",
154+
"sass": "^1.87.0",
159155
"tailwindcss": "^4.1.4"
160156
}
161157
}

0 commit comments

Comments
 (0)