Skip to content

Commit

Permalink
📦 Update subpackage devDependencies (#35035)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] committed Aug 27, 2021
1 parent 89b30fb commit da7c466
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
browser-tools: circleci/browser-tools@1.1.3
browser-tools: circleci/browser-tools@1.2.1
node: circleci/node@4.7.0

push_and_pr_builds: &push_and_pr_builds
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sweep-experiments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0

- name: Set Up Node
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v2.4.0

- name: Set Up Environment
run: sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}
Expand Down
2 changes: 1 addition & 1 deletion extensions/amp-access/0.1/iframe-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"babel-plugin-external-helpers": "6.22.0",
"babel-preset-env": "1.7.0",
"rollup": "2.52.2",
"rollup": "2.56.3",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-cleanup": "3.2.1"
}
Expand Down
12 changes: 6 additions & 6 deletions third_party/amp-toolbox-cache-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@
"files": ["dist", "package.json", "../LICENSE", "README.md"],
"dependencies": {
"punycode": "2.1.1",
"url-parse": "1.5.1"
"url-parse": "1.5.3"
},
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "0.26.0",
"eslint": "7.29.0",
"@ampproject/rollup-plugin-closure-compiler": "0.27.0",
"eslint": "7.32.0",
"eslint-config-google": "0.14.0",
"jasmine": "3.7.0",
"jasmine": "3.9.0",
"karma": "6.3.4",
"karma-chrome-launcher": "3.1.0",
"karma-jasmine": "4.0.1",
"npm-run-all": "4.1.5",
"rollup": "2.52.2",
"rollup": "2.56.3",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-filesize": "9.1.1",
"rollup-plugin-ignore": "1.0.9",
"rollup-plugin-ignore": "1.0.10",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-builtins": "2.1.2",
"rollup-plugin-node-resolve": "5.2.0",
Expand Down

0 comments on commit da7c466

Please sign in to comment.