Skip to content

Commit

Permalink
update AMP Optimizer to v2.5.3 (#14173)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbenz authored Jun 15, 2020
1 parent e4f0848 commit eef40c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
]
},
"dependencies": {
"@ampproject/toolbox-optimizer": "2.5.2",
"@ampproject/toolbox-optimizer": "2.5.3",
"@babel/code-frame": "7.8.3",
"@babel/core": "7.7.7",
"@babel/plugin-proposal-class-properties": "7.8.3",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
cross-fetch "3.0.4"
lru-cache "5.1.1"

"@ampproject/[email protected].2":
version "2.5.2"
resolved "https://registry.yarnpkg.com/@ampproject/toolbox-optimizer/-/toolbox-optimizer-2.5.2.tgz#17085463255d96a81606803c4bf5d1f1414cfc17"
integrity sha512-hDvDgAMTHUnye2Y7WhoF+6MtgOlkru+4EJtLUdrfOKdZyNGJ7s9E+lGsncFHwyyIaEWcs5RkthcZMVHgkg7ZoQ==
"@ampproject/[email protected].3":
version "2.5.3"
resolved "https://registry.yarnpkg.com/@ampproject/toolbox-optimizer/-/toolbox-optimizer-2.5.3.tgz#da24e0bad9350fded8a923c9e1c2402f0fe01e5b"
integrity sha512-D6j7nU02sLRaW+ZKd1UNyUESu9GVLhVrtGHQ/rORj87ZJS5s0DCpoIDbq1slKQDCDHl7RknQ3A6CVm14ihXV2A==
dependencies:
"@ampproject/toolbox-core" "^2.5.1"
"@ampproject/toolbox-runtime-version" "^2.5.1"
Expand All @@ -27,6 +27,7 @@
domutils "2.1.0"
htmlparser2 "4.1.0"
lru-cache "5.1.1"
node-fetch "2.6.0"
normalize-html-whitespace "1.0.0"
postcss "7.0.32"
postcss-safe-parser "4.0.2"
Expand Down

0 comments on commit eef40c5

Please sign in to comment.