mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 15:18:32 -06:00
bumping versions
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
canvas_manager:
|
canvas_manager:
|
||||||
image: alexmickelson/canvas_management:2.5
|
image: alexmickelson/canvas_management:2.6
|
||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
container_name: canvas-manager-2
|
container_name: canvas-manager-2
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
72
package.json
72
package.json
@@ -13,46 +13,48 @@
|
|||||||
"test": "vitest"
|
"test": "vitest"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@next/env": "^15.0.3",
|
"@next/env": "^15.2.3",
|
||||||
"@tanstack/react-query": "^5.59.20",
|
"@tanstack/react-query": "^5.69.0",
|
||||||
"@trpc/client": "11.0.0-rc.608",
|
"@tanstack/react-query-devtools": "^5",
|
||||||
"@trpc/react-query": "11.0.0-rc.608",
|
"@trpc/client": "11.0.0",
|
||||||
"@trpc/server": "11.0.0-rc.608",
|
"@trpc/next": "^11",
|
||||||
"@types/ws": "^8.5.13",
|
"@trpc/react-query": "11.0.0",
|
||||||
"chokidar": "^4.0.1",
|
"@trpc/server": "11.0.0",
|
||||||
"dotenv": "^16.4.5",
|
"@types/ws": "^8.18.0",
|
||||||
"form-data": "^4.0.1",
|
"chokidar": "^4.0.3",
|
||||||
"jsdom": "^25.0.0",
|
"dotenv": "^16.4.7",
|
||||||
|
"form-data": "^4.0.2",
|
||||||
|
"jsdom": "^25.0.1",
|
||||||
"marked-katex-extension": "^5.1.4",
|
"marked-katex-extension": "^5.1.4",
|
||||||
"next": "^15.0.2",
|
"next": "^15.2.3",
|
||||||
"react": "^19",
|
"react": "^19.0.0",
|
||||||
"react-dom": "^19",
|
"react-dom": "^19.0.0",
|
||||||
"socket.io": "^4.8.1",
|
"socket.io": "^4.8.1",
|
||||||
"superjson": "^2.2.1",
|
"superjson": "^2.2.2",
|
||||||
"ws": "^8.18.0",
|
"ws": "^8.18.1",
|
||||||
"zod": "^3.23.8"
|
"zod": "^3.24.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@monaco-editor/loader": "^1.4.0",
|
"@monaco-editor/loader": "^1.5.0",
|
||||||
"@monaco-editor/react": "^v4.7.0-rc.0",
|
"@monaco-editor/react": "^4.7.0",
|
||||||
"@testing-library/dom": "^10.4.0",
|
"@testing-library/dom": "^10.4.0",
|
||||||
"@testing-library/react": "^16.0.0",
|
"@testing-library/react": "^16.2.0",
|
||||||
"@types/node": "^22",
|
"@types/node": "^22.13.13",
|
||||||
"@types/react": "^19",
|
"@types/react": "^19.0.12",
|
||||||
"@types/react-dom": "^19",
|
"@types/react-dom": "^19.0.4",
|
||||||
"@vitejs/plugin-react": "^4.3.1",
|
"@vitejs/plugin-react": "^4.3.4",
|
||||||
"axios": "^1.7.5",
|
"axios": "^1.8.4",
|
||||||
"eslint-config-next": "^14.2.7",
|
"eslint-config-next": "^15.2.3",
|
||||||
"isomorphic-dompurify": "^2.15.0",
|
"isomorphic-dompurify": "^2.22.0",
|
||||||
"marked": "^14.1.2",
|
"marked": "^14.1.4",
|
||||||
"monaco-editor": "^0.52.0",
|
"monaco-editor": "^0.52.2",
|
||||||
"postcss": "^8",
|
"postcss": "^8.5.3",
|
||||||
"react-error-boundary": "^4.0.13",
|
"react-error-boundary": "^4.1.2",
|
||||||
"react-hot-toast": "^2.4.1",
|
"react-hot-toast": "^2.5.2",
|
||||||
"socket.io-client": "^4.8.1",
|
"socket.io-client": "^4.8.1",
|
||||||
"tailwindcss": "^3.4.1",
|
"tailwindcss": "^3.4.17",
|
||||||
"typescript": "^5",
|
"typescript": "^5.8.2",
|
||||||
"vitest": "^2.0.5",
|
"vitest": "^2.1.9",
|
||||||
"yaml": "^2.5.0"
|
"yaml": "^2.7.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
2385
pnpm-lock.yaml
generated
2385
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user