Skip to content

Commit

Permalink
upgrade Vue to the latet version of Vue2
Browse files Browse the repository at this point in the history
  • Loading branch information
halsk committed Jan 1, 2024
1 parent 9372c08 commit 1306a9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"simplebar-vue": "^1.6.0",
"ts-node": "^8.10.2",
"viewport-units-buggyfill": "^0.6.2",
"vue": "^2.6.12",
"vue": "^2.7.0",
"vue-i18n": "^8.23.0",
"vue-mapbox": "^0.4.1"
},
Expand All @@ -55,7 +55,7 @@
"pug": "^3.0.2",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.1.0",
"sass": "^1.27.0",
"sass": "^1.69.6",
"sass-loader": "^10.0.4",
"shelljs": "^0.8.5",
"sort-css-media-queries": "^1.5.4",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9079,7 +9079,7 @@ sass-loader@^10.0.4:
schema-utils "^3.0.0"
semver "^7.3.2"

sass@^1.27.0:
sass@^1.69.6:
version "1.69.6"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.6.tgz#88ae1f93facc46d2da9b0bdd652d65068bcfa397"
integrity sha512-qbRr3k9JGHWXCvZU77SD2OTwUlC+gNT+61JOLcmLm+XqH4h/5D+p4IIsxvpkB89S9AwJOyb5+rWNpIucaFxSFQ==
Expand Down Expand Up @@ -10488,7 +10488,7 @@ vue-template-es2015-compiler@^1.9.0:
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==

vue@^2.6.12, vue@^2.7.10:
vue@^2.7.0, vue@^2.7.10:
version "2.7.16"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.16.tgz#98c60de9def99c0e3da8dae59b304ead43b967c9"
integrity sha512-4gCtFXaAA3zYZdTp5s4Hl2sozuySsgz4jy1EnpBHNfpMa9dK1ZCG7viqBPCwXtmgc8nHqUsAu3G4gtmXkkY3Sw==
Expand Down

0 comments on commit 1306a9c

Please sign in to comment.