Skip to content

Commit

Permalink
Merge pull request #147 from apache/refactoring/146-Update-dependencies
Browse files Browse the repository at this point in the history
#146 - Update dependencies
  • Loading branch information
reckart authored Oct 3, 2023
2 parents 75991d0 + 02b1cb4 commit 40c0a5c
Show file tree
Hide file tree
Showing 4 changed files with 6,396 additions and 7,794 deletions.
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"version": "0.3.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
"packages/*"
],
Expand Down
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,47 +40,47 @@
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"@babel/preset-typescript": "^7.13.0",
"@types/mocha": "^9.0.0",
"@types/node-fetch": "^2.5.7",
"@types/resolve": "^1.17.0",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"ajv": "^6.11.0",
"babel-loader": "^8.0.5",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-module-resolver": "^4.0.0",
"@types/mocha": "^10.0.2",
"@types/node-fetch": "^2.6.6",
"@types/resolve": "^1.20.3",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"ajv": "^8.12.0",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-preserve-comment-header": "^1.0.1",
"babel-register-esm": "^1.2.4",
"c8": "^7.10.0",
"concurrently": "^5.3.0",
"cross-env": "^6.0.3",
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-babel-module": "^5.1.2",
"eslint-plugin-import": "^2.22.0",
"babel-register-esm": "^1.2.5",
"c8": "^8.0.1",
"concurrently": "^8.2.1",
"cross-env": "^7.0.3",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-babel-module": "^5.3.2",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"file-loader": "^6.0.0",
"global-jsdom": "^8.0.0",
"husky": "^7.0.0",
"eslint-plugin-prettier": "^5.0.0",
"file-loader": "^6.2.0",
"global-jsdom": "^9.1.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"jsdom": "^16.2.2",
"lerna": "^3.20.2",
"lint-staged": "^10.0.2",
"mocha": "^9.1.3",
"node-fetch": "^2.5.0",
"prettier": "^2.0.5",
"resolve": "^1.15.0",
"jsdom": "^22.1.0",
"lerna": "^7.3.0",
"lint-staged": "^14.0.1",
"mocha": "^10.2.0",
"node-fetch": "^3.3.2",
"prettier": "^3.0.3",
"resolve": "^1.22.6",
"shx": "^0.3.4",
"typedoc": "^0.20.5",
"typescript": "^4.2.3",
"typedoc": "^0.25.1",
"typescript": "^5.2.2",
"web-annotation-tests": "https://github.com/w3c/web-annotation-tests",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"engines": {
"node": "^14.15 || ^15.4 || >=16",
"node": ">=16",
"yarn": "^1.5.0"
}
}
2 changes: 1 addition & 1 deletion test/data-model.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const MUSTS = requireJSON(

const META_SCHEMA = requireJSON('ajv/lib/refs/json-schema-draft-04.json');

const ajv = new Ajv({ schemaId: 'auto', meta: false });
const ajv = new Ajv({ meta: false });
ajv.addMetaSchema(META_SCHEMA);
DEFINITIONS.forEach((schema) => ajv.addSchema(schema));

Expand Down
Loading

0 comments on commit 40c0a5c

Please sign in to comment.