Skip to content

Commit

Permalink
chore: maintenance updates
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed Feb 18, 2024
1 parent 077be16 commit b3ff963
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,7 @@ dist

# Mac
.DS_Store

# Allure Reports
allure-results/
allure-report/
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/hydrogen
lts/iron
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"node": ">=14"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^11.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-terser": "^0.4.4",
Expand All @@ -70,15 +70,22 @@
"lodash": "^4.17.21",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"rollup": "^4.9.0",
"semantic-release": "^21.0.3",
"ts-jest": "^29.1.0",
"typedoc": "^0.24.7",
"typescript": "^4.9.5"
},
"dependencies": {
"jest-allure2-reporter": "^2.0.0-beta.9",
"tslib": "^2.2.0"
},
"jest": {
"reporters": [
"default",
"jest-allure2-reporter"
],
"testEnvironment": "jest-allure2-reporter/environment-node",
"transform": {
"\\.ts$": "ts-jest"
},
Expand Down

0 comments on commit b3ff963

Please sign in to comment.