Skip to content

Commit

Permalink
chore: update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoramite committed Nov 18, 2021
1 parent 15c1f30 commit fb77771
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 155 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,27 +56,27 @@
]
},
"devDependencies": {
"@types/async": "^3.2.9",
"@types/async": "^3.2.10",
"@types/bent": "^7.3.2",
"@types/express": "^4.17.13",
"@types/javascript-time-ago": "^2.0.3",
"@types/js-yaml": "^4.0.4",
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.merge": "^4.6.6",
"@types/marked": "^4.0.0",
"@types/marked": "^4.0.1",
"@types/mime-types": "^2.1.1",
"@types/minimatch": "^3.0.5",
"@types/node": "^16.11.7",
"@types/node": "^16.11.8",
"@types/nunjucks": "^3.2.0",
"@types/prosemirror-commands": "^1.0.4",
"@types/prosemirror-model": "^1.13.2",
"@types/prosemirror-state": "^1.2.8",
"@types/quill": "^2.0.9",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"ava": "^3.14.0",
"codecov": "^3.8.3",
"concurrently": "^6.3.0",
"concurrently": "^6.4.0",
"eslint": "^8.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
Expand All @@ -90,23 +90,23 @@
"puppeteer": "^11.0.0",
"ts-loader": "^9.2.6",
"ts-node": "^10.4.0",
"typedoc": "^0.22.8",
"typescript": "^4.4.4",
"webpack": "^5.64.0",
"typedoc": "^0.22.9",
"typescript": "^4.5.2",
"webpack": "^5.64.1",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0",
"webpack-dev-server": "^4.5.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@blinkk/selective-edit": "^3.2.3",
"@blinkk/selective-edit": "^3.2.4",
"@toast-ui/editor": "^3.1.1",
"bent": "^7.3.12",
"codemirror": "^5.63.3",
"javascript-time-ago": "^2.3.10",
"js-yaml": "^4.1.0",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
"marked": "^4.0.1",
"marked": "^4.0.3",
"minimatch": "^3.0.4",
"path-browserify": "^1.0.1",
"quill": "^1.3.7",
Expand Down
2 changes: 1 addition & 1 deletion src/ts/editor/ui/parts/menu/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ import {
import {MenuSectionPart, MenuSectionPartConfig} from './index';

import {DataStorage} from '../../../../utility/dataStorage';
import {HoverMenu} from '../../hoverMenu';
import {RuleConfig} from '@blinkk/selective-edit/dist/selective/validationRules';
import {StatePromiseKeys} from '../../../state';
import {repeat} from '@blinkk/selective-edit';
import {templateLoading} from '../../../template';
import {HoverMenu} from '../../hoverMenu';

const DEFAULT_SITE_FILTER: IncludeExcludeFilterConfig = {
includes: [/\.(yaml|yml|html|md)$/],
Expand Down
Loading

0 comments on commit fb77771

Please sign in to comment.