Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerle committed May 15, 2024
1 parent 471e60c commit 4d3b388
Show file tree
Hide file tree
Showing 3 changed files with 5,034 additions and 4,095 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,13 +248,13 @@ To run the tests, use `pnpm test`, or `pnpm test:no-headless` to run tests with
The information provided below is meant for Mozilla volunteers.

Software versions used:
Node.js: 20.12.1
PNPM: 8.15.6
Node.js: 20.12.2
PNPM: 9.0.6

Third-party libraries that can be found in the minified extension:
- [nanobar 0.4.2](https://github.com/jacoborus/nanobar/blob/v0.4.2/nanobar.js)
- [snarkdown 2.0.0](https://github.com/developit/snarkdown/blob/2.0.0/src/index.js)
- [pdfjs-dist 4.0.379](https://cdn.jsdelivr.net/npm/pdfjs-dist@4.0.379/build/pdf.mjs)
- [pdfjs-dist 4.2.67](https://cdn.jsdelivr.net/npm/pdfjs-dist@4.2.67/build/pdf.mjs)
- [jszip 3.10.1](https://github.com/Stuk/jszip/blob/v3.10.1/dist/jszip.js)
- [cyrillic-to-translit-js 3.2.1](https://github.com/greybax/cyrillic-to-translit-js/blob/05f02e9e1df6d338f35258443f2e9c910bd8ccd4/CyrillicToTranslit.js)

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,32 +38,32 @@
"cyrillic-to-translit-js": "3.2.1",
"jszip": "3.10.1",
"nanobar": "0.4.2",
"pdfjs-dist": "4.0.379",
"pdfjs-dist": "4.2.67",
"snarkdown": "2.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.12.5",
"@types/node": "^20.12.12",
"@types/webextension-polyfill": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"chrome-launcher": "^1.1.1",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"esbuild": "^0.20.2",
"esbuild": "^0.21.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-import": "^2.29.1",
"generic-pool": "^3.9.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"puppeteer": "^22.6.3",
"rimraf": "^5.0.5",
"puppeteer": "^22.8.2",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsx": "^4.7.2",
"typescript": "^5.4.4",
"tsx": "^4.10.2",
"typescript": "^5.4.5",
"web-ext": "^7.11.0"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit 4d3b388

Please sign in to comment.