Skip to content

Commit da937da

Browse files
committed
v0.3.53
1 parent 2e2614c commit da937da

File tree

2 files changed

+24
-33
lines changed

2 files changed

+24
-33
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefront-nuxt",
3-
"version": "0.3.52",
3+
"version": "0.3.53",
44
"description": "vuefront-nuxt",
55
"repository": {
66
"type": "git",
@@ -22,18 +22,18 @@
2222
"peerDependencies": {},
2323
"dependencies": {
2424
"@nuxtjs/apollo": "^4.0.1-rc.5",
25-
"@nuxtjs/tailwindcss": "4.1.1",
26-
"@types/node": "^14.14.37",
25+
"@nuxtjs/tailwindcss": "^4.1.2",
26+
"@types/node": "^15.0.3",
2727
"cookie-universal-nuxt": "^2.1.4",
2828
"glob-all": "^3.2.1",
2929
"graphql": "^15.5.0",
3030
"lodash": "^4.17.21",
3131
"nodemon": "^2.0.7",
32-
"postcss": "^8.2.9",
32+
"postcss": "^8.2.15",
3333
"sass-resources-loader": "^2.1.1",
3434
"vue": "^2.6.12",
3535
"vue-graphql-loader": "^0.3.3",
36-
"vue-i18n": "^8.24.2",
37-
"vuefront": "0.3.45"
36+
"vue-i18n": "^8.24.4",
37+
"vuefront": "0.3.46"
3838
}
3939
}

yarn.lock

Lines changed: 18 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -977,10 +977,10 @@
977977
vue-cli-plugin-apollo "^0.22.2"
978978
webpack-node-externals "^2.5.2"
979979

980-
"@nuxtjs/tailwindcss@4.1.1":
981-
version "4.1.1"
982-
resolved "https://registry.yarnpkg.com/@nuxtjs/tailwindcss/-/tailwindcss-4.1.1.tgz#c08aa22cadb16b06a1c73de5654c181731d103d5"
983-
integrity sha512-c3HkA+Azg5rEsvoq5IzHx9HmQXGs6zu6CP3k2L1jR1itQhFJbHTOM5F1b4zwyTUMa3qJEEX7Co/2b6go79TM8w==
980+
"@nuxtjs/tailwindcss@^4.1.2":
981+
version "4.1.2"
982+
resolved "https://registry.yarnpkg.com/@nuxtjs/tailwindcss/-/tailwindcss-4.1.2.tgz#4a5a076e9c2b4a1075ad817ec7c9758c0ba57846"
983+
integrity sha512-Ha8FmzKziQ24og+ivyyN1PM0+PSudPipjSy+OENIFDYS00UOulAIaqfc1qoTmH+P8nDONOzX6fdsj33s2CmB9w==
984984
dependencies:
985985
"@nuxt/postcss8" "^1.1.3"
986986
autoprefixer "^10.2.5"
@@ -1393,10 +1393,10 @@
13931393
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.55.tgz#a147f282edec679b894d4694edb5abeb595fecbd"
13941394
integrity sha512-koZJ89uLZufDvToeWO5BrC4CR4OUfHnUz2qoPs/daQH6qq3IN62QFxCTZ+bKaCE0xaoCAJYE4AXre8AbghCrhg==
13951395

1396-
"@types/node@^14.14.37":
1397-
version "14.14.37"
1398-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.37.tgz#a3dd8da4eb84a996c36e331df98d82abd76b516e"
1399-
integrity sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw==
1396+
"@types/node@^15.0.3":
1397+
version "15.0.3"
1398+
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.0.3.tgz#ee09fcaac513576474c327da5818d421b98db88a"
1399+
integrity sha512-/WbxFeBU+0F79z9RdEOXH4CsDga+ibi5M8uEYr91u3CkT/pdWcV8MCook+4wDPnZBexRdwWS+PiVZ2xJviAzcQ==
14001400

14011401
"@types/normalize-package-data@^2.4.0":
14021402
version "2.4.0"
@@ -5083,7 +5083,7 @@ ms@2.1.2, ms@^2.1.1:
50835083
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
50845084
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
50855085

