Skip to content

Commit 2dd902d

Browse files
Merge pull request #191 from shelfio/feature/INFRA-2572-upgrade-to-node-16
INFRA-2572 Upgrad to node 16
2 parents 82f4b2c + 976abea commit 2dd902d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@aws-sdk/lib-dynamodb": "3.113.0",
5555
"@babel/cli": "7.18.6",
5656
"@babel/core": "7.18.6",
57-
"@shelf/babel-config": "0.1.8",
57+
"@shelf/babel-config": "1.0.2",
5858
"@shelf/eslint-config": "2.18.0",
5959
"@shelf/jest-dynamodb": "3.1.2",
6060
"@shelf/prettier-config": "1.0.0",
@@ -64,7 +64,7 @@
6464
"@types/lodash.chunk": "4.2.7",
6565
"@types/lodash.clonedeep": "4.5.7",
6666
"@types/lodash.times": "4.3.7",
67-
"@types/node": "14",
67+
"@types/node": "16",
6868
"@types/p-map": "2.0.0",
6969
"eslint": "8.19.0",
7070
"husky": "8.0.1",
@@ -78,7 +78,7 @@
7878
"@aws-sdk/lib-dynamodb": "3.x.x"
7979
},
8080
"engines": {
81-
"node": ">=14"
81+
"node": ">=16"
8282
},
8383
"publishConfig": {
8484
"access": "public"

0 commit comments

Comments
 (0)