Skip to content

Commit 30eed59

Browse files
committed
v0.3.75
1 parent aba90f2 commit 30eed59

File tree

2 files changed

+22
-16
lines changed

2 files changed

+22
-16
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefront-nuxt",
3-
"version": "0.3.74",
3+
"version": "0.3.75",
44
"description": "vuefront-nuxt",
55
"repository": {
66
"type": "git",
@@ -23,17 +23,17 @@
2323
"dependencies": {
2424
"@nuxtjs/apollo": "^4.0.1-rc.5",
2525
"@nuxtjs/tailwindcss": "^4.2.1",
26-
"@types/node": "^15.12.5",
26+
"@types/node": "^16.4.13",
2727
"cookie-universal-nuxt": "^2.1.5",
2828
"glob-all": "^3.2.1",
2929
"graphql": "^15.5.1",
3030
"lodash": "^4.17.21",
31-
"nodemon": "^2.0.10",
31+
"nodemon": "^2.0.12",
3232
"postcss": "^8.3.5",
3333
"sass-resources-loader": "^2.2.3",
3434
"vue": "^2.6.14",
3535
"vue-graphql-loader": "^0.3.3",
3636
"vue-i18n": "^8.24.5",
37-
"vuefront": "^0.3.68"
37+
"vuefront": "^0.3.73"
3838
}
3939
}

yarn.lock

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,10 +1391,10 @@
13911391
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.55.tgz#a147f282edec679b894d4694edb5abeb595fecbd"
13921392
integrity sha512-koZJ89uLZufDvToeWO5BrC4CR4OUfHnUz2qoPs/daQH6qq3IN62QFxCTZ+bKaCE0xaoCAJYE4AXre8AbghCrhg==
13931393

1394-
"@types/node@^15.12.5":
1395-
version "15.12.5"
1396-
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.5.tgz#9a78318a45d75c9523d2396131bd3cca54b2d185"
1397-
integrity sha512-se3yX7UHv5Bscf8f1ERKvQOD6sTyycH3hdaoozvaLxgUiY5lIGEeH37AD0G0Qi9kPqihPn0HOfd2yaIEN9VwEg==
1394+
"@types/node@^16.4.13":
1395+
version "16.4.13"
1396+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.4.13.tgz#7dfd9c14661edc65cccd43a29eb454174642370d"
1397+
integrity sha512-bLL69sKtd25w7p1nvg9pigE4gtKVpGTPojBFLMkGHXuUgap2sLqQt2qUnqmVCDfzGUL0DRNZP+1prIZJbMeAXg==
13981398

13991399
"@types/normalize-package-data@^2.4.0":
14001400
version "2.4.0"
@@ -4793,6 +4793,11 @@ locate-path@^5.0.0:
47934793
dependencies:
47944794
p-locate "^4.1.0"
47954795

4796+
lodash-es@^4.17.21:
4797+
version "4.17.21"
4798+
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
4799+
integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==
4800+
47964801
lodash._reinterpolate@^3.0.0:
47974802
version "3.0.0"
47984803
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -5157,10 +5162,10 @@ node-releases@^1.1.70:
51575162
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.71.tgz#cb1334b179896b1c89ecfdd4b725fb7bbdfc7dbb"
51585163
integrity sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg==
51595164

5160-
nodemon@^2.0.10:
5161-
version "2.0.10"
5162-
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.10.tgz#abda912860e5c1158ce0e1f13e0fe43b36b0ccb3"
5163-
integrity sha512-369KB2EC1fLzz7hIuKSRSIVhh9PXqFAwh1stxlNX8DMyat9y/maswuRxRMttyelnduLDa04r4wgVZ4fgRwZWuQ==
5165+
nodemon@^2.0.12:
5166+
version "2.0.12"
5167+
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.12.tgz#5dae4e162b617b91f1873b3bfea215dd71e144d5"
5168+
integrity sha512-egCTmNZdObdBxUBw6ZNwvZ/xzk24CKRs5K6d+5zbmrMr7rOpPmfPeF6OxM3DDpaRx331CQRFEktn+wrFFfBSOA==
51645169
dependencies:
51655170
chokidar "^3.2.2"
51665171
debug "^3.2.6"
@@ -7153,10 +7158,10 @@ vue@^2.6.12, vue@^2.6.14:
71537158
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.14.tgz#e51aa5250250d569a3fbad3a8a5a687d6036e235"
71547159
integrity sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ==
71557160

7156-
vuefront@^0.3.68:
7157-
version "0.3.68"
7158-
resolved "https://registry.yarnpkg.com/vuefront/-/vuefront-0.3.68.tgz#db4ff47e6fbb8e781f0353bd237f6d39a2c9af9b"
7159-
integrity sha512-ru1qhZaSc2eNSs4EiAqmj/ozHX3JprRbYPipwnWG3G0Q6Qc+mG8v3cSHJWR47qfugYgwOYXGB0u4ZcuXDnBYrg==
7161+
vuefront@^0.3.73:
7162+
version "0.3.73"
7163+
resolved "https://registry.yarnpkg.com/vuefront/-/vuefront-0.3.73.tgz#a811a563b6b2eb4bb2a2c702a66891fc92a287ee"
7164+
integrity sha512-P9XukwE6EaoAlDs3G9I7vgpE/LtxtsX4I3T2dz1cGyxHGF+qNfyyG1m6AhBGw61Qeq2D1oI8nqC2/AhZ89OSaA==
71607165
dependencies:
71617166
"@babel/standalone" "^7.14.7"
71627167
"@jamescoyle/vue-icon" "^0.1.0"
@@ -7171,6 +7176,7 @@ vuefront@^0.3.68:
71717176
graphql "^15.5.1"
71727177
graphql-tag "^2.12.5"
71737178
lodash "^4.17.21"
7179+
lodash-es "^4.17.21"
71747180
mini-svg-data-uri "^1.3.3"
71757181
omit-deep-lodash "^1.1.5"
71767182
tailwindcss "2.2.4"

0 commit comments

Comments
 (0)