This repository was archived by the owner on May 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-11
lines changed Expand file tree Collapse file tree 2 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 11node_modules /
22test-types.js
3+ .eslintrc.js
Original file line number Diff line number Diff line change 1111 },
1212 "types" : " ./index.d.ts" ,
1313 "devDependencies" : {
14- "@babel/core" : " 7.4.3" ,
15- "@babel/preset-env" : " 7.4.3" ,
14+ "@babel/core" : " ^7.14.6" ,
15+ "@babel/preset-env" : " ^7.14.5" ,
16+ "@types/node" : " ^15.12.2" ,
1617 "aws-sdk" : " ^2.349.0" ,
17- "babel-jest" : " 24.7.1" ,
18- "eslint" : " 5.8.0" ,
19- "eslint-formatter-pretty" : " 1.3.0" ,
20- "jest" : " 24.7.1" ,
21- "jest-junit" : " 6.3.0" ,
22- "launchdarkly-js-test-helpers" : " ^1.0.0" ,
23- "launchdarkly-node-server-sdk" : " ^6.0.0-alpha.1" ,
24- "typescript" : " ^3.8.3"
18+ "babel-jest" : " ^27.0.2" ,
19+ "eslint" : " ^7.28.0" ,
20+ "eslint-config-prettier" : " ^8.3.0" ,
21+ "eslint-formatter-pretty" : " ^4.1.0" ,
22+ "eslint-plugin-prettier" : " ^3.4.0" ,
23+ "jest" : " ^27.0.4" ,
24+ "jest-junit" : " ^12.2.0" ,
25+ "launchdarkly-js-test-helpers" : " ^1.2.1" ,
26+ "launchdarkly-node-server-sdk" : " ^6.0.0-rc.1" ,
27+ "prettier" : " ^2.3.1" ,
28+ "typescript" : " ^4.3.2"
2529 },
2630 "jest" : {
2731 "rootDir" : " ." ,
3741 },
3842 "peerDependencies" : {
3943 "aws-sdk" : " ^2.349.0" ,
40- "launchdarkly-node-server-sdk" : " ^6.0.0-alpha .1"
44+ "launchdarkly-node-server-sdk" : " ^6.0.0-rc .1"
4145 },
4246 "engines" : {
4347 "node" : " >= 12.0"
You can’t perform that action at this time.
0 commit comments