5086-
nanoid@^3.1.20, nanoid@^3.1.22:
5086+
nanoid@^3.1.20:
50875087
version "3.1.22"
50885088
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.22.tgz#b35f8fb7d151990a8aebd5aa5015c03cf726f844"
50895089
integrity sha512-/2ZUaJX2ANuLtTvqTlgqBQNJoQO398KyJgZloL0PZkC0dpysjncRUPsFe3DUPzz/y3h+u7C46np8RMuvF3jsSQ==
@@ -5694,7 +5694,7 @@ postcss@^8.1.10, postcss@^8.1.6, postcss@^8.2.1, postcss@^8.2.8:
56945694
nanoid "^3.1.20"
56955695
source-map "^0.6.1"
56965696

5697-
postcss@^8.2.13:
5697+
postcss@^8.2.13, postcss@^8.2.15:
56985698
version "8.2.15"
56995699
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.15.tgz#9e66ccf07292817d226fc315cbbf9bc148fbca65"
57005700
integrity sha512-2zO3b26eJD/8rb106Qu2o7Qgg52ND5HPjcyQiK2B98O388h43A448LCslC0dI2P97wCAQRJsFvwTRcXxTKds+Q==
@@ -5703,15 +5703,6 @@ postcss@^8.2.13:
57035703
nanoid "^3.1.23"
57045704
source-map "^0.6.1"
57055705

5706-
postcss@^8.2.9:
5707-
version "8.2.9"
5708-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.9.tgz#fd95ff37b5cee55c409b3fdd237296ab4096fba3"
5709-
integrity sha512-b+TmuIL4jGtCHtoLi+G/PisuIl9avxs8IZMSmlABRwNz5RLUUACrC+ws81dcomz1nRezm5YPdXiMEzBEKgYn+Q==
5710-
dependencies:
5711-
colorette "^1.2.2"
5712-
nanoid "^3.1.22"
5713-
source-map "^0.6.1"
5714-
57155706
prepend-http@^2.0.0:
57165707
version "2.0.0"
57175708
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
@@ -7113,10 +7104,10 @@ vue-graphql-loader@^0.3.3:
71137104
graphql-tag "^2.4.2"
71147105
loader-utils "^1.1.0"
71157106

7116-
vue-i18n@^8.24.2:
7117-
version "8.24.2"
7118-
resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.24.2.tgz#4bfba15a89c0697220b55f787bbcb05a461d5482"
7119-
integrity sha512-+TkAPBQw4Cp2bQrSPtPNkhET7XcWYjjDt1UjWYQs+xbT41q5OAl1I3IZyhg0drjn1nlC1K0f8sLVB/nshUcF1Q==
7107+
vue-i18n@^8.24.4:
7108+
version "8.24.4"
7109+
resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.24.4.tgz#b158614c1df7db183d9cadddbb73e1d540269492"
7110+
integrity sha512-RZE94WUAGxEiBAANxQ0pptbRwDkNKNSXl3fnJslpFOxVMF6UkUtMDSuYGuW2blDrVgweIXVpethOVkYoNNT9xw==
71207111

71217112
vue-image-lightbox@^7.2.0:
71227113
version "7.2.0"
@@ -7142,10 +7133,10 @@ vue@^2.6.12:
71427133
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.12.tgz#f5ebd4fa6bd2869403e29a896aed4904456c9123"
71437134
integrity sha512-uhmLFETqPPNyuLLbsKz6ioJ4q7AZHzD8ZVFNATNyICSZouqP2Sz0rotWQC8UNBF6VGSCs5abnKJoStA6JbCbfg==
71447135

7145-
vuefront@0.3.45:
7146-
version "0.3.45"
7147-
resolved "https://registry.yarnpkg.com/vuefront/-/vuefront-0.3.45.tgz#9c7a5b0c7f04c180ca0977c5a47df1bea8fa2159"
7148-
integrity sha512-dOku5E3ROxki0s4t33ALZYcolqa+6nep/B/t65Sbvd6hu8KkQR2fOhx88qOiCSHZ6YSn6vg+ZJShWVdi/okd8w==
7136+
vuefront@0.3.46:
7137+
version "0.3.46"
7138+
resolved "https://registry.yarnpkg.com/vuefront/-/vuefront-0.3.46.tgz#9230443863b3c602db6bd17d1e09bcd4850ae64d"
7139+
integrity sha512-CU4qs5/MgDKB0dNvHSs5kqkla/uQd5vDm0br2e+DZZ7HvkOXGfaDal1UAAHfrYrYIXrBTEMMu5HGvemgF+8BrA==
71497140
dependencies:
71507141
"@babel/standalone" "^7.13.7"
71517142
"@jamescoyle/vue-icon" "^0.1.0"

0 commit comments

Comments
 (0)