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 17, 2023
1 parent 6bcd4e3 commit f650b65
Show file tree
Hide file tree
Showing 3 changed files with 1,325 additions and 552 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.6.1
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.2",
"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.34.0",
"nuxt": "^3.2.2",
"standard-version": "^9.3.2",
"vitest": "^0.27.1"
"vitest": "^0.28.5"
}
}

0 comments on commit f650b65

Please sign in to comment.