Skip to content

Commit

Permalink
feat: Add renovatebot config (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopedrodcf authored Aug 14, 2024
1 parent f9583fa commit de93691
Show file tree
Hide file tree
Showing 4 changed files with 5,793 additions and 7,395 deletions.
8 changes: 4 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"verison": "0.0.0",
"private": true,
"devDependencies": {
"@iconify-json/carbon": "^1.1.37",
"@nuxt/devtools-kit": "^1.3.9",
"@iconify-json/carbon": "1.1.37",
"@nuxt/devtools-kit": "1.3.9",
"@nuxt/devtools-ui-kit": "latest",
"@nuxt/kit": "^3.12.4",
"@nuxt/kit": "3.12.4",
"floating-vue": "5.2.2",
"nuxt": "latest",
"shiki": "^1.12.1",
"shiki": "1.12.1",
"vue": "3.4.37",
"vue-router": "latest"
}
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,31 +46,31 @@
"release": "pnpm build && changeset publish"
},
"dependencies": {
"@nuxt/devtools-kit": "^1.3.9",
"@nuxt/kit": "^3.12.4",
"consola": "^3.2.3",
"pathe": "^1.1.2",
"pkg-types": "^1.1.3",
"sirv": "^2.0.4",
"superjson": "^2.2.1"
"@nuxt/devtools-kit": "1.3.9",
"@nuxt/kit": "3.12.4",
"consola": "3.2.3",
"pathe": "1.1.2",
"pkg-types": "1.1.3",
"sirv": "2.0.4",
"superjson": "2.2.1"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@faker-js/faker": "^8.4.1",
"@nuxt/eslint-config": "^0.5.0",
"@nuxt/kit": "^3.12.4",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/test-utils": "^3.14.0",
"@nuxt/ui": "^2.18.4",
"@types/node": "^20.14.11",
"eslint": "^9.9.0",
"husky": "^9.1.4",
"nuxt": "^3.12.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.7",
"@commitlint/cli": "19.4.0",
"@commitlint/config-conventional": "19.2.2",
"@faker-js/faker": "8.4.1",
"@nuxt/eslint-config": "0.5.0",
"@nuxt/kit": "3.12.4",
"@nuxt/module-builder": "0.8.1",
"@nuxt/test-utils": "3.14.0",
"@nuxt/ui": "2.18.4",
"@types/node": "20.14.11",
"eslint": "9.9.0",
"husky": "9.1.4",
"nuxt": "3.12.4",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
"build": {
"externals": [
Expand Down
Loading

0 comments on commit de93691

Please sign in to comment.