Skip to content

Commit

Permalink
updated to 2.14.6a
Browse files Browse the repository at this point in the history
  • Loading branch information
yvess committed Nov 1, 2020
1 parent ef3ffb1 commit 46f324d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NUXT_VERSION=2.14.6
NUXT_VERSION=2.14.6a

.PHONY: all

Expand Down
4 changes: 2 additions & 2 deletions docker/nuxt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ COPY ./package/01/package.json ./package/01/yarn.lock /opt/nuxt/
RUN --mount=type=cache,target=/tmp/yarn_cache \
yarn install --ignore-optional

# nuxt/node layer 02
COPY ./package/01/package.json ./package/01/yarn.lock /opt/nuxt/
# nuxt/node update buefy 0.4.3
COPY ./package/02/package.json ./package/02/yarn.lock /opt/nuxt/
RUN --mount=type=cache,target=/tmp/yarn_cache \
yarn install --ignore-optional

Expand Down
2 changes: 1 addition & 1 deletion docker/nuxt/package/02/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"get-graphql-schema": "^2.1.2",
"node-sass": "^4.14.1",
"nuxt": "^2.14.6",
"nuxt-buefy": "0.3.31",
"nuxt-buefy": "0.4.3",
"nuxt-i18n": "^6.13.12",
"plyr": "^3.6.2",
"raw-loader": "^4.0.1",
Expand Down
28 changes: 14 additions & 14 deletions docker/nuxt/package/02/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3513,12 +3513,12 @@ browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.6.4, browserslist@^4.
escalade "^3.0.2"
node-releases "^1.1.61"

buefy@^0.8.20:
version "0.8.20"
resolved "https://registry.yarnpkg.com/buefy/-/buefy-0.8.20.tgz#75708800548220654575903d031a81fc8575b7f3"
integrity sha512-pg8Cn0m9cjqp2/vaKT4VIfU8KIumuX/gAT1GtearXRs56+kKqAPx3j9O8cm9W6P4jPUCHajKX6H8AqD0ram2Bg==
buefy@^0.9.3:
version "0.9.3"
resolved "https://registry.yarnpkg.com/buefy/-/buefy-0.9.3.tgz#c33b3309e9458ca5fe3ef14955e4bc2df7a0e3e2"
integrity sha512-Xqfo3ppeBo8Fwhb2fLwWnpkIC/1thPErU7DX3HksxTHxrSMixJ2BYkf3f6aWv4Ffx/FWX5UHnUrgtT7o7slnDA==
dependencies:
bulma "0.7.5"
bulma "0.9.0"

buffer-from@^1.0.0:
version "1.1.1"
Expand Down Expand Up @@ -3557,10 +3557,10 @@ builtin-status-codes@^3.0.0:
resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"
integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=

bulma@0.7.5:
version "0.7.5"
resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.7.5.tgz#35066c37f82c088b68f94450be758fc00a967208"
integrity sha512-cX98TIn0I6sKba/DhW0FBjtaDpxTelU166pf7ICXpCCuplHWyu6C9LYZmL5PEsnePIeJaiorsTEzzNk3Tsm1hw==
bulma@0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.9.0.tgz#948c5445a49e9d7546f0826cb3820d17178a814f"
integrity sha512-rV75CJkubNUroAt0qCRkjznZLoaXq/ctfMXsMvKSL84UetbSyx5REl96e8GoQ04G4Tkw0XF3STECffTOQrbzOQ==

busboy@^0.3.1:
version "0.3.1"
Expand Down Expand Up @@ -9148,12 +9148,12 @@ number-is-nan@^1.0.0:
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=

nuxt-buefy@0.3.31:
version "0.3.31"
resolved "https://registry.yarnpkg.com/nuxt-buefy/-/nuxt-buefy-0.3.31.tgz#9cf9dc71c35077bc1531001e1e05d6da49269aa4"
integrity sha512-nO2xd56fizUlNK86D9VRB9DdGq2ekYqDEhBACaQ9XwE16JwCPnV+nLObI/+RkiQNAQM4P12dIqAtbHHgfT6dVw==
nuxt-buefy@0.4.3:
version "0.4.3"
resolved "https://registry.yarnpkg.com/nuxt-buefy/-/nuxt-buefy-0.4.3.tgz#2ecafd9256743f05d123a5487acc3488ea7023f4"
integrity sha512-iLOeEvNOefZ5D906MlT8XWLSFr1MoAPLmFWrkCvCz9bfYm55yFT1bXOqxVlLjmt5/ciJ3IKizpg0qU4jEaHCYw==
dependencies:
buefy "^0.8.20"
buefy "^0.9.3"

nuxt-i18n@^6.13.12:
version "6.15.1"
Expand Down

0 comments on commit 46f324d

Please sign in to comment.