Skip to content

Commit

Permalink
upgrade: dependencies and ts export options
Browse files Browse the repository at this point in the history
  • Loading branch information
sagold committed Dec 1, 2024
1 parent 98bf4d2 commit 7863d3e
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 141 deletions.
2 changes: 1 addition & 1 deletion dist/jsonSchemaLibrary.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@
"@types/chai": "^4.3.14",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.30",
"@types/node": "^20.17.9",
"@types/valid-url": "^1.0.7",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"chai": "^4.4.1",
"eslint": "^8.49.0",
"eslint": "^8.57.1",
"eslint-plugin-array-func": "^4.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-optimize-regex": "^1.2.0",
"eslint-plugin-promise": "^6.0.0",
"glob": "^10.3.10",
"eslint-plugin-promise": "^6.6.0",
"glob": "^10.4.5",
"json-schema-test-suite": "https://github.com/json-schema-org/JSON-Schema-Test-Suite#57617f254a6734d5c64fa86fd3b08e8799970b25",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"compilerOptions": {
"declaration": false,
"outDir": "./dist/",
"module": "es2015",
"target": "es2015",
"module": "es2020",
"target": "es2018",
"allowJs": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
Expand Down
Loading

0 comments on commit 7863d3e

Please sign in to comment.