Skip to content

Commit

Permalink
Merge pull request #10180 from orientechnologies/dependabot/npm_and_y…
Browse files Browse the repository at this point in the history
…arn/studio/ng-annotate-webpack-plugin-0.3.0

chore(deps-dev): bump ng-annotate-webpack-plugin from 0.1.3 to 0.3.0 in /studio
  • Loading branch information
tglman authored Sep 18, 2024
2 parents e2ab304 + e73ebec commit d0a0f3e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
2 changes: 1 addition & 1 deletion studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"html-loader": "0.4.5",
"html-webpack-plugin": "2.28.0",
"ng-annotate-loader": "0.7.0",
"ng-annotate-webpack-plugin": "^0.1.2",
"ng-annotate-webpack-plugin": "^0.3.0",
"ngtemplate-loader": "^1.3.1",
"style-loader": "0.13.0",
"typescript": "^2.5.3",
Expand Down
29 changes: 24 additions & 5 deletions studio/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3863,14 +3863,15 @@ [email protected]:
normalize-path "2.0.1"
source-map "0.5.6"

ng-annotate-webpack-plugin@^0.1.2:
version "0.1.3"
resolved "https://registry.yarnpkg.com/ng-annotate-webpack-plugin/-/ng-annotate-webpack-plugin-0.1.3.tgz#4db106bbe7c26c70729a95e63be0d4ded1d65b75"
ng-annotate-webpack-plugin@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/ng-annotate-webpack-plugin/-/ng-annotate-webpack-plugin-0.3.0.tgz#2e7f5e29c6a4ce26649edcb06c1213408b35b84a"
integrity sha512-KWE99tEHyR/DskJRo1tl+EoCIreygv8DNgEiDSv4BzofA/0om9LkAjrtuar3SRPeCLglu9t10Qlk79A5TEazuQ==
dependencies:
ng-annotate "^1.0.1"
ng-annotate "^1.2.1"
webpack-core "^0.6.5"

[email protected], ng-annotate@^1.0.1:
[email protected]:
version "1.2.1"
resolved "https://registry.yarnpkg.com/ng-annotate/-/ng-annotate-1.2.1.tgz#eb8bc1a6731c70d08af6b02c3eaf1a6e3fb9e6bb"
dependencies:
Expand All @@ -3887,6 +3888,24 @@ [email protected], ng-annotate@^1.0.1:
stringset "~0.2.1"
tryor "~0.1.2"

ng-annotate@^1.2.1:
version "1.2.2"
resolved "https://registry.yarnpkg.com/ng-annotate/-/ng-annotate-1.2.2.tgz#dc3fc51ba0b2f8b385dbe047f4da06f580a1fd61"
integrity sha512-bExxD+wmtr38NwfFoeAsLqFZvliBPy+H1jz2tZveEoFrmmP4uFmWmMaJSFcO/5Kry6Is1WaXfpXiFQtK0T8tWQ==
dependencies:
acorn "~2.6.4"
alter "~0.2.0"
convert-source-map "~1.1.2"
optimist "~0.6.1"
ordered-ast-traverse "~1.1.1"
simple-fmt "~0.1.0"
simple-is "~0.2.0"
source-map "~0.5.3"
stable "~0.1.5"
stringmap "~0.2.2"
stringset "~0.2.1"
tryor "~0.1.2"

ng-table@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/ng-table/-/ng-table-1.0.0.tgz#2fe80b62bc56e80729e7597a0d7205548cdaf2bf"
Expand Down

0 comments on commit d0a0f3e

Please sign in to comment.