Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 30, 2024
1 parent 5b24686 commit 688ee18
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 123 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sementic-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
name: Semantic Pull Request
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@v5.2.0
uses: amannn/action-semantic-pull-request@v5.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,33 +20,33 @@
},
"devDependencies": {
"@antfu/eslint-config": "latest",
"@cloudflare/workers-types": "^4.20231218.0",
"@growthbook/growthbook": "^0.31.0",
"@libsql/client": "^0.3.6",
"@newrelic/browser-agent": "^1.251.0",
"@cloudflare/workers-types": "^4.20240129.0",
"@growthbook/growthbook": "^0.32.0",
"@libsql/client": "^0.4.2",
"@newrelic/browser-agent": "^1.251.1",
"@nuxt/devtools": "latest",
"@nuxt/ui": "^2.11.1",
"@nuxt/ui": "^2.12.3",
"@paralleldrive/cuid2": "^2.2.2",
"@simplewebauthn/browser": "^8.3.4",
"@simplewebauthn/server": "^8.3.6",
"@tanstack/query-core": "^5.17.4",
"@tanstack/query-persist-client-core": "^5.17.4",
"@tanstack/vue-query": "^5.17.4",
"@simplewebauthn/browser": "^8.3.7",
"@simplewebauthn/server": "^8.3.7",
"@tanstack/query-core": "^5.17.19",
"@tanstack/query-persist-client-core": "^5.17.19",
"@tanstack/vue-query": "^5.17.19",
"@types/papaparse": "^5.3.14",
"@unocss/reset": "^0.58.3",
"@vite-pwa/assets-generator": "^0.0.10",
"@unocss/reset": "^0.58.4",
"@vite-pwa/assets-generator": "^0.2.3",
"@vite-pwa/nuxt": "^0.4.0",
"@vueuse/core": "^10.7.1",
"@vueuse/integrations": "^10.7.1",
"@vueuse/nuxt": "^10.7.1",
"better-sqlite3": "^9.2.2",
"@vueuse/core": "^10.7.2",
"@vueuse/integrations": "^10.7.2",
"@vueuse/nuxt": "^10.7.2",
"better-sqlite3": "^9.3.0",
"bumpp": "^9.3.0",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.19.13",
"drizzle-orm": "^0.29.0",
"dotenv": "^16.4.1",
"drizzle-kit": "^0.20.13",
"drizzle-orm": "^0.29.3",
"eslint": "^8.56.0",
"firebase": "^10.7.1",
"firebase": "^10.7.2",
"framework7": "^8.3.0",
"framework7-icons": "^5.0.5",
"framework7-vue": "^8.3.0",
Expand All @@ -61,8 +61,8 @@
"qrcode": "^1.5.3",
"simple-git": "^3.22.0",
"simple-git-hooks": "^2.9.0",
"vue-tsc": "^1.8.22",
"vuefire": "^3.1.17",
"vue-tsc": "^1.8.27",
"vuefire": "^3.1.22",
"web-auth-library": "^1.0.3",
"zod": "^3.22.4"
},
Expand Down
Loading

0 comments on commit 688ee18

Please sign in to comment.