Skip to content

Commit

Permalink
chore(deps-dev): bump the dev-dependencies group with 7 updates (#1510)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent a2fa182 commit 5bf4b86
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 124 deletions.
20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"ci:publish": "turbo run publish-dist --concurrency=1",
"e2e:open": "cypress open --e2e --browser=electron",
"e2e:run": "cypress run --e2e --browser=electron",
"build-doc": "node ./build/generate-typedoc-readme.mjs && typedoc --plugin typedoc-plugin-extras --out public/api",
"build-doc": "node ./build/generate-typedoc-readme.mjs && typedoc --out public/api",
"watch": "node ./build/liveserver.mjs"
},
"devDependencies": {
"@cypress/code-coverage": "^3.13.6",
"@eslint/js": "^9.15.0",
"@eslint/js": "^9.16.0",
"@lcov-viewer/istanbul-report": "^1.4.0",
"@stylistic/eslint-plugin": "^2.11.0",
"@stylistic/stylelint-plugin": "^3.1.1",
Expand All @@ -43,8 +43,8 @@
"cypress-on-fix": "^1.0.3",
"cypress-visual-regression": "^5.2.2",
"esbuild-sass-plugin": "^3.3.1",
"eslint": "^9.15.0",
"mocha": "^10.8.2",
"eslint": "^9.16.0",
"mocha": "^11.0.1",
"mocha-junit-reporter": "^2.2.1",
"nyc": "^17.1.0",
"postcss": "^8.4.49",
Expand All @@ -53,19 +53,17 @@
"selfsigned": "^2.4.1",
"sort-package-json": "^2.12.0",
"stylelint": "^16.11.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-config-standard-scss": "^14.0.0",
"ts-node": "^10.9.2",
"tsc": "^2.0.4",
"tsup": "^8.3.5",
"turbo": "^2.3.0",
"typedoc": "^0.26.11",
"typedoc-plugin-extras": "^3.1.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.16.0"
"typedoc": "^0.27.3",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0"
},
"resolutions": {
"yargs": "^17.7.2",
"nyc": "^17.1.0",
"mocha/glob": "^10.4.5"
"nyc": "^17.1.0"
}
}
Loading

0 comments on commit 5bf4b86

Please sign in to comment.