Skip to content

Commit

Permalink
Update dependencies (#557)
Browse files Browse the repository at this point in the history
* Update runner packages

* [01-empty-app/] [DotnetMauiVue/] Update npm dependencies

* Bump actions/setup-node from 3.7.0 to 3.8.1

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.7.0 to 3.8.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3.7.0...v3.8.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* [01-empty-app/] [electron/] Update npm dependencies

* [01-empty-app/] [nodegui/] Update npm dependencies

* [01-empty-app/] [tauri/] Update tauri dependencies

* [01-empty-app/] [wails/] Update npm dependencies

* [02-empty-app-frameless/] [electron/] Update npm dependencies

* [02-empty-app-frameless/] [nodegui/] Update npm dependencies

* [02-empty-app-frameless/] [tauri/] Update tauri dependencies

* [02-empty-app-frameless/] [wails/] Update npm dependencies

* Update benchmark for 01-empty-app on ubuntu-latest

* Update benchmark for 02-empty-app-frameless on ubuntu-latest

* Update benchmark for 01-empty-app on windows-latest

* Update benchmark for 02-empty-app-frameless on windows-latest

* Update benchmark for 01-empty-app on macos-latest

* Remove invalid linux x64 release nw.js benchmark results

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
Elanis and dependabot[bot] authored Sep 2, 2023
1 parent bd98a35 commit 1207ab2
Show file tree
Hide file tree
Showing 24 changed files with 18,789 additions and 18,616 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
toolchain: stable

- name: Setup Node.js environment
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version: 18
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: git pull

- name: Setup Node.js environment
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version: 18

Expand Down
94 changes: 47 additions & 47 deletions README.md

Large diffs are not rendered by default.

230 changes: 115 additions & 115 deletions benchmark/01-empty-app/DotnetMauiVue/vue-project/package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions benchmark/01-empty-app/DotnetMauiVue/vue-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
},
"devDependencies": {
"@dotnet/jsinterop": "^3.1.29",
"@rushstack/eslint-patch": "^1.1.4",
"@types/jsdom": "^21.1.1",
"@types/node": "^20.4.5",
"@vitejs/plugin-vue": "^4.2.3",
"@rushstack/eslint-patch": "^1.3.3",
"@types/jsdom": "^21.1.2",
"@types/node": "^20.5.8",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/test-utils": "^2.0.2",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"eslint": "^8.48.0",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vitest": "^0.33.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.3",
"vue-tsc": "^1.8.8"
}
}
Loading

0 comments on commit 1207ab2

Please sign in to comment.