Skip to content

Commit

Permalink
chore: update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed Dec 28, 2023
1 parent 27fcb60 commit 8376963
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 20 deletions.
1 change: 1 addition & 0 deletions package-e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"moduleResolution": "Node16",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"strict": true,
"noEmit": true
},
Expand Down
36 changes: 16 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,43 +101,39 @@
}
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@jest/environment": "^29.3.1",
"@jest/reporters": "^29.3.1",
"@jest/types": "^29.3.1",
"@types/bunyan": "^1.8.11",
"@types/glob": "^8.0.0",
"@types/jest": "^29.2.5",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.18",
"@types/node-ipc": "^9.2.0",
"@types/rimraf": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-ecmascript-compat": "^3.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsdoc": "^46.4.5",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-ecmascript-compat": "^3.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^46.9.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"http-server": "^14.1.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-unicorn": "^50.0.1",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"jest-environment-node": "^29.6.2",
"lint-staged": "^13.1.0",
"lint-staged": "^15.2.0",
"lodash": "^4.17.21",
"prettier": "^3.0.0",
"semantic-release": "^22.0.5",
"prettier": "^3.1.1",
"semantic-release": "^22.0.12",
"ts-jest": "^29.1.1",
"typescript": "~5.1.0"
"typescript": "~5.2.0"
},
"browserslist": [
"node 16"
Expand Down

0 comments on commit 8376963

Please sign in to comment.