Skip to content

Commit

Permalink
fix(deps): update remark
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 11, 2023
1 parent ab1c0cd commit 5fb3564
Show file tree
Hide file tree
Showing 5 changed files with 696 additions and 177 deletions.
8 changes: 4 additions & 4 deletions shared/elasticsearch-document-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"p-queue": "^6.6.2",
"rehype-raw": "^5.1.0",
"rehype-stringify": "^8.0.0",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.1.0",
"remark-stringify": "^9.0.1",
"strip-markdown": "^4.2.0",
"remark-parse": "^10.0.0",
"remark-rehype": "^10.0.0",
"remark-stringify": "^10.0.0",
"strip-markdown": "^5.0.0",
"unified": "^9.2.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions targets/contributions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
"redux-devtools-extension": "2.13.8",
"redux-saga": "1.1.3",
"rehype-parse": "7.0.1",
"rehype-remark": "8.0.0",
"rehype-remark": "9.1.2",
"rehype-sanitize": "4.0.0",
"rehype-stringify": "8.0.0",
"remark-parse": "9.0.0",
"remark-rehype": "8.0.0",
"remark-stringify": "9.0.1",
"remark-parse": "10.0.2",
"remark-rehype": "10.1.0",
"remark-stringify": "10.0.3",
"ua-parser-js": "0.7.33",
"unified": "9.2.0",
"unist-util-find": "1.0.2",
Expand Down
8 changes: 4 additions & 4 deletions targets/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
"react-sortable-hoc": "^2.0.0",
"rehype-raw": "^5.1.0",
"rehype-stringify": "^8.0.0",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.1.0",
"remark-stringify": "^9.0.1",
"remark-parse": "^10.0.0",
"remark-rehype": "^10.0.0",
"remark-stringify": "^10.0.0",
"semver": "^7.3.5",
"sentry-testkit": "^3.3.4",
"serialize-error": "^9.1.1",
"strip-markdown": "^4.2.0",
"strip-markdown": "^5.0.0",
"styled-components": "^5.3.9",
"swr": "^1.0.1",
"theme-ui": "^0.11.2",
Expand Down
4 changes: 2 additions & 2 deletions targets/ingester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"p-map": "4.0.0",
"p-retry": "5.1.1",
"query-string": "7.0.1",
"remark": "13.0.0",
"remark-html": "13.0.2",
"remark": "14.0.3",
"remark-html": "15.0.2",
"semver": "7.3.5",
"tar-fs": "2.1.1",
"unist-util-filter": "^2.0.3",
Expand Down
Loading

0 comments on commit 5fb3564

Please sign in to comment.