Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1431)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* chore: update lock files

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahad Birang <[email protected]>
  • Loading branch information
renovate[bot] and farnabaz committed Sep 7, 2022
1 parent 9089225 commit f62cb76
Show file tree
Hide file tree
Showing 4 changed files with 985 additions and 1,008 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@typescript/ata": "^0.9.3",
"emmet-monaco-es": "^5.1.0",
"emmet-monaco-es": "^5.1.2",
"xterm": "^4.19.0"
}
}
8 changes: 4 additions & 4 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2304,10 +2304,10 @@ electron-to-chromium@^1.4.188:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.201.tgz#b018802ace20ce2567842d52b9e1c9d090fda674"
integrity sha512-87D0gEHbhLZgZxZl2e9/rC/I2BicPC/y9wR/cuaJSqvkgN41s5EImi89S7YExHc7F0OBXiKsABZt9mmb9bqFcQ==

emmet-monaco-es@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/emmet-monaco-es/-/emmet-monaco-es-5.1.0.tgz#f25ffdd9c22a92d3b9f716e15405299fb296f6b6"
integrity sha512-muRcP2MsDLoHkjs9xEfE3qClyACpFanZT+UGDLgkS/dDGg6p1wndm1W7zGvx/NWUgPjeUxG4XNN6wRpV6O31TA==
emmet-monaco-es@^5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/emmet-monaco-es/-/emmet-monaco-es-5.1.2.tgz#25c58c02349637e4f117932496ebf3ca3a5b0031"
integrity sha512-P+GwbRfzCAN9socNCLj7hdlmjV1J535wYZX9uoXERRGbbfkzcmfz4i43ClDecqCVt6IsbP0RK8AgX370ClMcJA==
dependencies:
emmet "^2.3.6"

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"test:unit": "nuxi prepare test/fixtures/basic && nuxi prepare test/fixtures/document-driven && vitest run"
},
"dependencies": {
"@nuxt/kit": "^3.0.0-rc.6",
"@nuxt/kit": "^3.0.0-rc.8",
"consola": "^2.15.3",
"csvtojson": "^2.0.10",
"defu": "^6.0.0",
"defu": "^6.1.0",
"destr": "^1.1.1",
"detab": "^3.0.1",
"html-tags": "^3.2.0",
Expand All @@ -55,7 +55,7 @@
"mdast-util-to-hast": "^12.2.0",
"mdurl": "^1.0.1",
"ohash": "^0.1.5",
"pathe": "^0.3.3",
"pathe": "^0.3.5",
"property-information": "^6.1.1",
"rehype-external-links": "^2.0.0",
"rehype-raw": "^6.1.1",
Expand All @@ -64,7 +64,7 @@
"rehype-sort-attributes": "^4.0.0",
"remark-emoji": "^3.0.2",
"remark-gfm": "^3.0.1",
"remark-mdc": "^1.0.4",
"remark-mdc": "^1.0.7",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"remark-squeeze-paragraphs": "^5.0.1",
Expand All @@ -75,27 +75,27 @@
"unified": "^10.1.2",
"unist-builder": "^3.0.0",
"unist-util-position": "^4.0.3",
"unist-util-visit": "^4.1.0",
"unist-util-visit": "^4.1.1",
"unstorage": "^0.5.6",
"ws": "^8.8.1"
},
"devDependencies": {
"@nuxt/module-builder": "^0.1.7",
"@nuxt/schema": "^3.0.0-rc.6",
"@nuxt/schema": "^3.0.0-rc.8",
"@nuxt/test-utils": "npm:@nuxt/test-utils-edge@latest",
"@nuxthq/admin": "npm:@nuxthq/admin-edge@latest",
"@nuxtjs/eslint-config-typescript": "latest",
"@types/ws": "^8.5.3",
"c8": "^7.12.0",
"eslint": "^8.21.0",
"eslint": "^8.22.0",
"globby": "^13.1.2",
"husky": "^8.0.1",
"jiti": "^1.14.0",
"lint-staged": "^13.0.3",
"nuxt": "npm:nuxt3@latest",
"rehype-figure": "^1.0.1",
"remark-oembed": "^1.2.2",
"vitest": "^0.21.1",
"vitest": "^0.22.1",
"vue-docgen-web-types": "^0.1.7"
}
}
Loading

0 comments on commit f62cb76

Please sign in to comment.