Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jan 8, 2022
1 parent 7b8b43b commit 2c606a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,18 @@
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3",
"@11ty/eleventy-plugin-vue": "1.0.0-canary.8",
"@vue/server-renderer": "^3.2.26",
"ava": "^4.0.0",
"ava": "^4.0.1",
"husky": "^7.0.4",
"js-yaml": "^4.1.0",
"lint-staged": "^11.2.6",
"markdown-it-emoji": "^2.0.0",
"marked": "^4.0.8",
"marked": "^4.0.9",
"nyc": "^15.1.0",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"sass": "^1.45.2",
"sass": "^1.47.0",
"toml": "^3.0.0",
"vue": "^3.2.1"
"vue": "^3.2.26"
},
"dependencies": {
"@11ty/dependency-tree": "^2.0.0",
Expand All @@ -101,8 +101,8 @@
"debug": "^4.3.3",
"dependency-graph": "^0.11.0",
"ejs": "^3.1.6",
"fast-glob": "^3.2.7",
"graceful-fs": "^4.2.8",
"fast-glob": "^3.2.9",
"graceful-fs": "^4.2.9",
"gray-matter": "^4.0.3",
"hamljs": "^0.6.2",
"handlebars": "^4.7.7",
Expand All @@ -111,7 +111,7 @@
"liquidjs": "^9.32.0",
"lodash": "^4.17.21",
"luxon": "^2.3.0",
"markdown-it": "^12.3.0",
"markdown-it": "^12.3.2",
"minimist": "^1.2.5",
"moo": "^0.5.1",
"multimatch": "^5.0.0",
Expand Down
2 changes: 2 additions & 0 deletions src/BenchmarkManager.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
const BenchmarkGroup = require("./BenchmarkGroup");
const { performance } = require("perf_hooks");

// TODO this should not be a singleton, it belongs in the config or somewhere on the Eleventy instance.

class BenchmarkManager {
constructor() {
this.benchmarkGroups = {};
Expand Down

0 comments on commit 2c606a9

Please sign in to comment.