Skip to content

Commit

Permalink
chore(package): upgrade dependencies; add testbuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Oct 16, 2023
1 parent 9b65cca commit d72cfc2
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 83 deletions.
154 changes: 77 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
"build": "npx @11ty/eleventy",
"postbuild": "npm run searchindex",
"start": "npm run clean && cross-env NODE_ENV=development npx @11ty/eleventy --serve --quiet",
"debug": "npm run clean && DEBUG=Eleventy* npx @11ty/eleventy",
"debugstart": "npm run clean && DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet",
"benchmark": "npm run clean && DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
"searchindex": "pagefind"
"debug": "npm run clean && cross-env NODE_ENV=development DEBUG=Eleventy* npx @11ty/eleventy",
"debugstart": "npm run clean && cross-env NODE_ENV=development DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet",
"benchmark": "npm run clean && cross-env NODE_ENV=development DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
"searchindex": "pagefind",
"testbuild": "npm run clean && cross-env NODE_ENV=development npx @11ty/eleventy && npm run searchindex"
},
"repository": {
"type": "git",
Expand All @@ -37,7 +38,7 @@
"homepage": "https://github.com/jquery/bugs.jquery.com#readme",
"devDependencies": {
"@11ty/eleventy": "github:11ty/eleventy",
"@11ty/eleventy-img": "^3.1.0",
"@11ty/eleventy-img": "^3.1.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-bundle": "^1.0.4",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
Expand All @@ -47,7 +48,7 @@
"luxon": "^3.4.3",
"pagefind": "^1.0.3",
"prettier": "^3.0.3",
"rimraf": "^5.0.1"
"rimraf": "^5.0.5"
},
"overrides": {
"sharp": "^0.32.1"
Expand Down

0 comments on commit d72cfc2

Please sign in to comment.