Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 30, 2023
1 parent 94c9b53 commit bb6dd78
Show file tree
Hide file tree
Showing 4 changed files with 673 additions and 326 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- run: npm test --reporters=jest-junit --runInBand

- name: Codecov
uses: codecov/codecov-action@v3.1.0
uses: codecov/codecov-action@v3.1.1
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.16.0
16.20.0
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
"test:watch": "jest --watch"
},
"devDependencies": {
"@babel/core": "7.18.10",
"@babel/preset-env": "7.18.10",
"@changesets/cli": "2.24.3",
"@vue/test-utils": "1.3.0",
"@babel/core": "7.21.3",
"@babel/preset-env": "7.20.2",
"@changesets/cli": "2.26.1",
"@vue/test-utils": "1.3.4",
"babel-core": "7.0.0-bridge.0",
"druxt": "0.20.0",
"druxt": "0.21.0",
"esbuild-jest": "0.5.0",
"eslint": "8.22.0",
"eslint": "8.37.0",
"eslint-plugin-nuxt": "3.2.0",
"jest": "27.5.1",
"siroc": "0.16.0",
"vue-jest": "3.0.7",
"vue-template-compiler": "2.7.8"
"vue-template-compiler": "2.7.14"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit bb6dd78

Please sign in to comment.