Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Feb 10, 2024
1 parent d8c752b commit d4f9cd4
Show file tree
Hide file tree
Showing 13 changed files with 875 additions and 880 deletions.
28 changes: 14 additions & 14 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@bperel/vue3-popper-teleport": "^1.4.3",
"@mapbox/mapbox-gl-geocoder": "^5.0.2",
"@popperjs/core": "^2.11.8",
"@sentry/tracing": "^7.98.0",
"@sentry/vue": "^7.98.0",
"@sentry/tracing": "^7.100.1",
"@sentry/vue": "^7.100.1",
"@unhead/vue": "^1.8.10",
"@vueuse/core": "^10.7.2",
"axios-cache-interceptor": "^1.5.1",
Expand All @@ -34,17 +34,17 @@
"socket.io-client": "^4.7.4",
"timeago.js": "^4.0.2",
"v-contextmenu": "^3.1.1",
"vue": "^3.4.15",
"vue": "^3.4.18",
"vue-chartjs": "^5.3.0",
"vue-i18n": "^9.9.0",
"vue-i18n": "^9.9.1",
"vue-mapbox-ts": "^0.9.10",
"vue-router": "^4.2.5",
"vue-slicksort": "^2.0.5",
"~api": "workspace:*",
"~socket.io-client-services": "workspace:*",
"~socket.io-services": "workspace:*",
"~dm-types": "workspace:*",
"~prisma-clients": "workspace:*"
"~prisma-clients": "workspace:*",
"~socket.io-client-services": "workspace:*",
"~socket.io-services": "workspace:*"
},
"devDependencies": {
"@antfu/eslint-config": "^1.2.1",
Expand All @@ -55,11 +55,11 @@
"@types/js-cookie": "^3.0.6",
"@types/mapbox__mapbox-gl-geocoder": "^4.7.7",
"@types/page-flip": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitejs/plugin-vue": "^5.0.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue-macros/reactivity-transform": "^0.4.3",
"@vue/compiler-sfc": "^3.4.15",
"@vue/compiler-sfc": "^3.4.18",
"@vue/test-utils": "^2.4.4",
"concurrently": "^8.2.2",
"ejs-lint": "^2.0.0",
Expand All @@ -68,16 +68,16 @@
"eslint-plugin-prettier-vue": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-vue": "^9.20.1",
"eslint-plugin-vue": "^9.21.1",
"histoire": "^0.17.9",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"rollup-plugin-typescript-paths": "^1.5.0",
"sass": "^1.70.0",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.5",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.12",
"vite": "^5.1.1",
"vite-plugin-pages": "^0.32.0",
"vite-plugin-vue-layouts": "^0.11.0",
"vitest": "^1.2.2",
Expand Down
Loading

0 comments on commit d4f9cd4

Please sign in to comment.