Skip to content

Commit

Permalink
Update Node dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Nov 24, 2023
1 parent 3bb1ac6 commit d8f6635
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -614,46 +614,46 @@
"test": "node ./dist/src/test/runTest.js"
},
"devDependencies": {
"@fontsource/noto-serif": "4.5.11",
"@fontsource/open-sans": "4.5.14",
"@fontsource/roboto-mono": "4.5.10",
"@fontsource/noto-serif": "5.0.17",
"@fontsource/open-sans": "5.0.17",
"@fontsource/roboto-mono": "5.0.15",
"@highlightjs/cdn-assets": "~11.8.0",
"@playwright/test": "^1.39.0",
"@types/lodash.throttle": "~4.1",
"@types/mocha": "~9.1",
"@types/node": "12.20.55",
"@types/mocha": "~10.0.0",
"@types/node": "20.9.5",
"@types/vscode": "~1.70",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@vscode/test-electron": "2.3.4",
"@vscode/vsce": "2.21.0",
"chai": "^4.3.7",
"copy-webpack-plugin": "10.2.4",
"copy-webpack-plugin": "11.0.0",
"eslint": "8.48.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"font-awesome": "^4.7.0",
"gulp": "^4.0.2",
"lodash.throttle": "4.1.1",
"mathjax": "^2.7.9",
"mathjax": "^3.0.0",
"mocha": "10.2.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": "^17.0.0",
"ts-loader": "9.4.4",
"typescript": "4.9.5",
"typescript": "5.3.2",
"vscode-nls-dev": "4.0.4",
"webpack": "5.88.2",
"webpack-cli": "4.10.0"
"webpack-cli": "5.1.4"
},
"dependencies": {
"@antora/content-classifier": "3.1.4",
"@asciidoctor/core": "2.2.6",
"@asciidoctor/core": "3.0.2",
"@asciidoctor/docbook-converter": "2.0.0",
"@orcid/bibtex-parse-js": "0.0.25",
"asciidoctor-kroki": "0.18.1",
Expand All @@ -663,7 +663,7 @@
"querystring": "^0.2.1",
"tty-browserify": "^0.0.1",
"util": "^0.12.5",
"uuid": "8.3.2",
"uuid": "9.0.1",
"vscode-nls": "5.2.0",
"vscode-uri": "^3.0.3",
"worker-thread": "^1.1.0"
Expand Down

0 comments on commit d8f6635

Please sign in to comment.