Skip to content

Commit

Permalink
Enable spellcheck for markdown text area (#2669)
Browse files Browse the repository at this point in the history
* Enable spellcheck for markdown text area

* Another dep bump
  • Loading branch information
SleeplessOne1917 authored Aug 27, 2024
1 parent 76219b9 commit f456610
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 363 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/plugin-transform-class-properties": "^7.25.4",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@babel/runtime": "^7.25.0",
"@babel/runtime": "^7.25.4",
"@emoji-mart/data": "^1.2.1",
"autosize": "^6.0.1",
"babel-loader": "^9.1.3",
Expand Down Expand Up @@ -86,13 +86,13 @@
"tippy.js": "^6.3.7",
"toastify-js": "^1.12.0",
"tributejs": "^5.1.3",
"webpack": "^5.93.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@eslint/js": "^9.9.0",
"@eslint/js": "^9.9.1",
"@types/autosize": "^4.0.3",
"@types/bootstrap": "^5.2.10",
"@types/cookie": "^0.6.0",
Expand All @@ -102,33 +102,33 @@
"@types/lodash.isequal": "^4.5.8",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-container": "^2.0.10",
"@types/node": "^22.3.0",
"@types/path-browserify": "^1.0.2",
"@types/node": "^22.5.0",
"@types/path-browserify": "^1.0.3",
"@types/sanitize-html": "^2.13.0",
"@types/serialize-javascript": "^5.0.4",
"@types/toastify-js": "^1.12.3",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"eslint": "^9.9.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-inferno": "^7.34.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.9.0",
"husky": "^9.1.4",
"husky": "^9.1.5",
"import-sort-style-module": "^6.0.0",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"prettier-plugin-import-sort": "^0.0.7",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-packagejson": "^2.5.1",
"prettier-plugin-packagejson": "^2.5.2",
"qs": "^6.13.0",
"rimraf": "^6.0.1",
"sortpack": "^2.4.0",
"style-loader": "^4.0.0",
"terser": "^5.31.6",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0",
"typescript-eslint": "^8.3.0",
"typescript-language-server": "^4.3.3",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-dev-server": "5.0.4"
Expand All @@ -145,7 +145,7 @@
"sortpack"
]
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
"engineStrict": true,
"importSort": {
".js, .jsx, .ts, .tsx": {
Expand Down
Loading

0 comments on commit f456610

Please sign in to comment.