Skip to content

Commit 9bd095d

Browse files
authored
Bump outdated packages (#83)
* Bump outdated * Fix linting * Updates examples * Do not use node:fs before we switch to Nodejs.16
1 parent 90cd2f6 commit 9bd095d

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

examples/json-schema-v7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JSON Schema Draft-07
22

3-
These schemas were automatically generated on 2021-02-23
3+
These schemas were automatically generated on 2021-06-14
44
using [these Sequelize models](../test/models) and the most recent version of
55
sequelize-to-json-schemas. To confirm that these are indeed all valid schemas use:
66

examples/openapi-v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenAPI 3.0
22

3-
These schemas were automatically generated on 2021-02-23
3+
These schemas were automatically generated on 2021-06-14
44
using [these Sequelize models](../test/models) and the most recent version of
55
sequelize-to-json-schemas. To confirm that these are indeed all valid schemas use:
66

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,25 +48,25 @@
4848
"oasv3"
4949
],
5050
"devDependencies": {
51-
"@release-it/conventional-changelog": "^2.0.1",
52-
"acorn": "^8.0.5",
53-
"ajv": "^7.0.0",
54-
"codecov": "^3.8.1",
51+
"@release-it/conventional-changelog": "^3.0.1",
52+
"acorn": "^8.4.0",
53+
"ajv": "^8.6.0",
54+
"codecov": "^3.8.2",
5555
"cross-env": "^7.0.3",
5656
"del-cli": "^3.0.1",
5757
"eslint": "^7.21.0",
5858
"eslint-config-airbnb-base": "^14.2.1",
5959
"eslint-config-prettier": "^8.0.0",
6060
"eslint-plugin-import": "^2.22.1",
6161
"eslint-plugin-jest": "^24.1.5",
62-
"eslint-plugin-jsdoc": "^32.0.0",
62+
"eslint-plugin-jsdoc": "^35.0.0",
6363
"eslint-plugin-prettier": "^3.3.1",
64-
"eslint-plugin-unicorn": "^28.0.0",
64+
"eslint-plugin-unicorn": "^33.0.0",
6565
"fs": "0.0.1-security",
66-
"husky": "^5.0.0",
66+
"husky": "^6.0.0",
6767
"jest": "^25.0.0",
6868
"jsdoc": "^3.6.6",
69-
"lint-staged": "^10.5.4",
69+
"lint-staged": "^11.0.0",
7070
"lodash.clonedeep": "^4.5.0",
7171
"moment": "^2.29.1",
7272
"mysql2": "^2.2.5",
@@ -137,6 +137,7 @@
137137
"no-restricted-syntax": "off",
138138
"no-underscore-dangle": "off",
139139
"unicorn/no-null": "off",
140+
"unicorn/prefer-module": "off",
140141
"unicorn/prefer-ternary": "off"
141142
}
142143
},

0 commit comments

Comments
 (0)