Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#25)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* chore: fix storybook dependencies

* chore: use yarn > npm

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Stuart Clark <stu@rtclark.net>
  • Loading branch information
renovate[bot] and Decipher committed Sep 30, 2022
1 parent d833a83 commit 6b29adb
Show file tree
Hide file tree
Showing 7 changed files with 1,898 additions and 1,784 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/setup-node@v3.4.1
uses: actions/setup-node@v3.5.0
with:
node-version: ${{ matrix.node }}
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .gitpod.yml
Expand Up @@ -11,7 +11,7 @@ tasks:
command: |
$GITPOD_REPO_ROOT/.gitpod/scripts/ddev-setup.sh
$GITPOD_REPO_ROOT/.gitpod/scripts/nuxt-setup.sh
cd $GITPOD_REPO_ROOT/nuxt && NUXT_TELEMETRY_DISABLED=1 npm run dev
cd $GITPOD_REPO_ROOT/nuxt && NUXT_TELEMETRY_DISABLED=1 yarn dev
# VScode xdebug extension
vscode:
Expand Down
2 changes: 1 addition & 1 deletion .gitpod/scripts/nuxt-setup.sh
Expand Up @@ -8,4 +8,4 @@ DRUXT_DIR="${GITPOD_REPO_ROOT}/nuxt"

# Set up Nuxt
cd "$DRUXT_DIR" && echo "BASE_URL=$(gp url 8080)" > .env
cd "$DRUXT_DIR" && npm i
cd "$DRUXT_DIR" && yarn install
2 changes: 1 addition & 1 deletion drupal/composer.json
Expand Up @@ -49,7 +49,7 @@
"drupal/focal_point": "^1.5",
"drupal/gin": "^3.0.0-beta5@beta",
"drupal/gin_login": "^1.3",
"drupal/gin_toolbar": "^1.0@beta",
"drupal/gin_toolbar": "^1.0.0-beta9@beta",
"drupal/jsonapi_hypermedia": "^1.8",
"drupal/jsonapi_node_preview": "^1.0.0-beta2@beta",
"drupal/jsonapi_node_preview_tab": "^1.0.0@beta",
Expand Down
2 changes: 1 addition & 1 deletion drupal/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions nuxt/package.json
Expand Up @@ -10,16 +10,17 @@
"test:e2e": "start-server-and-test dev http://localhost:3000 'npx cypress run'"
},
"dependencies": {
"core-js": "3.23.3",
"core-js": "3.25.3",
"druxt-layout-paragraphs": "^0.3.0",
"druxt-site": "0.12.0",
"druxt-site": "0.13.0",
"nuxt": "2.15.8"
},
"devDependencies": {
"@nuxtjs/storybook": "^4.2.0",
"cypress": "^10.7.0",
"@nuxtjs/storybook": "^4.3.2",
"caniuse-lite": "^1.0.30001414",
"cypress": "^10.9.0",
"opn": "6.0.0",
"postcss": "8.4.14",
"postcss": "8.4.16",
"start-server-and-test": "^1.14.0"
}
}
3,661 changes: 1,887 additions & 1,774 deletions nuxt/yarn.lock

Large diffs are not rendered by default.

0 comments on commit 6b29adb

Please sign in to comment.