Skip to content

Commit 9e444b1

Browse files
chore(deps): update all non-major dependencies
1 parent 0c25605 commit 9e444b1

File tree

4 files changed

+266
-232
lines changed

4 files changed

+266
-232
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 18.x
25+
node-version: 18.20.8
2626

2727
- name: Install pnpm via corepack
2828
shell: bash

.github/workflows/test-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Node.js
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 18.x
24+
node-version: 18.20.8
2525

2626
- name: Install pnpm via corepack
2727
shell: bash

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,25 +41,25 @@
4141
"bt": "pnpm run -s build && pnpm run -s test"
4242
},
4343
"dependencies": {
44-
"intl-messageformat": "^10.7.3"
44+
"intl-messageformat": "^10.7.16"
4545
},
4646
"devDependencies": {
4747
"@nuxtjs/eslint-config-typescript": "^12.1.0",
48-
"@types/node": "^18.19.59",
48+
"@types/node": "^18.19.115",
4949
"eslint": "^8.57.1",
5050
"pathe": "^1.1.2",
51-
"prettier": "^3.3.3",
52-
"prettier-plugin-jsdoc": "^1.3.0",
53-
"semantic-release": "^24.2.0",
54-
"typescript": "^5.6.3",
51+
"prettier": "^3.6.2",
52+
"prettier-plugin-jsdoc": "^1.3.3",
53+
"semantic-release": "^24.2.6",
54+
"typescript": "^5.8.3",
5555
"unbuild": "^2.0.0",
56-
"vitest": "^2.1.4"
56+
"vitest": "^2.1.9"
5757
},
5858
"peerDependencies": {
5959
"@formatjs/intl": "^2.7.1"
6060
},
6161
"publishConfig": {
6262
"access": "public"
6363
},
64-
"packageManager": "pnpm@9.12.3"
64+
"packageManager": "pnpm@9.15.9"
6565
}

0 commit comments

Comments
 (0)