Skip to content

Commit

Permalink
Update Node dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Aug 1, 2024
1 parent e017e77 commit 664f466
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -609,48 +609,48 @@
"coverage": "c8 --clean npm run test"
},
"devDependencies": {
"@fontsource/noto-serif": "4.5.11",
"@fontsource/open-sans": "4.5.14",
"@fontsource/roboto-mono": "4.5.10",
"@fontsource/noto-serif": "5.0.20",
"@fontsource/open-sans": "5.0.28",
"@fontsource/roboto-mono": "5.0.18",
"@highlightjs/cdn-assets": "~11.9.0",
"@playwright/test": "~1.44.0",
"@types/lodash.throttle": "~4.1",
"@types/mocha": "~10.0",
"@types/node": "~20.14",
"@types/node": "~22.0.0",
"@types/vscode": "~1.88.0",
"@typescript-eslint/eslint-plugin": "~7.13",
"@typescript-eslint/parser": "~7.13",
"@typescript-eslint/eslint-plugin": "~8.0.0",
"@typescript-eslint/parser": "~8.0.0",
"@vscode/test-electron": "2.4.0",
"@vscode/vsce": "2.27.0",
"c8": "~10.1",
"chai": "~4.4",
"copy-webpack-plugin": "10.2.4",
"eslint": "~8.57",
"chai": "~5.1.0",
"copy-webpack-plugin": "12.0.2",
"eslint": "~9.8.0",
"eslint-config-standard": "~17.1",
"eslint-plugin-import": "~2.29",
"eslint-plugin-n": "~16.6",
"eslint-plugin-n": "~17.10.0",
"eslint-plugin-node": "~11.1",
"eslint-plugin-promise": "~6.2",
"eslint-plugin-promise": "~7.0.0",
"font-awesome": "^4.7.0",
"gulp": "^4.0.2",
"gulp": "^5.0.0",
"lodash.throttle": "4.1.1",
"mathjax": "^2.7.9",
"mathjax": "^3.0.0",
"mermaid": "^10.9.0",
"mocha": "10.4.0",
"mocha-junit-reporter": "2.2.1",
"mocha-multi-reporters": "1.5.1",
"path-browserify": "1.0.1",
"semver": "^7.3.7",
"sinon": "^14.0.1",
"sinon": "^18.0.0",
"ts-loader": "9.5.1",
"typescript": "4.9.5",
"typescript": "5.5.4",
"vscode-nls-dev": "4.0.4",
"webpack": "5.91.0",
"webpack-cli": "4.10.0"
"webpack-cli": "5.1.4"
},
"dependencies": {
"@antora/content-classifier": "3.1.7",
"@asciidoctor/core": "2.2.7",
"@asciidoctor/core": "3.0.4",
"@asciidoctor/docbook-converter": "2.0.0",
"@orcid/bibtex-parse-js": "0.0.25",
"asciidoctor-kroki": "0.18.1",
Expand All @@ -660,7 +660,7 @@
"querystring": "^0.2.1",
"tty-browserify": "^0.0.1",
"util": "^0.12.5",
"uuid": "8.3.2",
"uuid": "10.0.0",
"vscode-nls": "5.2.0",
"vscode-uri": "^3.0.3",
"worker-thread": "^1.1.0"
Expand Down

0 comments on commit 664f466

Please sign in to comment.