Skip to content

Commit

Permalink
Merge pull request #18 from lifeomic/updateDeps
Browse files Browse the repository at this point in the history
feat!: Update deps
  • Loading branch information
David Tanner authored Dec 28, 2022
2 parents 4b712ec + 6a838a4 commit b6a40db
Show file tree
Hide file tree
Showing 4 changed files with 331 additions and 316 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ Add `@lifeomic/typescript-config` as a dev dependency, put the following in the
...
}
```

Latest Breaking changes:
* Builds to ES2022 output for nodejs 18
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"tsconfig.json"
],
"scripts": {
"lint": "eslint . -f codeframe"
"lint": "eslint ."
},
"devDependencies": {
"@lifeomic/eslint-config-standards": "^1.2.0",
"conventional-changelog-conventionalcommits": "^4.6.0",
"eslint": "^7.32.0",
"semantic-release": "^19.0.3"
"@lifeomic/eslint-config-standards": "^3.0.1",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "^8.30.0",
"semantic-release": "^19.0.5"
}
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"strictFunctionTypes": true,
"allowJs": true,
"moduleResolution": "node",
"target": "es2019",
"lib": ["es2020"],
"target": "es2022",
"lib": ["es2022"],
"pretty": true,
"inlineSourceMap": true,
"inlineSources": true,
Expand Down
Loading

0 comments on commit b6a40db

Please sign in to comment.