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 May 30, 2023
1 parent b141fe3 commit c2bb3ee
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 63 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.9.0
steps:
# Checkout repository
- checkout
Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -35,17 +35,17 @@
"release": "yarn lint && yarn test && yarn prepack && standard-version && git push --follow-tags && npm publish"
},
"dependencies": {
"@nuxt/kit": "^3.0.0",
"defu": "^6.1.1",
"@nuxt/kit": "^3.5.2",
"defu": "^6.1.2",
"logrocket": "^3.0.1"
},
"devDependencies": {
"@nuxt/module-builder": "^0.4.0",
"@nuxt/test-utils": "^3.5.1",
"@nuxt/test-utils": "^3.5.2",
"@nuxtjs/eslint-config-typescript": "latest",
"eslint": "^8.31.0",
"nuxt": "^3.0.0",
"eslint": "^8.41.0",
"nuxt": "^3.5.2",
"standard-version": "^9.3.2",
"vitest": "^0.27.1"
"vitest": "^0.31.1"
}
}

0 comments on commit c2bb3ee

Please sign in to comment.