Skip to content

Commit ffff432

Browse files
committed
Update dependencies
1 parent bd7f0c9 commit ffff432

File tree

4 files changed

+1198
-1055
lines changed

4 files changed

+1198
-1055
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,14 +241,14 @@ To run the tests, use `pnpm test`, or `pnpm test:no-headless` to run tests with
241241
The information provided below is meant for Mozilla volunteers.
242242

243243
Software versions used:
244-
Node.js: 18.16.0
245-
PNPM: 8.6.2
244+
Node.js: 18.17.1
245+
PNPM: 8.6.12
246246

247247
Third-party libraries that can be found in the minified extension:
248248
- [nanobar 0.4.2](https://github.com/jacoborus/nanobar/blob/v0.4.2/nanobar.js)
249249
- [snarkdown 2.0.0](https://github.com/developit/snarkdown/blob/2.0.0/src/index.js)
250250
- [webextension-polyfill 0.10.0](https://github.com/mozilla/webextension-polyfill/blob/0.10.0/src/browser-polyfill.js)
251-
- [pdfjs-dist 3.7.107](https://cdn.jsdelivr.net/npm/pdfjs-dist@3.7.107/build/pdf.js)
251+
- [pdfjs-dist 3.10.111](https://cdn.jsdelivr.net/npm/pdfjs-dist@3.10.111/build/pdf.js)
252252
- [cyrillic-to-translit-js 3.2.1](https://github.com/greybax/cyrillic-to-translit-js/blob/05f02e9e1df6d338f35258443f2e9c910bd8ccd4/CyrillicToTranslit.js)
253253

254254
Package the extension by `cd`'ing into the source code submission directory, installing the dependencies with `pnpm install` and packaging with `pnpm package`. The result can be found in the `dist/` directory.

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,37 +31,37 @@
3131
"dependencies": {
3232
"cyrillic-to-translit-js": "3.2.1",
3333
"nanobar": "0.4.2",
34-
"pdfjs-dist": "3.7.107",
34+
"pdfjs-dist": "3.10.111",
3535
"snarkdown": "2.0.0",
3636
"webextension-polyfill": "0.10.0"
3737
},
3838
"devDependencies": {
39-
"@types/jest": "^29.5.2",
40-
"@types/node": "^18.16.18",
41-
"@types/webextension-polyfill": "^0.10.0",
42-
"@typescript-eslint/eslint-plugin": "^5.60.0",
43-
"@typescript-eslint/parser": "^5.60.0",
44-
"chrome-launcher": "^0.15.2",
45-
"concurrently": "^8.2.0",
39+
"@types/jest": "^29.5.4",
40+
"@types/node": "^18.17.14",
41+
"@types/webextension-polyfill": "^0.10.2",
42+
"@typescript-eslint/eslint-plugin": "^6.5.0",
43+
"@typescript-eslint/parser": "^6.5.0",
44+
"chrome-launcher": "^1.0.0",
45+
"concurrently": "^8.2.1",
4646
"copy-webpack-plugin": "^11.0.0",
4747
"cross-env": "^7.0.3",
48-
"eslint": "^8.43.0",
49-
"eslint-config-prettier": "^8.8.0",
48+
"eslint": "^8.48.0",
49+
"eslint-config-prettier": "^9.0.0",
5050
"eslint-formatter-codeframe": "^7.32.1",
51-
"eslint-plugin-import": "^2.27.5",
51+
"eslint-plugin-import": "^2.28.1",
5252
"fork-ts-checker-webpack-plugin": "^8.0.0",
5353
"generic-pool": "^3.9.0",
54-
"jest": "^29.5.0",
55-
"prettier": "^2.8.8",
56-
"puppeteer": "^20.7.2",
54+
"jest": "^29.6.4",
55+
"prettier": "^3.0.3",
56+
"puppeteer": "^21.1.1",
5757
"string-replace-loader": "^3.1.0",
5858
"terser-webpack-plugin": "^5.3.9",
59-
"ts-jest": "^29.1.0",
60-
"ts-loader": "^9.4.3",
59+
"ts-jest": "^29.1.1",
60+
"ts-loader": "^9.4.4",
6161
"ts-node": "^10.9.1",
62-
"typescript": "^5.1.3",
62+
"typescript": "^5.2.2",
6363
"web-ext": "^7.6.2",
64-
"webpack": "^5.87.0",
64+
"webpack": "^5.88.2",
6565
"webpack-cli": "^5.1.4",
6666
"webpack-merge": "^5.9.0",
6767
"worker-loader": "^3.0.8"

0 commit comments

Comments
 (0)