Skip to content

Commit

Permalink
Update eslint and dev deps to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSAssassin committed Jan 3, 2024
1 parent efff88b commit 3a948da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"url": "https://github.com/digitalbazaar/bedrock-vue"
},
"devDependencies": {
"eslint": "^8.51.0",
"eslint": "^8.56.0",
"eslint-config-digitalbazaar": "^5.0.1",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-vue": "^9.17.0",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-vue": "^9.19.2",
"jsdoc": "^4.0.2",
"jsdoc-to-markdown": "^8.0.0"
}
Expand Down

0 comments on commit 3a948da

Please sign in to comment.