mirror of https://github.com/ElemeFE/element
update cooking
parent
8586891a56
commit
79dc2c5d6e
|
@ -10,8 +10,8 @@
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div><% if (process.env.NODE_ENV === 'production') { %>
|
<div id="app"></div><% if (process.env.NODE_ENV === 'production') { %>
|
||||||
<!--<script src="https://app.codesponsor.io/scripts/qFcVkt4f3DQEg4zrwINGVg?theme=light&height=250&width=240"></script>-->
|
<!--<script src="https://app.codesponsor.io/scripts/qFcVkt4f3DQEg4zrwINGVg?theme=light&height=250&width=240"></script>-->
|
||||||
<script src="//cdn.jsdelivr.net/npm/vue@2.3.0/dist/vue.runtime.min.js"></script>
|
<script src="//cdn.jsdelivr.net/npm/vue@2.5.2/dist/vue.runtime.min.js"></script>
|
||||||
<script src="//cdn.jsdelivr.net/npm/vue-router@2.1.1/dist/vue-router.min.js"></script><% } %>
|
<script src="//cdn.jsdelivr.net/npm/vue-router@2.7.0/dist/vue-router.min.js"></script><% } %>
|
||||||
</body>
|
</body>
|
||||||
<% if (process.env.NODE_ENV === 'production') { %><script>
|
<% if (process.env.NODE_ENV === 'production') { %><script>
|
||||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{"1.0.9":"1.0","1.1.6":"1.1","1.2.9":"1.2","1.3.7":"1.3","1.4.6":"1.4","2.0.0-alpha.3":"2.0"}
|
{"1.0.9":"1.0","1.1.6":"1.1","1.2.9":"1.2","1.3.7":"1.3","1.4.7":"1.4","2.0.0-alpha.3":"2.0"}
|
|
@ -70,9 +70,9 @@
|
||||||
"chai": "^3.5.0",
|
"chai": "^3.5.0",
|
||||||
"cheerio": "^0.18.0",
|
"cheerio": "^0.18.0",
|
||||||
"chokidar": "^1.7.0",
|
"chokidar": "^1.7.0",
|
||||||
"cooking": "^1.2.0",
|
"cooking": "^1.5.4",
|
||||||
"cooking-lint": "^0.1.3",
|
"cooking-lint": "^0.1.3",
|
||||||
"cooking-vue2": "^0.3.0",
|
"cooking-vue2": "^0.3.3",
|
||||||
"copy-webpack-plugin": "^4.1.1",
|
"copy-webpack-plugin": "^4.1.1",
|
||||||
"coveralls": "^2.11.14",
|
"coveralls": "^2.11.14",
|
||||||
"cp-cli": "^1.0.2",
|
"cp-cli": "^1.0.2",
|
||||||
|
|
30
yarn.lock
30
yarn.lock
|
@ -2,11 +2,10 @@
|
||||||
# yarn lockfile v1
|
# yarn lockfile v1
|
||||||
|
|
||||||
|
|
||||||
"2webpack2@^0.5.0":
|
"2webpack2@^1.0.0":
|
||||||
version "0.5.0"
|
version "1.2.1"
|
||||||
resolved "https://registry.yarnpkg.com/2webpack2/-/2webpack2-0.5.0.tgz#20c6818b9feb558381f457daeff039557e60d7d7"
|
resolved "https://registry.yarnpkg.com/2webpack2/-/2webpack2-1.2.1.tgz#5f0ffe0693bf407154fb5bef8960e4e7e11c6d28"
|
||||||
dependencies:
|
dependencies:
|
||||||
chalk "^1.1.3"
|
|
||||||
object-set "^1.0.1"
|
object-set "^1.0.1"
|
||||||
|
|
||||||
CSSselect@~0.4.0:
|
CSSselect@~0.4.0:
|
||||||
|
@ -1557,18 +1556,17 @@ cooking-lint@^0.1.3:
|
||||||
eslint-plugin-react "*"
|
eslint-plugin-react "*"
|
||||||
eslint-plugin-vue "*"
|
eslint-plugin-vue "*"
|
||||||
|
|
||||||
cooking-vue2@^0.3.0:
|
cooking-vue2@^0.3.3:
|
||||||
version "0.3.0"
|
version "0.3.3"
|
||||||
resolved "https://registry.yarnpkg.com/cooking-vue2/-/cooking-vue2-0.3.0.tgz#a38062164d80df49a788b1669dcb45eddab91238"
|
resolved "https://registry.yarnpkg.com/cooking-vue2/-/cooking-vue2-0.3.3.tgz#c5a9959de4babedb66925c48498267758d4014cb"
|
||||||
dependencies:
|
dependencies:
|
||||||
vue-loader ">=9.4.2"
|
vue-loader ">=9.4.2"
|
||||||
vue-template-compiler "*"
|
|
||||||
|
|
||||||
cooking@^1.2.0:
|
cooking@^1.5.4:
|
||||||
version "1.2.7"
|
version "1.5.4"
|
||||||
resolved "https://registry.yarnpkg.com/cooking/-/cooking-1.2.7.tgz#89f0f8a38aa506b11fd7bdceeca9b8242bb0c9e1"
|
resolved "https://registry.yarnpkg.com/cooking/-/cooking-1.5.4.tgz#1f40d898cc78b2c00635c04475fad8ef38979553"
|
||||||
dependencies:
|
dependencies:
|
||||||
"2webpack2" "^0.5.0"
|
"2webpack2" "^1.0.0"
|
||||||
chalk "^1.1.3"
|
chalk "^1.1.3"
|
||||||
commander "^2.9.0"
|
commander "^2.9.0"
|
||||||
is-path-inside "^1.0.0"
|
is-path-inside "^1.0.0"
|
||||||
|
@ -2956,11 +2954,7 @@ fstream@^1.0.0, fstream@^1.0.2, fstream@~1.0.10:
|
||||||
mkdirp ">=0.5 0"
|
mkdirp ">=0.5 0"
|
||||||
rimraf "2"
|
rimraf "2"
|
||||||
|
|
||||||
function-bind@^1.0.2, function-bind@^1.1.0:
|
function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
|
||||||
version "1.1.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.0.tgz#16176714c801798e4e8f2cf7f7529467bb4a5771"
|
|
||||||
|
|
||||||
function-bind@^1.1.1:
|
|
||||||
version "1.1.1"
|
version "1.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
|
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
|
||||||
|
|
||||||
|
@ -7951,7 +7945,7 @@ vue-style-loader@^3.0.0:
|
||||||
hash-sum "^1.0.2"
|
hash-sum "^1.0.2"
|
||||||
loader-utils "^1.0.2"
|
loader-utils "^1.0.2"
|
||||||
|
|
||||||
vue-template-compiler@*, vue-template-compiler@^2.5.2:
|
vue-template-compiler@^2.5.2:
|
||||||
version "2.5.2"
|
version "2.5.2"
|
||||||
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.5.2.tgz#6f198ebc677b8f804315cd33b91e849315ae7177"
|
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.5.2.tgz#6f198ebc677b8f804315cd33b91e849315ae7177"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in New Issue