Skip to content

Commit

Permalink
build(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:

@types/node        20.9.3   -> 20.10.0  devDependencies   (policy: latest)
@vue/compiler-sfc  3.3.8    -> 3.3.9    devDependencies   (policy: latest)

Up'em found these packages were outdated, but did not update them because of policies:

svelte             3.59.1   devDependencies   (policy: pin)
  • Loading branch information
sverweij committed Nov 26, 2023
1 parent 91f36a5 commit ae0c3d6
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
76 changes: 38 additions & 38 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,11 @@
"@babel/preset-typescript": "7.23.3",
"@swc/core": "1.3.99",
"@types/lodash": "4.14.202",
"@types/node": "20.9.3",
"@types/node": "20.10.0",
"@types/prompts": "2.4.9",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@vue/compiler-sfc": "3.3.8",
"@vue/compiler-sfc": "3.3.9",
"c8": "8.0.1",
"coffeescript": "2.7.0",
"eslint": "8.54.0",
Expand Down Expand Up @@ -270,4 +270,4 @@
"vue-template-compiler": ">=2.0.0 <3.0.0",
"@vue/compiler-sfc": ">=3.0.0 <4.0.0"
}
}
}

0 comments on commit ae0c3d6

Please sign in to comment.