Skip to content

Commit

Permalink
Update all major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and markmetcalfe committed Jan 12, 2024
1 parent 556b47f commit e3bf936
Show file tree
Hide file tree
Showing 4 changed files with 582 additions and 494 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -63,4 +63,4 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 10
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check for code changes
id: changed-files-specific
uses: tj-actions/changed-files@v37
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Run Playwright tests
if: steps.changed-files-specific.outputs.any_changed == 'true'
run: CI=1 pnpm run test
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: playwright-report
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,28 +32,28 @@
"devDependencies": {
"@babel/types": "7.23.0",
"@playwright/test": "1.38.1",
"@types/node": "18.18.4",
"@types/node": "20.11.0",
"@types/three": "0.156.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitejs/plugin-vue": "4.4.0",
"@vue/eslint-config-typescript": "11.0.3",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@vitejs/plugin-vue": "5.0.3",
"@vue/eslint-config-typescript": "12.0.0",
"eslint": "8.51.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-vue": "9.17.0",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"lint-staged": "15.2.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.31",
"postcss-html": "1.5.0",
"prettier": "3.0.3",
"sass": "1.69.1",
"stylelint": "15.10.3",
"stylelint-config-recommended-scss": "13.0.0",
"stylelint": "16.1.0",
"stylelint-config-recommended-scss": "14.0.0",
"stylelint-config-recommended-vue": "1.5.0",
"stylelint-config-standard-scss": "11.0.0",
"stylelint-config-standard-scss": "13.0.0",
"typescript": "5.2.2",
"vite": "4.4.12",
"vite": "5.0.11",
"vite-plugin-eslint": "1.8.1",
"vue-router": "4.2.5",
"vue-tsc": "1.8.18"
Expand Down
Loading

0 comments on commit e3bf936

Please sign in to comment.