Skip to content

Commit fcbe334

Browse files
committed
update dependencies and disable externalized vue causing docker issues
1 parent 9309684 commit fcbe334

File tree

3 files changed

+943
-437
lines changed

3 files changed

+943
-437
lines changed

nuxt.config.ts

+4
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,8 @@ export default defineNuxtConfig({
6969
apiUrl: 'http://localhost:3000/api',
7070
},
7171
},
72+
73+
experimental: {
74+
externalVue: false,
75+
},
7276
})

package.json

+20-23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atlas",
3-
"version": "1.0.0",
3+
"version": "0.0.0-dev",
44
"packageManager": "[email protected]",
55
"private": true,
66
"scripts": {
@@ -27,45 +27,42 @@
2727
"@graphql-codegen/typescript": "^3.0.4",
2828
"@graphql-codegen/typescript-operations": "^3.0.4",
2929
"@graphql-eslint/eslint-plugin": "^3.20.1",
30-
"@heroicons/vue": "^2.0.17",
31-
"@nuxtjs/apollo": "^5.0.0-alpha.10",
30+
"@heroicons/vue": "^2.1.1",
31+
"@nuxtjs/apollo": "5.0.0-alpha.13",
3232
"@nuxtjs/color-mode": "^3.3.2",
33-
"@nuxtjs/eslint-config-typescript": "^12.0.0",
34-
"@nuxtjs/i18n": "^v8.1.1",
33+
"@nuxtjs/eslint-config-typescript": "^12.1.0",
34+
"@nuxtjs/i18n": "^8.1.1",
3535
"@nuxtjs/tailwindcss": "^6.11.4",
36-
"@types/leaflet": "^1.8.0",
37-
"@types/lodash-es": "^4.17.7",
38-
"@types/marked": "^4.0.8",
36+
"@types/leaflet": "^1.9.8",
37+
"@types/lodash-es": "^4.17.12",
38+
"@types/marked": "^4.3.2",
3939
"@types/node": "18.16.3",
40-
"@types/sanitize-html": "^2.9.0",
40+
"@types/sanitize-html": "^2.11.0",
4141
"@volar-plugins/prettier": "^2.0.0",
4242
"@vue-leaflet/vue-leaflet": "^0.9.0",
4343
"@vueform/multiselect": "^2.6.6",
4444
"core-js": "^3.30.0",
4545
"d3-force": "^3.0.0",
46-
"eslint": "^8.39.0",
46+
"eslint": "^8.57.0",
4747
"eslint-config-stylelint": "^18.0.0",
4848
"eslint-plugin-nuxt": "^4.0.0",
4949
"floating-vue": "2.0.0-beta.20",
5050
"graphql": "^16.8.0",
51-
"leaflet": "^1.9.2",
51+
"leaflet": "^1.9.4",
5252
"lodash-es": "^4.17.21",
53-
"marked": "^4.2.12",
53+
"marked": "^4.3.0",
5454
"mini-svg-data-uri": "^1.4.4",
5555
"nuxt": "^3.10.3",
5656
"postcss-for": "^2.1.1",
57-
"postcss-html": "^1.5.0",
57+
"postcss-html": "^1.6.0",
5858
"prettier": "^2.8.8",
59-
"sanitize-html": "^2.10.0",
60-
"sass": "^1.63.4",
61-
"sass-loader": "^13.3.2",
62-
"stylelint": "^15.6.1",
63-
"stylelint-config-prettier": "^9.0.3",
64-
"stylelint-config-recommended-vue": "^1.4.0",
59+
"sanitize-html": "^2.12.1",
60+
"sass": "^1.71.1",
61+
"sass-loader": "^13.3.3",
62+
"stylelint": "^15.11.0",
63+
"stylelint-config-prettier": "^9.0.5",
64+
"stylelint-config-recommended-vue": "^1.5.0",
6565
"stylelint-config-standard-scss": "^6.1.0",
66-
"v-network-graph": "^0.9.1"
67-
},
68-
"dependencies": {
69-
"vue": "v3.4.8"
66+
"v-network-graph": "^0.9.15"
7067
}
7168
}

0 commit comments

Comments
 (0)