Skip to content

Commit

Permalink
Update all non-major dependencies (#19)
Browse files Browse the repository at this point in the history
* Update all non-major dependencies

* prettier

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Faberto <[email protected]>
  • Loading branch information
renovate[bot] and faberto authored Feb 8, 2024
1 parent cfa2f47 commit b934d98
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 74 deletions.
6 changes: 3 additions & 3 deletions backend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"rootDir": "src",
"baseUrl": ".",
"paths": {
"*": ["node_modules/*", "src/types/*"],
},
"*": ["node_modules/*", "src/types/*"]
}
},
"include": ["src/**/*"],
"include": ["src/**/*"]
}
136 changes: 68 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@nimiq/core-web": "2.0.0-alpha.18",
"@nimiq/core-web": "2.0.0-alpha.19",
"@nimiq/hub-api": "https://gitpkg.now.sh/nimiq/hub/client?87627adee73c7ad9c70beeb5cc5703c30c8d30a8",
"@nimiq/style": "^0.8.5",
"@nimiq/vue3-components": "github:nimiq/vue3-components#build/full",
"@nuxtjs/tailwindcss": "^6.8.0",
"nuxt": "3.10.0",
"nuxt": "3.10.1",
"vite-plugin-top-level-await": "1.3.1",
"vite-plugin-wasm": "3.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json",
"extends": "./.nuxt/tsconfig.json"
}

0 comments on commit b934d98

Please sign in to comment.