Skip to content

Commit

Permalink
bump non-core dependencies (security) (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloverich authored Jan 27, 2024
1 parent 8b503c9 commit 7526902
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 242 deletions.
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ajv-formats": "^2.1.0",
"better-sqlite3": "^9.2.2",
"electron-store": "^8.0.1",
"knex": "^1.0.5",
"knex": "^2.5.0",
"mkdirp": "^1.0.4",
"uuidv7": "^0.6.3"
},
Expand All @@ -34,9 +34,9 @@
"@radix-ui/react-toolbar": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@types/better-sqlite3": "^5.4.0",
"@types/chai": "^4.2.11",
"@types/chai": "^4.3.11",
"@types/klaw": "^3.0.1",
"@types/luxon": "^1.24.3",
"@types/luxon": "^2.4.0",
"@types/mkdirp": "^1.0.1",
"@types/mocha": "^7.0.2",
"@types/react": "^18.2.48",
Expand All @@ -45,10 +45,9 @@
"@udecode/cn": "^29.0.1",
"@udecode/plate": "^30.1.2",
"@udecode/plate-caption": "^30.1.2",
"chai": "^4.2.0",
"chai-json-schema-ajv": "^5.2.4",
"chai": "^5.0.3",
"class-variance-authority": "^0.7.0",
"date-fns": "^2.28.0",
"date-fns": "^3.3.1",
"electron": "^28.1.4",
"emotion": "^10.0.27",
"esbuild": "^0.13.8",
Expand All @@ -63,7 +62,7 @@
"mocha": "^9.1.3",
"prettier": "3.2.4",
"react": "^18.2.0",
"react-day-picker": "^8.0.2",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"rehype-react": "^7.0.3",
Expand All @@ -77,7 +76,6 @@
"slate-history": "^0.100.0",
"slate-hyperscript": "^0.100.0",
"slate-react": "^0.101.5",
"source-map-loader": "^1.0.0",
"styled-components": "^5.3.1",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
Expand Down
3 changes: 1 addition & 2 deletions src/views/documents/TagSearchStore.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { computed, action, observable, IObservableArray } from "mobx";
import _ from "lodash";
import { computed, action, IObservableArray } from "mobx";
import { SearchToken } from "./search/tokens";
import { FocusTokenParser } from "./search/parsers/focus";
import { JournalTokenParser } from "./search/parsers/in";
Expand Down
Loading

0 comments on commit 7526902

Please sign in to comment.