Skip to content

Commit

Permalink
Release 5.0.5 (#200)
Browse files Browse the repository at this point in the history
updated to `@mdi/js` 6.6.96

also:
- devDependencies have been updated
  • Loading branch information
mkody authored Mar 28, 2022
1 parent 9fe910d commit 52de253
Show file tree
Hide file tree
Showing 3 changed files with 1,215 additions and 1,159 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Auto Merge Dependency Updates

on:
- pull_request_target

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: tjenkinson/gh-action-auto-merge-dependency-updates@v1
with:
allowed-actors: dependabot-preview[bot], dependabot[bot]
package-block-list: '@mdi/js'
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mkody/vue-material-design-icons",
"version": "5.0.4",
"version": "5.0.5",
"author": "Rob Cresswell <[email protected]>",
"contributors": [
{
Expand Down Expand Up @@ -28,18 +28,18 @@
"material design"
],
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@mdi/js": "6.5.95",
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@mdi/js": "6.6.96",
"@vue/test-utils": "1.3.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^27.4.5",
"jest": "^27.4.5",
"babel-jest": "^27.5.1",
"jest": "^27.5.1",
"jest-junit": "^13.0.0",
"jest-serializer-vue": "2.0.2",
"mustache": "^4.2.0",
"p-map": "^5.3.0",
"prettier": "^2.5.1",
"prettier": "^2.6.1",
"regenerator-runtime": "^0.13.9",
"vue": "^2.6.14",
"vue-jest": "^3.0.7",
Expand Down
Loading

0 comments on commit 52de253

Please sign in to comment.