Skip to content

Commit bb88290

Browse files
Merge pull request #49 from ServerlessLife/update-package-lock
fix: dependencies
2 parents 859bd1a + 1521ed3 commit bb88290

File tree

4 files changed

+27
-108
lines changed

4 files changed

+27
-108
lines changed

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"bootstrap-icons": "^1.9.1",
1515
"caporal": "^1.4.0",
1616
"json-format-highlight": "^1.0.4",
17-
"open": "10.1.0"
17+
"open": "^8.4.0"
1818
},
1919
"devDependencies": {}
2020
}

package-lock.json

Lines changed: 22 additions & 102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lib": [
1313
"es2020"
1414
],
15-
"module": "CommonJS",
15+
"module": "commonjs",
1616
"noEmitOnError": true,
1717
"noFallthroughCasesInSwitch": true,
1818
"noImplicitAny": true,
@@ -26,16 +26,15 @@
2626
"strictNullChecks": true,
2727
"strictPropertyInitialization": true,
2828
"stripInternal": false,
29-
"target": "ES2020",
29+
"target": "es2020",
3030
"composite": false,
3131
"tsBuildInfoFile": "lib/tsconfig.tsbuildinfo"
3232
},
3333
"include": [
3434
"src/**/*.ts"
3535
],
3636
"exclude": [
37-
"node_modules",
38-
"/home/hugo/git/serverless-spy/lib/.types-compat"
37+
"node_modules"
3938
],
4039
"_generated_by_jsii_": "Generated by jsii - safe to delete, and ideally should be in .gitignore"
4140
}

0 commit comments

Comments
 (0)