From fdf48d0d27a60cab4ad7bac00b7079637cdd0bef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 07:06:01 +0000 Subject: [PATCH] chore(deps): update dependency prettier to v3 (#5064) * chore(deps): update dependency prettier to v3 * Update ESLint plugin and fix tests --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson Co-authored-by: Lukas Taegert-Atkinson --- docs/repl/components/ReplMain.vue | 3 +- docs/tutorial/index.md | 4 +- package-lock.json | 618 ++++++++++++++++++++++++++- package.json | 4 +- src/Graph.ts | 5 +- src/ast/nodes/shared/ObjectMember.ts | 5 +- src/utils/commondir.ts | 25 +- 7 files changed, 625 insertions(+), 39 deletions(-) diff --git a/docs/repl/components/ReplMain.vue b/docs/repl/components/ReplMain.vue index d9298a18d58..4d4d0e0596a 100644 --- a/docs/repl/components/ReplMain.vue +++ b/docs/repl/components/ReplMain.vue @@ -75,7 +75,8 @@ input { @font-face { font-family: 'fontello'; src: url('../font/fontello.eot?58001839'); - src: url('../font/fontello.eot?58001839#iefix') format('embedded-opentype'), + src: + url('../font/fontello.eot?58001839#iefix') format('embedded-opentype'), url('../font/fontello.woff?58001839') format('woff'), url('../font/fontello.ttf?58001839') format('truetype'), url('../font/fontello.svg?58001839#fontello') format('svg'); diff --git a/docs/tutorial/index.md b/docs/tutorial/index.md index 96474a4d2d2..799754a81f4 100755 --- a/docs/tutorial/index.md +++ b/docs/tutorial/index.md @@ -400,7 +400,7 @@ rollup src/main.js src/main2.js -f es -d dist ``` ```html - +