Update vue version
This commit is contained in:
parent
a92554fa85
commit
cc807751a9
|
|
@ -100,7 +100,7 @@
|
|||
"sass-loader": "^12.6.0",
|
||||
"semver": "^5.3.0",
|
||||
"shelljs": "^0.7.6",
|
||||
"survey-vue": "^1.9.2",
|
||||
"survey-vue-ui": "^1.9.50",
|
||||
"ts-loader": "^8.3.0",
|
||||
"typescript": "^4.5.4",
|
||||
"typescript-tslint-plugin": "^1.0.1",
|
||||
|
|
@ -109,7 +109,7 @@
|
|||
"url-loader": "^4.1.1",
|
||||
"uuid": "^3.2.1",
|
||||
"vee-validate": "^3.4.14",
|
||||
"vue": "^2.6.14",
|
||||
"vue": "^2.7",
|
||||
"vue-analytics": "^5.16.2",
|
||||
"vue-apollo": "^3.1.0",
|
||||
"vue-jest": "^3.0.4",
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import 'survey-core/modern.min.css';
|
||||
import {css} from '@/survey.config';
|
||||
import gql from 'graphql-tag';
|
||||
|
||||
|
|
@ -30,10 +31,12 @@
|
|||
|
||||
import {meQuery} from '@/graphql/queries';
|
||||
|
||||
import * as SurveyVue from 'survey-vue';
|
||||
import {StylesManager, Model} from 'survey-core';
|
||||
import {Survey} from 'survey-vue-ui'
|
||||
|
||||
const Solution = () => import(/* webpackChunkName: "content-components" */'@/components/content-blocks/Solution');
|
||||
|
||||
const {Survey, Model} = SurveyVue;
|
||||
StylesManager.applyTheme('modern');
|
||||
|
||||
const MODULE_QUERY = gql`
|
||||
query ModuleSolutions($slug: String) {
|
||||
|
|
|
|||
|
|
@ -12000,6 +12000,19 @@ supports-preserve-symlinks-flag@^1.0.0:
|
|||
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
|
||||
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
|
||||
|
||||
survey-core@*:
|
||||
version "1.9.50"
|
||||
resolved "https://registry.yarnpkg.com/survey-core/-/survey-core-1.9.50.tgz#eed2068b5e098d2e90b49c0e1c0ca9a86549a8c5"
|
||||
integrity sha512-n1vJi+x/IJSGgUt/n40sTO/2h5M3PK5sHLKUY7gn6nEF531r/OFG6euO/X/kBK2HTCMYH85sr/Rqp3QCdg2ksg==
|
||||
|
||||
survey-vue-ui@^1.9.50:
|
||||
version "1.9.50"
|
||||
resolved "https://registry.yarnpkg.com/survey-vue-ui/-/survey-vue-ui-1.9.50.tgz#a01142e357fcee2c519405fb978f7bf2f943ce19"
|
||||
integrity sha512-5GnR4cg8UV10nOpze2DprfqgJx/C23QASNtv4t6VsF5OYIOUt17dvJT0y45V2HDGnhhXbRYu5zSFl1POrWG+tQ==
|
||||
dependencies:
|
||||
survey-core "*"
|
||||
vue "^2.6.12"
|
||||
|
||||
survey-vue@^1.9.2:
|
||||
version "1.9.50"
|
||||
resolved "https://registry.yarnpkg.com/survey-vue/-/survey-vue-1.9.50.tgz#1bce8762f1737fc05ac53dc3e25e8ac657fd2847"
|
||||
|
|
@ -12867,7 +12880,7 @@ vue@2.6.11:
|
|||
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.11.tgz#76594d877d4b12234406e84e35275c6d514125c5"
|
||||
integrity sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==
|
||||
|
||||
vue@^2.1.10, vue@^2.6.14:
|
||||
vue@^2.1.10, vue@^2.6.12, vue@^2.7:
|
||||
version "2.7.10"
|
||||
resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.10.tgz#ae516cc6c88e1c424754468844218fdd5e280f40"
|
||||
integrity sha512-HmFC70qarSHPXcKtW8U8fgIkF6JGvjEmDiVInTkKZP0gIlEPhlVlcJJLkdGIDiNkIeA2zJPQTWJUI4iWe+AVfg==
|
||||
|
|
|
|||
Loading…
Reference in New Issue