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] committed Feb 28, 2023
1 parent 6bcd4e3 commit 1469e61
Show file tree
Hide file tree
Showing 3 changed files with 1,357 additions and 564 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
working_directory: ~/project
docker:
- image: node:19.4.0
- image: node:19.7.0
steps:
# Checkout repository
- checkout
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -41,18 +41,18 @@
"release": "standard-version && git push --follow-tags && npm publish"
},
"dependencies": {
"@nuxt/kit": "^3.0.0",
"defu": "^6.1.1",
"@nuxt/kit": "^3.2.3",
"defu": "^6.1.2",
"logrocket": "^3.0.1"
},
"devDependencies": {
"@nuxt/module-builder": "latest",
"@nuxt/test-utils": "npm:@nuxt/test-utils-edge@latest",
"@nuxtjs/eslint-config-typescript": "latest",
"codecov": "^3.8.3",
"eslint": "^8.31.0",
"nuxt": "^3.0.0",
"eslint": "^8.35.0",
"nuxt": "^3.2.3",
"standard-version": "^9.3.2",
"vitest": "^0.27.1"
"vitest": "^0.29.1"
}
}

0 comments on commit 1469e61

Please sign in to comment.