Skip to content

Commit

Permalink
chore: package updates (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
vwong authored Aug 21, 2023
1 parent baa98e6 commit c77c523
Show file tree
Hide file tree
Showing 3 changed files with 1,468 additions and 1,465 deletions.
14 changes: 13 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,17 @@ module.exports = {
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'prettier',
]
],
rules: {
'@typescript-eslint/no-explicit-any': ['warn'],
'@typescript-eslint/no-unused-vars': [
'warn',
{
args: 'after-used',
argsIgnorePattern: '_',
ignoreRestSiblings: false,
vars: 'all',
},
],
},
};
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,43 +34,43 @@
},
"type": "module",
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-typescript": "^7.22.5",
"@babel/register": "^7.22.5",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-node-resolve": "^15.2.0",
"@types/body-parser": "^1.19.2",
"@types/express": "^4.17.17",
"@types/jasmine": "^4.3.4",
"@types/jasmine": "^4.3.5",
"@types/js-yaml": "^4.0.5",
"@types/lodash": "^4.14.195",
"@types/node": "^20.3.1",
"@types/lodash": "^4.14.197",
"@types/node": "^20.5.1",
"@types/verror": "^1.10.6",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"ansi-colors": "^4.1.3",
"body-parser": "^1.20.2",
"conventional-changelog": "^4.0.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.2",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.2.3",
"express": "^4.18.2",
"gulp": "^4.0.2",
"gulp-bump": "^3.2.0",
"gulp-cli": "^2.3.0",
"gulp-conventional-changelog": "^3.0.0",
"gulp-git": "^2.10.1",
"husky": "^8.0.3",
"jasmine": "^5.0.2",
"jasmine": "^5.1.0",
"minimist": "^1.2.8",
"prettier": "^2.8.8",
"rollup": "^3.25.2",
"typescript": "^5.1.3"
"prettier": "^3.0.2",
"rollup": "^3.28.0",
"typescript": "^5.1.6"
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
Expand All @@ -82,7 +82,7 @@
"jsonpointer": "^5.0.1",
"lodash": "^4.17.21",
"openapi-types": "^12.1.3",
"patch-package": "^7.0.0",
"patch-package": "^8.0.0",
"uuidjs": "^5.0.1",
"verror": "^1.10.1"
},
Expand Down
Loading

0 comments on commit c77c523

Please sign in to comment.