Soft-pin packages
This commit is contained in:
parent
f3be1c43fb
commit
11da28fe4a
|
@ -15,60 +15,60 @@
|
|||
"postinstall": "yarn run fix-fomantic-css"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.21.1",
|
||||
"axios-auth-refresh": "^2.2.8",
|
||||
"core-js": "^3.6.4",
|
||||
"diff": "^4.0.2",
|
||||
"axios": "~0.21.1",
|
||||
"axios-auth-refresh": "~2.2.8",
|
||||
"core-js": "~3.6.4",
|
||||
"diff": "~4.0.2",
|
||||
"django-channels": "1.1.6",
|
||||
"focus-trap": "^5.1.0",
|
||||
"fomantic-ui-css": "^2.8.8",
|
||||
"howler": "^2.2.3",
|
||||
"js-logger": "^1.6.1",
|
||||
"lodash": "^4.17.21",
|
||||
"moment": "^2.22.2",
|
||||
"qs": "^6.7.0",
|
||||
"register-service-worker": "^1.7.2",
|
||||
"sanitize-html": "^2.3.3",
|
||||
"sass": "^1.26.5",
|
||||
"showdown": "^1.9.1",
|
||||
"text-clipper": "^1.3.0",
|
||||
"vue": "^2.6.14",
|
||||
"vue-gettext": "^2.1.12",
|
||||
"vue-lazyload": "^1.3.3",
|
||||
"vue-plyr": "^5.1.3",
|
||||
"vue-router": "^3.0.1",
|
||||
"vue-upload-component": "^2.8.22",
|
||||
"vuedraggable": "^2.24.3",
|
||||
"vuex": "^3.0.1",
|
||||
"vuex-persistedstate": "^2.7.1",
|
||||
"vuex-router-sync": "^5.0.0"
|
||||
"focus-trap": "~5.1.0",
|
||||
"fomantic-ui-css": "~2.8.8",
|
||||
"howler": "~2.2.3",
|
||||
"js-logger": "~1.6.1",
|
||||
"lodash": "~4.17.21",
|
||||
"moment": "~2.22.2",
|
||||
"qs": "~6.7.0",
|
||||
"register-service-worker": "~1.7.2",
|
||||
"sanitize-html": "~2.3.3",
|
||||
"sass": "~1.26.5",
|
||||
"showdown": "~1.9.1",
|
||||
"text-clipper": "~1.3.0",
|
||||
"vue": "~2.6.14",
|
||||
"vue-gettext": "~2.1.12",
|
||||
"vue-lazyload": "~1.3.3",
|
||||
"vue-plyr": "~5.1.3",
|
||||
"vue-router": "~3.0.1",
|
||||
"vue-upload-component": "~2.8.22",
|
||||
"vuedraggable": "~2.24.3",
|
||||
"vuex": "~3.0.1",
|
||||
"vuex-persistedstate": "~2.7.1",
|
||||
"vuex-router-sync": "~5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.13.14",
|
||||
"@babel/eslint-parser": "~7.13.14",
|
||||
"@vue/cli-plugin-babel": "~4.2.2",
|
||||
"@vue/cli-plugin-pwa": "~4.2.2",
|
||||
"@vue/cli-plugin-unit-mocha": "~4.2.2",
|
||||
"@vue/cli-service": "~4.2.2",
|
||||
"@vue/test-utils": "^1.0.0-beta.20",
|
||||
"chai": "^4.1.2",
|
||||
"easygettext": "^2.6.3",
|
||||
"eslint": "^7.25.0",
|
||||
"eslint-config-standard": "^16.0.2",
|
||||
"eslint-plugin-html": "^4.0.5",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^4.3.1",
|
||||
"eslint-plugin-vue": "^7.9.0",
|
||||
"glob-all": "^3.1.0",
|
||||
"mocha": "^5.2.0",
|
||||
"mocha-junit-reporter": "^2.0.0",
|
||||
"moxios": "^0.4.0",
|
||||
"preload-webpack-plugin": "^3.0.0-beta.4",
|
||||
"purgecss-webpack-plugin": "^1.6.0",
|
||||
"sass-loader": "^8.0.2",
|
||||
"sinon": "^6.1.5",
|
||||
"@vue/test-utils": "~1.0.0-beta.20",
|
||||
"chai": "~4.1.2",
|
||||
"easygettext": "~2.6.3",
|
||||
"eslint": "~7.25.0",
|
||||
"eslint-config-standard": "~16.0.2",
|
||||
"eslint-plugin-html": "~4.0.5",
|
||||
"eslint-plugin-import": "~2.22.1",
|
||||
"eslint-plugin-node": "~11.1.0",
|
||||
"eslint-plugin-promise": "~4.3.1",
|
||||
"eslint-plugin-vue": "~7.9.0",
|
||||
"glob-all": "~3.1.0",
|
||||
"mocha": "~5.2.0",
|
||||
"mocha-junit-reporter": "~2.0.0",
|
||||
"moxios": "~0.4.0",
|
||||
"preload-webpack-plugin": "~3.0.0-beta.4",
|
||||
"purgecss-webpack-plugin": "~1.6.0",
|
||||
"sass-loader": "~8.0.2",
|
||||
"sinon": "~6.1.5",
|
||||
"vue-template-compiler": "2.6.14",
|
||||
"webpack-bundle-size-analyzer": "^3.0.0"
|
||||
"webpack-bundle-size-analyzer": "~3.0.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"root": true,
|
||||
|
|
Loading…
Reference in New Issue