Skip to content

Commit

Permalink
fix(package.json): devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bhsd-harry committed Nov 20, 2024
1 parent b306aed commit 2d458e8
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"wikiparser-node": "^1.13.2"
},
"devDependencies": {
"@bhsd/common": "^0.4.4",
"@bhsd/common": "^0.4.5",
"@codemirror/autocomplete": "^6.12.0",
"@codemirror/commands": "^6.3.3",
"@codemirror/lang-css": "^6.2.1",
Expand All @@ -62,10 +62,29 @@
"@codemirror/search": "^6.5.6",
"@lezer/highlight": "^1.2.0",
"@replit/codemirror-css-color-picker": "^6.3.0",
"@stylistic/eslint-plugin": "^2.3.0",
"@stylistic/stylelint-plugin": "^2.0.0",
"@types/jquery": "^3.5.29",
"@types/oojs-ui": "^0.49.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"esbuild": "^0.21.4",
"eslint": "^8.56.0",
"eslint-plugin-es-x": "^8.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jsdoc": "^48.5.2",
"eslint-plugin-json-es": "^1.6.0",
"eslint-plugin-markdown": "^4.0.1",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-unicorn": "^54.0.0",
"http-server": "^14.1.0",
"monaco-editor": "^0.52.0",
"monaco-wiki": "^1.4.2",
"types-mediawiki": "^1.8.0"
"stylelint": "^16.6.1",
"stylelint-config-recommended": "^14.0.0",
"types-mediawiki": "^1.8.0",
"typescript": "^5.5.3"
}
}

0 comments on commit 2d458e8

Please sign in to comment.