Skip to content

Commit

Permalink
chore(deps): lock file maintenance minor/patch updates (#5300)
Browse files Browse the repository at this point in the history
* chore(deps): lock file maintenance minor/patch updates

* Fix lint issues

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
  • Loading branch information
renovate[bot] and lukastaegert committed Dec 15, 2023
1 parent c5337ef commit 4081802
Show file tree
Hide file tree
Showing 31 changed files with 612 additions and 618 deletions.
2 changes: 1 addition & 1 deletion browser/src/performance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ export default 'performance' in global
now(): 0 {
return 0;
}
};
};
8 changes: 4 additions & 4 deletions docs/configuration-options/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ function _interopNamespaceDefault(e) {
get: function () {
return e[k];
}
}
}
);
}
});
Expand Down Expand Up @@ -924,7 +924,7 @@ Keep in mind that for Rollup, `import * as ext_namespace from 'external'; consol
get: function () {
return e[k];
}
}
}
);
}
});
Expand Down Expand Up @@ -979,7 +979,7 @@ Keep in mind that for Rollup, `import * as ext_namespace from 'external'; consol
get: function () {
return e[k];
}
}
}
);
}
});
Expand Down Expand Up @@ -1041,7 +1041,7 @@ Keep in mind that for Rollup, `import * as ext_namespace from 'external'; consol
get: function () {
return e[k];
}
}
}
);
}
});
Expand Down
12 changes: 6 additions & 6 deletions docs/repl/components/OutputStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
waiting
? 'waiting'
: error
? 'error'
: hasWarnings
? 'warnings'
: logs.length > 0
? 'logs'
: 'success'
? 'error'
: hasWarnings
? 'warnings'
: logs.length > 0
? 'logs'
: 'success'
"
>
<span v-if="waiting">
Expand Down
838 changes: 426 additions & 412 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/language": "^6.9.3",
"@codemirror/search": "^6.5.5",
"@codemirror/state": "^6.3.2",
"@codemirror/view": "^6.22.1",
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.22.2",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@mermaid-js/mermaid-cli": "^10.6.1",
"@napi-rs/cli": "^2.17.0",
Expand All @@ -128,8 +128,8 @@
"@types/mocha": "^10.0.6",
"@types/node": "18.0.0",
"@types/yargs-parser": "^21.0.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"acorn": "^8.11.2",
Expand All @@ -139,7 +139,7 @@
"chokidar": "^3.5.3",
"colorette": "^2.0.20",
"concurrently": "^8.2.2",
"core-js": "^3.33.3",
"core-js": "^3.34.0",
"date-time": "^4.0.0",
"es5-shim": "^4.6.7",
"es6-shim": "^0.35.8",
Expand All @@ -162,11 +162,11 @@
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"pinia": "^2.1.7",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"pretty-bytes": "^6.1.1",
"pretty-ms": "^8.0.0",
"requirejs": "^2.3.6",
"rollup": "^4.6.1",
"rollup": "^4.8.0",
"rollup-plugin-license": "^3.2.0",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-thatworks": "^1.0.4",
Expand All @@ -176,12 +176,12 @@
"source-map": "^0.7.4",
"source-map-support": "^0.5.21",
"systemjs": "^6.14.2",
"terser": "^5.25.0",
"terser": "^5.26.0",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"vite": "^5.0.5",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vitepress": "^1.0.0-rc.31",
"vue": "^3.3.10",
"vue": "^3.3.11",
"wasm-pack": "^0.12.1",
"weak-napi": "^2.0.2",
"yargs-parser": "^21.1.1"
Expand Down

0 comments on commit 4081802

Please sign in to comment.