We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f4b2c commit 976abeaCopy full SHA for 976abea
package.json
@@ -54,7 +54,7 @@
54
"@aws-sdk/lib-dynamodb": "3.113.0",
55
"@babel/cli": "7.18.6",
56
"@babel/core": "7.18.6",
57
- "@shelf/babel-config": "0.1.8",
+ "@shelf/babel-config": "1.0.2",
58
"@shelf/eslint-config": "2.18.0",
59
"@shelf/jest-dynamodb": "3.1.2",
60
"@shelf/prettier-config": "1.0.0",
@@ -64,7 +64,7 @@
64
"@types/lodash.chunk": "4.2.7",
65
"@types/lodash.clonedeep": "4.5.7",
66
"@types/lodash.times": "4.3.7",
67
- "@types/node": "14",
+ "@types/node": "16",
68
"@types/p-map": "2.0.0",
69
"eslint": "8.19.0",
70
"husky": "8.0.1",
@@ -78,7 +78,7 @@
78
"@aws-sdk/lib-dynamodb": "3.x.x"
79
},
80
"engines": {
81
- "node": ">=14"
+ "node": ">=16"
82
83
"publishConfig": {
84
"access": "public"
0 commit comments