Skip to content

Commit b7e08f0

Browse files
fix(deps): update all dependencies
1 parent 2dd2714 commit b7e08f0

File tree

4 files changed

+1441
-1424
lines changed

4 files changed

+1441
-1424
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Install pnpm
22-
uses: pnpm/action-setup@v4.0.0
22+
uses: pnpm/action-setup@v4.1.0
2323
with:
2424
run_install: false
2525

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
token: ${{ steps.generate_github_token.outputs.token }}
2828

2929
- name: Install pnpm
30-
uses: pnpm/action-setup@v4.0.0
30+
uses: pnpm/action-setup@v4.1.0
3131
with:
3232
run_install: false
3333

@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Create Release Pull Request or Publish to npm
5656
id: changesets
57-
uses: changesets/action@v1.4.7
57+
uses: changesets/action@v1.5.3
5858
with:
5959
commit: 'ci(changesets): version packages'
6060
publish: pnpm changeset publish

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -43,37 +43,37 @@
4343
"dependencies": {
4444
"@babel/runtime": "^7.22.5",
4545
"@babel/runtime-corejs3": "^7.22.5",
46-
"@types/express": "4.17.21",
46+
"@types/express": "4.17.23",
4747
"@types/uuid": "9.0.8",
4848
"uuid": "9.0.1"
4949
},
5050
"devDependencies": {
51-
"@changesets/changelog-github": "0.5.0",
52-
"@changesets/cli": "2.27.5",
53-
"@commercetools-backend/eslint-config-node": "22.28.0",
54-
"@commercetools-frontend/babel-preset-mc-app": "22.28.0",
55-
"@commitlint/cli": "19.3.0",
56-
"@commitlint/config-conventional": "19.2.2",
57-
"@manypkg/cli": "0.21.4",
58-
"@preconstruct/cli": "2.8.4",
51+
"@changesets/changelog-github": "0.5.1",
52+
"@changesets/cli": "2.29.5",
53+
"@commercetools-backend/eslint-config-node": "22.42.1",
54+
"@commercetools-frontend/babel-preset-mc-app": "22.42.1",
55+
"@commitlint/cli": "19.8.1",
56+
"@commitlint/config-conventional": "19.8.1",
57+
"@manypkg/cli": "0.24.0",
58+
"@preconstruct/cli": "2.8.12",
5959
"@tsconfig/node18": "18.2.4",
60-
"@types/jest": "29.5.12",
61-
"@types/node": "20.14.2",
60+
"@types/jest": "29.5.14",
61+
"@types/node": "20.19.4",
6262
"babel-jest": "29.7.0",
6363
"cross-env": "7.0.3",
64-
"eslint": "8.57.0",
64+
"eslint": "8.57.1",
6565
"eslint-formatter-pretty": "5.0.0",
66-
"express": "4.19.2",
67-
"husky": "9.0.11",
66+
"express": "4.21.2",
67+
"husky": "9.1.7",
6868
"jest": "29.7.0",
6969
"jest-mock": "29.7.0",
70-
"jest-runner-eslint": "2.2.0",
70+
"jest-runner-eslint": "2.2.1",
7171
"jest-silent-reporter": "0.6.0",
7272
"jest-watch-typeahead": "2.2.2",
73-
"lint-staged": "15.2.7",
73+
"lint-staged": "15.5.2",
7474
"prettier": "2.8.8",
75-
"ts-jest": "29.1.5",
76-
"typescript": "5.4.5"
75+
"ts-jest": "29.4.0",
76+
"typescript": "5.8.3"
7777
},
7878
"peerDependencies": {
7979
"express": ">=4"
@@ -87,5 +87,5 @@
8787
"engines": {
8888
"node": ">=16"
8989
},
90-
"packageManager": "pnpm@9.3.0"
90+
"packageManager": "pnpm@9.15.9"
9191
}

0 commit comments

Comments
 (0)