Skip to content

Commit a65af95

Browse files
committed
Add @types/node to devDependencies
1 parent 18ba4ec commit a65af95

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/size.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
if: ${{ success() && steps.size.outcome == 'failure' }}
3939
run: |
4040
yarn run build
41-
yarn run size
41+
yarn size

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"@size-limit/webpack": "^11.2.0",
6262
"@testing-library/react": "^14.1.2",
6363
"@types/lodash": "^4.14.175",
64+
"@types/node": "^22.13.5",
6465
"@types/react": "^18.2.38",
6566
"@types/react-dom": "^18.2.17",
6667
"@types/shelljs": "^0.8.11",

yarn.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ __metadata:
753753
languageName: node
754754
linkType: hard
755755

756-
"@types/node@npm:*":
756+
"@types/node@npm:*, @types/node@npm:^22.13.5":
757757
version: 22.13.5
758758
resolution: "@types/node@npm:22.13.5"
759759
dependencies:
@@ -4643,6 +4643,7 @@ __metadata:
46434643
"@size-limit/webpack": "npm:^11.2.0"
46444644
"@testing-library/react": "npm:^14.1.2"
46454645
"@types/lodash": "npm:^4.14.175"
4646+
"@types/node": "npm:^22.13.5"
46464647
"@types/react": "npm:^18.2.38"
46474648
"@types/react-dom": "npm:^18.2.17"
46484649
"@types/shelljs": "npm:^0.8.11"

0 commit comments

Comments
 (0)