build: build之前做type check
This commit is contained in:
76
runtime/vue2/package-lock.json
generated
76
runtime/vue2/package-lock.json
generated
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "runtime-vue2",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "runtime-vue2",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"dependencies": {
|
||||
"@tmagic/schema": "1.0.1",
|
||||
"@tmagic/stage": "1.0.1",
|
||||
"@tmagic/schema": "1.0.2",
|
||||
"@tmagic/stage": "1.0.2",
|
||||
"@vue/composition-api": "1.0.5",
|
||||
"vue": "^2.6.14"
|
||||
},
|
||||
@@ -846,11 +846,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@tmagic/core": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/core/-/core-1.0.1.tgz",
|
||||
"integrity": "sha512-76hUQ3cfp73td63yWInUG09trZDD7fZJen1mkfFHvPY4LTpZYdnqGvHVcWGkh8dXSR8tZxkK7nm4HjmuZMO2eA==",
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/core/-/core-1.0.2.tgz",
|
||||
"integrity": "sha512-gYvzkCwd8wbLmx7/J2aEXINnRapuRgGHUmtmyIE2gq8iLG3yFA/7RBcgQH1ZXiVMZAx+qL1XvJUVWPKQSJT4PQ==",
|
||||
"dependencies": {
|
||||
"@tmagic/schema": "1.0.1",
|
||||
"@tmagic/schema": "1.0.2",
|
||||
"events": "^3.3.0"
|
||||
},
|
||||
"engines": {
|
||||
@@ -858,22 +858,22 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@tmagic/schema": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/schema/-/schema-1.0.1.tgz",
|
||||
"integrity": "sha512-st5FrTnZL21a/eHhbFgVA96FV784FzlBHrPza7Ozswko/O4Lg5Daf7lvqY3agIlrj0J/JjWBlE6x6Ka8UQEE5w==",
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/schema/-/schema-1.0.2.tgz",
|
||||
"integrity": "sha512-PvN1ODMT3CwLpRSx98Y9dXpzpYoL6WkyWICI0EGk6pCFNLtc/8DniO4zwji7ndCWI7w+hOzsj+riyWqIzKvWVg==",
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
}
|
||||
},
|
||||
"node_modules/@tmagic/stage": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/stage/-/stage-1.0.1.tgz",
|
||||
"integrity": "sha512-TEkBTrTZnARmeRECGUZxBb2sRccuN5YrzL4NPKb3nX1Ezr9vF1XYJaO2F+7odDSuacHPjDZia1HigoJ+t5qPSg==",
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/stage/-/stage-1.0.2.tgz",
|
||||
"integrity": "sha512-xG+qFxGP7zz5KhygKywI2F4HQqdbzT08UEx4wQU2ptgWaX5XmCujK1XEjdMmOapIJlKCymqF4AJhshG54xf3oA==",
|
||||
"dependencies": {
|
||||
"@scena/guides": "^0.17.0",
|
||||
"@tmagic/core": "1.0.1",
|
||||
"@tmagic/schema": "1.0.1",
|
||||
"@tmagic/utils": "1.0.1",
|
||||
"@tmagic/core": "1.0.2",
|
||||
"@tmagic/schema": "1.0.2",
|
||||
"@tmagic/utils": "1.0.2",
|
||||
"events": "^3.3.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"moveable": "^0.30.0",
|
||||
@@ -884,11 +884,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@tmagic/utils": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/utils/-/utils-1.0.1.tgz",
|
||||
"integrity": "sha512-r7XmJcMZ3DBIWteWrDUH+JnDoCMJGvJMb63EDqricdWhlKbb0JfnGlth6Xjugts9PXouiunMZO4A80HtNBgtoQ==",
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/utils/-/utils-1.0.2.tgz",
|
||||
"integrity": "sha512-gyT/kJjxZjOLxwwShShdESsC5fPF1eqW0aDD0KsxOVjML9WOTeoLBfVPq4oFW/5p8/xQ18a/lCkD+5Spq2pyDA==",
|
||||
"dependencies": {
|
||||
"@tmagic/schema": "1.0.1",
|
||||
"@tmagic/schema": "1.0.2",
|
||||
"moment": "^2.29.2"
|
||||
},
|
||||
"engines": {
|
||||
@@ -3415,28 +3415,28 @@
|
||||
}
|
||||
},
|
||||
"@tmagic/core": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/core/-/core-1.0.1.tgz",
|
||||
"integrity": "sha512-76hUQ3cfp73td63yWInUG09trZDD7fZJen1mkfFHvPY4LTpZYdnqGvHVcWGkh8dXSR8tZxkK7nm4HjmuZMO2eA==",
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/core/-/core-1.0.2.tgz",
|
||||
"integrity": "sha512-gYvzkCwd8wbLmx7/J2aEXINnRapuRgGHUmtmyIE2gq8iLG3yFA/7RBcgQH1ZXiVMZAx+qL1XvJUVWPKQSJT4PQ==",
|
||||
"requires": {
|
||||
"@tmagic/schema": "1.0.1",
|
||||
"@tmagic/schema": "1.0.2",
|
||||
"events": "^3.3.0"
|
||||
}
|
||||
},
|
||||
"@tmagic/schema": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/schema/-/schema-1.0.1.tgz",
|
||||
"integrity": "sha512-st5FrTnZL21a/eHhbFgVA96FV784FzlBHrPza7Ozswko/O4Lg5Daf7lvqY3agIlrj0J/JjWBlE6x6Ka8UQEE5w=="
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/schema/-/schema-1.0.2.tgz",
|
||||
"integrity": "sha512-PvN1ODMT3CwLpRSx98Y9dXpzpYoL6WkyWICI0EGk6pCFNLtc/8DniO4zwji7ndCWI7w+hOzsj+riyWqIzKvWVg=="
|
||||
},
|
||||
"@tmagic/stage": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/stage/-/stage-1.0.1.tgz",
|
||||
"integrity": "sha512-TEkBTrTZnARmeRECGUZxBb2sRccuN5YrzL4NPKb3nX1Ezr9vF1XYJaO2F+7odDSuacHPjDZia1HigoJ+t5qPSg==",
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/stage/-/stage-1.0.2.tgz",
|
||||
"integrity": "sha512-xG+qFxGP7zz5KhygKywI2F4HQqdbzT08UEx4wQU2ptgWaX5XmCujK1XEjdMmOapIJlKCymqF4AJhshG54xf3oA==",
|
||||
"requires": {
|
||||
"@scena/guides": "^0.17.0",
|
||||
"@tmagic/core": "1.0.1",
|
||||
"@tmagic/schema": "1.0.1",
|
||||
"@tmagic/utils": "1.0.1",
|
||||
"@tmagic/core": "1.0.2",
|
||||
"@tmagic/schema": "1.0.2",
|
||||
"@tmagic/utils": "1.0.2",
|
||||
"events": "^3.3.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"moveable": "^0.30.0",
|
||||
@@ -3444,11 +3444,11 @@
|
||||
}
|
||||
},
|
||||
"@tmagic/utils": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/utils/-/utils-1.0.1.tgz",
|
||||
"integrity": "sha512-r7XmJcMZ3DBIWteWrDUH+JnDoCMJGvJMb63EDqricdWhlKbb0JfnGlth6Xjugts9PXouiunMZO4A80HtNBgtoQ==",
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/utils/-/utils-1.0.2.tgz",
|
||||
"integrity": "sha512-gyT/kJjxZjOLxwwShShdESsC5fPF1eqW0aDD0KsxOVjML9WOTeoLBfVPq4oFW/5p8/xQ18a/lCkD+5Spq2pyDA==",
|
||||
"requires": {
|
||||
"@tmagic/schema": "1.0.1",
|
||||
"@tmagic/schema": "1.0.2",
|
||||
"moment": "^2.29.2"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
"sass": "^1.35.1",
|
||||
"typescript": "^4.3.4",
|
||||
"vite": "^2.3.7",
|
||||
"vue-tsc": "^0.0.24"
|
||||
"vue-tsc": "^0.38.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user