Skip to content

Commit

Permalink
chore: update dev dependencies to 3.2.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Jan 20, 2022
1 parent 8792b58 commit 4965f04
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Install global npm dependencies
# bower and polymer-modulizer are needed to run the Polymer 3 conversion step
run: "npm install --quiet --no-progress --global bower magi-cli@next polymer-modulizer"
run: "npm install --quiet --no-progress --global bower magi-cli polymer-modulizer"

- name: Convert the source code to Polymer 3
run: |
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"preversion": "magi update-version"
},
"devDependencies": {
"@vaadin/vaadin-component-dev-dependencies": "3.2.0-pre.1"
"@vaadin/vaadin-component-dev-dependencies": "^3.2.0"
}
}

0 comments on commit 4965f04

Please sign in to comment.