Skip to content

Commit

Permalink
Upgrade dependencies (#126)
Browse files Browse the repository at this point in the history
This upgrades a few packages with minor version bumps and several other
transitive dependencies to resolve some warnings identified by `npm
audit`. All critical warnings are resolved.

This also changes the `create` script to install this
(create-foxglove-extension) dependency from v1, since we're no longer on
0.x.

With these changes, a user should no longer encounter security warnings
when creating an extension.
  • Loading branch information
bryfox authored Jul 2, 2024
1 parent c2d9ea3 commit d792f63
Show file tree
Hide file tree
Showing 3 changed files with 1,690 additions and 1,270 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-foxglove-extension",
"version": "1.0.1",
"version": "1.0.2",
"publisher": "foxglove",
"description": "Create and package Foxglove extensions",
"license": "MIT",
Expand Down Expand Up @@ -59,10 +59,10 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"jest": "29.5.0",
"jest": "29.7.0",
"prettier": "^2.8.4",
"style-loader": "3.3.1",
"tmp": "0.2.1",
"tmp": "0.2.3",
"typescript": "4.9.5",
"yarn": "1.22.19"
},
Expand All @@ -76,7 +76,7 @@
"path-browserify": "1.0.1",
"rimraf": "4.3.1",
"sanitize-filename": "1.6.3",
"ts-loader": "9.4.2",
"webpack": "5.75.0"
"ts-loader": "9.5.1",
"webpack": "5.92.1"
}
}
2 changes: 1 addition & 1 deletion src/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const DEPENDENCIES = [
"@types/react-dom@^18",
"@typescript-eslint/eslint-plugin@^6",
"@typescript-eslint/parser@^6",
"create-foxglove-extension@^0",
"create-foxglove-extension@^1",
"eslint@^8",
"eslint-config-prettier@^8",
"eslint-plugin-es@^4",
Expand Down
Loading

0 comments on commit d792f63

Please sign in to comment.