Pin dependencies
This commit is contained in:
parent
1cd2eea88a
commit
8e5d097262
|
@ -50,11 +50,11 @@
|
|||
"@babel/core": "7.17.12",
|
||||
"@babel/plugin-transform-runtime": "7.17.12",
|
||||
"@babel/preset-env": "7.16.11",
|
||||
"@types/jquery": "^3.5.14",
|
||||
"@types/lodash-es": "^4.17.6",
|
||||
"@typescript-eslint/eslint-plugin": "^5.19.0",
|
||||
"@vue/eslint-config-standard": "^6.1.0",
|
||||
"@vue/eslint-config-typescript": "^10.0.0",
|
||||
"@types/jquery": "3.5.14",
|
||||
"@types/lodash-es": "4.17.6",
|
||||
"@typescript-eslint/eslint-plugin": "5.19.0",
|
||||
"@vue/eslint-config-standard": "6.1.0",
|
||||
"@vue/eslint-config-typescript": "10.0.0",
|
||||
"@vue/test-utils": "1.3.0",
|
||||
"autoprefixer": "10.4.7",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
|
@ -72,8 +72,8 @@
|
|||
"jest-cli": "27.5.1",
|
||||
"moxios": "0.4.0",
|
||||
"sinon": "13.0.2",
|
||||
"typescript": "^4.6.3",
|
||||
"unplugin-vue2-script-setup": "^0.10.2",
|
||||
"typescript": "4.6.3",
|
||||
"unplugin-vue2-script-setup": "0.10.2",
|
||||
"vite": "2.8.6",
|
||||
"vite-plugin-vue2": "1.9.3",
|
||||
"vue-jest": "3.0.7",
|
||||
|
|
Loading…
Reference in New Issue