Skip to content

Commit

Permalink
chore(npm): updates external devDependencies
Browse files Browse the repository at this point in the history
Up'em just updated these outdated dependencies in package.json:

@typescript-eslint/eslint-plugin  8.19.0   -> 8.19.1  devDependencies   (policy: latest)
@typescript-eslint/parser         8.19.0   -> 8.19.1  devDependencies   (policy: latest)
dependency-cruiser                16.8.0   -> 16.9.0  devDependencies   (policy: latest)
typescript                        5.7.2    -> 5.7.3   devDependencies   (policy: latest)
  • Loading branch information
sverweij committed Jan 10, 2025
1 parent 3808be7 commit 38aafa9
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 77 deletions.
1 change: 1 addition & 0 deletions config/dependency-cruiser/base.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default {
parser: "tsc",
exoticRequireStrings: ["requireJSON"],
prefix: "https://github.com/sverweij/state-machine-cat/blob/main/",
skipAnalysisNotInRules: true,
cache: {
compress: true,
},
Expand Down
156 changes: 83 additions & 73 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@
"@types/he": "1.2.3",
"@types/mocha": "10.0.10",
"@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"c8": "10.1.3",
"clean-pkg-json": "1.2.0",
"dependency-cruiser": "16.8.0",
"dependency-cruiser": "16.9.0",
"esbuild": "0.24.2",
"eslint": "9.17.0",
"eslint-config-moving-meadow": "5.0.0",
Expand All @@ -128,7 +128,7 @@
"query-string": "9.1.1",
"ts-node": "10.9.2",
"tsx": "4.19.2",
"typescript": "5.7.2",
"typescript": "5.7.3",
"upem": "9.0.4",
"watskeburt": "4.2.2",
"xml-name-validator": "5.0.0"
Expand Down

0 comments on commit 38aafa9

Please sign in to comment.