Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomorebonato committed Jul 5, 2023
1 parent edc8c92 commit 96e1992
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 272 deletions.
2 changes: 1 addition & 1 deletion client/features/collab-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const CollabEditor = () => {
return (
<Editor
className='h-screen'
defaultLanguage='javascript'
defaultLanguage='typescript'
defaultValue={`var a = 1`}
theme='vs-dark'
options={{
Expand Down
2 changes: 1 addition & 1 deletion dev-dist/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ define(['./workbox-ab7aa862'], (function (workbox) { 'use strict';
*/
workbox.precacheAndRoute([{
"url": "index.html",
"revision": "0.pcvta23t0b8"
"revision": "0.he6vgbdppgo"
}], {});
workbox.cleanupOutdatedCaches();
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@
"@fastify/sensible": "^5.2.0",
"@fastify/static": "^6.10.2",
"@fastify/websocket": "^8.1.0",
"@hocuspocus/extension-database": "2.2.0",
"@hocuspocus/provider": "2.2.0",
"@hocuspocus/server": "2.2.0",
"@hocuspocus/extension-database": "2.2.1",
"@hocuspocus/provider": "2.2.1",
"@hocuspocus/server": "2.2.1",
"@libsql/client": "^0.2.2",
"@monaco-editor/react": "^4.5.1",
"app-root-path": "^3.1.0",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.19.2",
"drizzle-kit": "^0.19.3",
"drizzle-orm": "^0.27.0",
"drizzle-zod": "^0.4.4",
"fastify": "^4.18.0",
"fastify": "^4.19.2",
"fastify-print-routes": "^2.1.0",
"fastify-vite-plugin": "^0.0.13",
"monaco-editor": "^0.39.0",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"y-indexeddb": "^9.0.11",
Expand All @@ -55,31 +55,31 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@types/node": "^20.3.2",
"@types/node": "^20.3.3",
"@types/qrcode": "^1.5.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.14",
"del-cli": "^5.0.0",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"pino-pretty": "^10.0.0",
"pino-pretty": "^10.0.1",
"postcss": "^8.4.24",
"prettier-plugin-packagejson": "^2.4.3",
"prettier-plugin-packagejson": "^2.4.4",
"qrcode": "^1.5.3",
"sass": "^1.63.6",
"tailwindcss": "^3.3.2",
"tsx": "^3.12.7",
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vite-plugin-pwa": "^0.16.4",
"vitest": "^0.32.2",
"vitest": "^0.32.4",
"workbox-window": "^7.0.0"
},
"packageManager": "[email protected]",
Expand Down
Loading

0 comments on commit 96e1992

Please sign in to comment.