Skip to content

Commit

Permalink
update dependencies and fix elevate
Browse files Browse the repository at this point in the history
  • Loading branch information
pompurin404 committed Oct 3, 2024
1 parent 1281514 commit ff659b1
Show file tree
Hide file tree
Showing 4 changed files with 982 additions and 1,021 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,25 @@
"@electron-toolkit/tsconfig": "^1.0.1",
"@nextui-org/react": "^2.4.8",
"@types/adm-zip": "^0.5.5",
"@types/express": "^4.17.21",
"@types/node": "^22.6.1",
"@types/express": "^5.0.0",
"@types/node": "^22.7.4",
"@types/pubsub-js": "^1.8.6",
"@types/react": "^18.3.9",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/ws": "^8.5.12",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"cron-validator": "^1.3.1",
"driver.js": "^1.3.1",
"electron": "^32.1.2",
"electron-builder": "^25.0.5",
"electron-builder": "25.0.4",
"electron-vite": "^2.3.0",
"electron-window-state": "^5.0.3",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.36.1",
"framer-motion": "^11.5.6",
"eslint-plugin-react": "^7.37.1",
"framer-motion": "^11.9.0",
"lodash": "^4.17.21",
"meta-json-schema": "^1.18.8",
"meta-json-schema": "^1.18.9",
"monaco-yaml": "^5.2.2",
"nanoid": "^5.0.7",
"next-themes": "^0.3.0",
Expand All @@ -83,7 +83,7 @@
"tsx": "^4.19.1",
"types-pac": "^1.0.3",
"typescript": "^5.6.2",
"vite": "^5.4.7",
"vite": "^5.4.8",
"vite-plugin-monaco-editor": "^1.1.0"
}
}
Loading

0 comments on commit ff659b1

Please sign in to comment.