aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorA.J. Shulman <Shulman.aj@gmail.com>2024-08-21 14:13:56 -0400
committerA.J. Shulman <Shulman.aj@gmail.com>2024-08-21 14:13:56 -0400
commite5464e4c04ef6f8a2bbf868b43bbcdba54239406 (patch)
tree3e9f93eb0fd6fc3448984f8f383386e3779ea296 /package-lock.json
parent79e4c4a3fba42b90ffa656db3ca435505f978afe (diff)
fixed citations so they show different numbers
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index 68c9e9746..a7e31663f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -26,6 +26,7 @@
"@fullcalendar/daygrid": "^6.1.10",
"@fullcalendar/multimonth": "^6.1.10",
"@internationalized/date": "^3.5.0",
+ "@mozilla/readability": "^0.5.0",
"@mui/icons-material": "^5.14.19",
"@mui/material": "^5.14.19",
"@octokit/core": "^6.0.1",
@@ -271,6 +272,7 @@
"@types/howler": "^2.2.11",
"@types/html-to-text": "^9.0.4",
"@types/jquery": "^3.5.29",
+ "@types/jsdom": "^21.1.7",
"@types/libxmljs": "^0.18.12",
"@types/lodash": "^4.14.202",
"@types/mocha": "^10.0.6",
@@ -4755,6 +4757,14 @@
"sparse-bitfield": "^3.0.3"
}
},
+ "node_modules/@mozilla/readability": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/@mozilla/readability/-/readability-0.5.0.tgz",
+ "integrity": "sha512-Z+CZ3QaosfFaTqvhQsIktyGrjFjSC0Fa4EMph4mqKnWhmyoGICsV/8QK+8HpXut6zV7zwfWwqDmEjtk1Qf6EgQ==",
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
"node_modules/@mui/base": {
"version": "5.0.0-beta.40",
"resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.40.tgz",
@@ -11150,6 +11160,17 @@
"@types/sizzle": "*"
}
},
+ "node_modules/@types/jsdom": {
+ "version": "21.1.7",
+ "resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-21.1.7.tgz",
+ "integrity": "sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA==",
+ "dev": true,
+ "dependencies": {
+ "@types/node": "*",
+ "@types/tough-cookie": "*",
+ "parse5": "^7.0.0"
+ }
+ },
"node_modules/@types/json-schema": {
"version": "7.0.15",
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",