Skip to content

Commit 8151fb4

Browse files
chore(deps): update all dependencies
1 parent 2dd2714 commit 8151fb4

File tree

4 files changed

+1343
-1386
lines changed

4 files changed

+1343
-1386
lines changed

.github/workflows/main.yml

+1-1
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

+2-2
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.4.9
5858
with:
5959
commit: 'ci(changesets): version packages'
6060
publish: pnpm changeset publish

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -48,32 +48,32 @@
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.28.1",
53+
"@commercetools-backend/eslint-config-node": "22.42.1",
54+
"@commercetools-frontend/babel-preset-mc-app": "22.42.1",
55+
"@commitlint/cli": "19.7.1",
56+
"@commitlint/config-conventional": "19.7.1",
57+
"@manypkg/cli": "0.23.0",
58+
"@preconstruct/cli": "2.8.11",
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.17.23",
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.4.3",
7474
"prettier": "2.8.8",
75-
"ts-jest": "29.1.5",
76-
"typescript": "5.4.5"
75+
"ts-jest": "29.2.6",
76+
"typescript": "5.8.2"
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.7"
9191
}

0 commit comments

Comments
 (0)