Skip to content

Commit

Permalink
Merge pull request #1293 from ampproject/update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkettner committed Feb 18, 2022
2 parents 1b7e896 + 5598057 commit b367a2d
Show file tree
Hide file tree
Showing 11 changed files with 1,252 additions and 1,228 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Expand Up @@ -21,6 +21,7 @@ jobs:
node-version: ${{ matrix.node }}
registry-url: https://registry.npmjs.org
- name: install
run: npx lerna clean --yes
run: npx lerna bootstrap --hoist
- name: test
run: npm test
2,408 changes: 1,230 additions & 1,178 deletions package-lock.json

Large diffs are not rendered by default.

13 changes: 3 additions & 10 deletions packages/cli/package.json
Expand Up @@ -11,15 +11,8 @@
"url": "git+https://github.com/ampproject/amp-toolbox.git",
"directory": "packages/cli"
},
"keywords": [
"amp-toolbox",
"cli"
],
"files": [
"index.js",
"lib",
"bin"
],
"keywords": ["amp-toolbox", "cli"],
"files": ["index.js", "lib", "bin"],
"author": "AMPHTML Team",
"license": "Apache-2.0",
"bugs": {
Expand All @@ -37,7 +30,7 @@
"@ampproject/toolbox-update-cache": "3.0.0-canary.2",
"minimist": "1.2.5",
"minimist-options": "4.1.0",
"node-fetch": "2.6.1"
"node-fetch": "2.6.7"
},
"gitHead": "2937a3e777701f9cec81b1cc36d1b9927a6b4403"
}

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

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

13 changes: 4 additions & 9 deletions packages/core/package.json
Expand Up @@ -8,22 +8,17 @@
"url": "git+https://github.com/ampproject/amp-toolbox.git",
"directory": "packages/core"
},
"keywords": [
"amp"
],
"files": [
"index.js",
"lib"
],
"keywords": ["amp"],
"files": ["index.js", "lib"],
"author": "AMPHTML Team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ampproject/amp-toolbox/issues"
},
"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/core",
"dependencies": {
"lru-cache": "6.0.0",
"node-fetch": "2.6.1"
"lru-cache": "7.3.1",
"node-fetch": "2.6.7"
},
"gitHead": "9b159391d776396512b01ec250fa76941713c763"
}
2 changes: 1 addition & 1 deletion packages/linter/package.json
Expand Up @@ -22,7 +22,7 @@
"debug": "4.3.2",
"domelementtype": "2.2.0",
"execa": "5.1.1",
"node-fetch": "2.6.1",
"node-fetch": "2.6.7",
"postcss": "8.3.5",
"postcss-safe-parser": "6.0.0",
"probe-image-size": "7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/optimizer/lib/extensionConfig.json

Large diffs are not rendered by default.

11 changes: 3 additions & 8 deletions packages/optimizer/package.json
Expand Up @@ -11,13 +11,8 @@
"scripts": {
"build": "node build/downloadRuntimeParameters.js"
},
"files": [
"index.js",
"lib"
],
"keywords": [
"amp"
],
"files": ["index.js", "lib"],
"keywords": ["amp"],
"author": "AMPHTML Team",
"license": "Apache-2.0",
"peerDependenciesMeta": {
Expand Down Expand Up @@ -52,7 +47,7 @@
"htmlparser2": "6.1.0",
"https-proxy-agent": "5.0.0",
"lru-cache": "6.0.0",
"node-fetch": "2.6.1",
"node-fetch": "2.6.7",
"normalize-html-whitespace": "1.0.0"
},
"bugs": {
Expand Down
13 changes: 3 additions & 10 deletions packages/runtime-fetch/package.json
Expand Up @@ -3,15 +3,8 @@
"version": "3.0.0-canary.2",
"description": "Download the AMP runtime",
"main": "index.js",
"keywords": [
"amp",
"download",
"runtime"
],
"files": [
"index.js",
"lib"
],
"keywords": ["amp", "download", "runtime"],
"files": ["index.js", "lib"],
"repository": {
"type": "git",
"url": "git+https://github.com/ampproject/amp-toolbox.git",
Expand All @@ -25,7 +18,7 @@
"@ampproject/toolbox-runtime-version": "3.0.0-canary.2",
"at-least-node": "1.0.0",
"fs-extra": "10.0.0",
"node-fetch": "2.6.1"
"node-fetch": "2.6.7"
},
"bugs": {
"url": "https://github.com/ampproject/amp-toolbox/issues"
Expand Down
11 changes: 3 additions & 8 deletions packages/validator-rules/package.json
Expand Up @@ -3,16 +3,11 @@
"version": "3.0.0-canary.2",
"description": "A library that helps query AMP Validator rules",
"main": "index.js",
"keywords": [
"amp"
],
"keywords": ["amp"],
"scripts": {
"fetchRules": "curl https://cdn.ampproject.org/v0/validator.json --output validator.json"
},
"files": [
"index.js",
"lib"
],
"files": ["index.js", "lib"],
"repository": {
"type": "git",
"url": "git+https://github.com/ampproject/amp-toolbox.git",
Expand All @@ -29,6 +24,6 @@
},
"gitHead": "9b159391d776396512b01ec250fa76941713c763",
"dependencies": {
"node-fetch": "2.6.1"
"node-fetch": "2.6.7"
}
}

0 comments on commit b367a2d

Please sign in to comment.