Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 7, 2024
1 parent eb2d190 commit f3d214f
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 106 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: SARIF file
path: results.sarif
Expand Down
Binary file modified bun.lockb
Binary file not shown.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,33 +30,33 @@
"@solid-primitives/context": "0.2.3",
"@solid-primitives/scheduled": "1.4.3",
"@tailwindcss/typography": "0.5.13",
"@tauri-apps/cli": "2.0.0-beta.20",
"@types/node": "20.14.9",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"@tauri-apps/cli": "2.0.0-beta.21",
"@types/node": "20.14.10",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"autoprefixer": "10.4.19",
"daisyui": "4.12.10",
"eslint": "9.6.0",
"eslint-plugin-tsdoc": "0.3.0",
"postcss": "8.4.38",
"postcss": "8.4.39",
"postcss-import": "16.1.0",
"postcss-nesting": "12.1.5",
"solid-icons": "1.1.0",
"tailwindcss": "3.4.4",
"typescript": "5.5.2",
"vite": "5.3.2",
"typescript": "5.5.3",
"vite": "5.3.3",
"vite-plugin-solid": "2.10.2"
},
"dependencies": {
"@aptabase/tauri": "^0.4.1",
"@solidjs/router": "^0.13.0",
"@tauri-apps/api": "2.0.0-beta.13",
"@tauri-apps/plugin-dialog": "2.0.0-beta.5",
"@tauri-apps/plugin-fs": "2.0.0-beta.5",
"@tauri-apps/plugin-log": "2.0.0-beta.6",
"@tauri-apps/plugin-process": "2.0.0-beta.5",
"@tauri-apps/plugin-store": "2.0.0-beta.5",
"@tauri-apps/plugin-updater": "2.0.0-beta.5",
"@tauri-apps/api": "2.0.0-beta.14",
"@tauri-apps/plugin-dialog": "2.0.0-beta.6",
"@tauri-apps/plugin-fs": "2.0.0-beta.6",
"@tauri-apps/plugin-log": "2.0.0-beta.7",
"@tauri-apps/plugin-process": "2.0.0-beta.6",
"@tauri-apps/plugin-store": "2.0.0-beta.6",
"@tauri-apps/plugin-updater": "2.0.0-beta.6",
"solid-js": "^1.8.7"
}
}
Loading

0 comments on commit f3d214f

Please sign in to comment.