Skip to content

Commit

Permalink
#146 - Update dependencies
Browse files Browse the repository at this point in the history
- Updated basically all dependencies in the package.json file
- Set minimum required node version to 16 since that is what some of the updated dependencies require
  • Loading branch information
noname committed Oct 1, 2023
1 parent b432a9c commit 9580c7c
Show file tree
Hide file tree
Showing 2 changed files with 6,396 additions and 7,793 deletions.
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"
}
}
Loading

0 comments on commit 9580c7c

Please sign in to comment.