Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Nov 16, 2024
1 parent f92e2e0 commit dfc851e
Show file tree
Hide file tree
Showing 2 changed files with 785 additions and 496 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"format": "npx prettier --write \"**/*.{js,mjs,cjs,ts,mts,cts,vue,json}\""
},
"devDependencies": {
"@constl/utils-tests": "^1.6.2",
"@eslint/js": "^9.14.0",
"@constl/utils-tests": "^1.6.3",
"@eslint/js": "^9.15.0",
"@mdi/font": "^7.4.47",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/file-saver": "^2.0.7",
Expand All @@ -48,40 +48,40 @@
"@types/uuid": "^9.0.8",
"@types/webfontloader": "^1.6.38",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@vitejs/plugin-vue": "5.0.5",
"@vue/test-utils": "2.4.6",
"cross-env": "7.0.3",
"electron": "33.2.0",
"electron-builder": "25.1.8",
"eslint": "9.5.0",
"eslint-plugin-vue": "9.26.0",
"happy-dom": "14.12.3",
"nano-staged": "0.8.0",
"playwright": "1.44.1",
"@typescript-eslint/parser": "^8.14.0",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/test-utils": "^2.4.6",
"cross-env": "^7.0.3",
"electron": "^33.2.0",
"electron-builder": "^25.1.8",
"eslint": "^9.15.0",
"eslint-plugin-vue": "^9.31.0",
"happy-dom": "^14.12.3",
"nano-staged": "^0.8.0",
"playwright": "^1.48.2",
"prettier-plugin-organize-imports": "^4.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-resolve-id": "^1.0.2",
"sass": "^1.80.6",
"sass": "^1.81.0",
"sass-loader": "^16.0.3",
"simple-git-hooks": "2.11.1",
"simple-git-hooks": "^2.11.1",
"typed-emitter": "^2.1.0",
"typescript": "5.6.3",
"typescript": "^5.6.3",
"typescript-eslint": "^7.18.0",
"unplugin-auto-expose": "0.3.0",
"vite": "5.4.10",
"vite": "^5.4.11",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-vuetify": "^2.0.4",
"vitest": "2.1.4",
"vitest": "^2.1.5",
"vue-tsc": "2.1.10"
},
"dependencies": {
"@constl/ipa": "1.3.1",
"@constl/mandataire": "^3.0.2",
"@constl/mandataire-electron-principal": "^3.0.2",
"@constl/mandataire-electron-rendu": "^3.0.2",
"@constl/serveur": "^2.0.13",
"@constl/mandataire": "^3.0.3",
"@constl/mandataire-electron-principal": "^3.0.3",
"@constl/mandataire-electron-rendu": "^3.0.3",
"@constl/serveur": "^2.1.2",
"@constl/utils-ipa": "^1.0.3",
"@constl/vue": "^1.0.4",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
Expand All @@ -102,7 +102,7 @@
"hlsjs-ipfs-loader": "^0.3.1",
"image-file-resize": "^1.0.5",
"is-ipfs": "^8.0.4",
"node-gyp-build": "^4.8.2",
"node-gyp-build": "^4.8.3",
"nuchabal": "^3.2.7",
"semaphore-async-await": "^1.5.1",
"tiny-typed-emitter": "^2.1.0",
Expand Down
Loading

0 comments on commit dfc851e

Please sign in to comment.