Skip to content

Commit ac4c570

Browse files
authored
Merge pull request #97 from snyk/feat/bump-baseline
feat(breaking): bump node baseline
2 parents a9d26c7 + a8ce518 commit ac4c570

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prepare": "npm run build"
2222
},
2323
"engines": {
24-
"node": ">=8"
24+
"node": ">=10"
2525
},
2626
"repository": {
2727
"type": "git",
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@types/graphlib": "^2.1.7",
3535
"@types/jest": "^27",
36-
"@types/node": "^8",
36+
"@types/node": "^10",
3737
"@types/object-hash": "^2.1.0",
3838
"@types/semver": "^7.3.6",
3939
"@typescript-eslint/eslint-plugin": "^4.28.0",
@@ -45,7 +45,7 @@
4545
"prettier": "^2.3.1",
4646
"ts-jest": "^27.0.3",
4747
"ts-node": "^10.0.0",
48-
"typescript": "~4.3.4"
48+
"typescript": "~4.6.3"
4949
},
5050
"dependencies": {
5151
"event-loop-spinner": "^2.1.0",
@@ -64,8 +64,8 @@
6464
"lodash.transform": "^4.6.0",
6565
"lodash.union": "^4.6.0",
6666
"lodash.values": "^4.3.0",
67-
"object-hash": "^2.0.3",
67+
"object-hash": "^3.0.0",
6868
"semver": "^7.0.0",
69-
"tslib": "^1.13.0"
69+
"tslib": "^2"
7070
}
7171
}

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"compilerOptions": {
33
"outDir": "./dist",
44
"pretty": true,
5-
"target": "es2017",
5+
"target": "es2018",
66
"lib": [
7-
"es2017"
7+
"es2018"
88
],
99
"allowJs": true,
1010
"module": "commonjs",

0 commit comments

Comments
 (0)