Skip to content

Commit

Permalink
deps: update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 26, 2023
1 parent e652476 commit af53c8e
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 75 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: latest

Expand All @@ -61,7 +61,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typechecking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: latest

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Julien Jean Malard-Adam",
"url": "https://github.com/julienmalard"
},
"version": "0.2.2",
"version": "0.2.3",
"main": "packages/main/dist/index.cjs",
"scripts": {
"build": "pnpm run build:main && pnpm run build:preload && pnpm run build:renderer",
Expand Down Expand Up @@ -51,7 +51,7 @@
"electron-builder": "24.6.4",
"eslint": "8.52.0",
"eslint-plugin-vue": "9.18.0",
"happy-dom": "12.9.1",
"happy-dom": "12.10.1",
"nano-staged": "0.8.0",
"node-pre-gyp": "^0.17.0",
"playwright": "1.39.0",
Expand All @@ -65,10 +65,10 @@
"vite-plugin-commonjs-externals": "^0.1.3",
"vite-plugin-vuetify": "^1.0.2",
"vitest": "0.34.6",
"vue-tsc": "1.8.20"
"vue-tsc": "1.8.21"
},
"dependencies": {
"@achingbrain/nat-port-mapper": "1.0.8",
"@achingbrain/nat-port-mapper": "1.0.12",
"@constl/ipa": "0.9.3",
"@constl/mandataire": "^0.1.14",
"@constl/mandataire-electron-principal": "^0.2.13",
Expand All @@ -82,7 +82,7 @@
"axios": "^1.5.1",
"core-js": "^3.33.1",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1",
"crypto-js": "^4.2.0",
"deep-equal": "^2.2.2",
"electron-updater": "6.1.4",
"ennikkai": "^2.2.0",
Expand Down
Loading

0 comments on commit af53c8e

Please sign in to comment.