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] authored and nwesterhausen committed Dec 5, 2023
1 parent 3a39d13 commit 001a8b8
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 156 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: 'Dependency Review'
uses: actions/dependency-review-action@7bbfa034e752445ea40215fff1c3bf9597993d3f # v3.1.3
uses: actions/dependency-review-action@01bc87099ba56df1e897b6874784491ea6309bc4 # v3.1.4
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,24 @@
"@solid-primitives/scheduled": "1.4.1",
"@tailwindcss/typography": "0.5.10",
"@tauri-apps/cli": "2.0.0-alpha.18",
"@types/node": "20.10.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@types/node": "20.10.3",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"autoprefixer": "10.4.16",
"conventional-changelog-conventionalcommits": "7.0.2",
"daisyui": "4.4.6",
"eslint": "8.54.0",
"daisyui": "4.4.19",
"eslint": "8.55.0",
"eslint-plugin-tsdoc": "0.2.17",
"postcss": "8.4.31",
"postcss": "8.4.32",
"postcss-import": "15.1.0",
"postcss-nesting": "12.0.1",
"prettier": "3.1.0",
"semantic-release": "22.0.8",
"semantic-release": "22.0.9",
"semantic-release-export-data": "1.0.1",
"solid-icons": "1.1.0",
"tailwindcss": "3.3.5",
"tailwindcss": "3.3.6",
"typescript": "5.3.2",
"vite": "5.0.2",
"vite": "5.0.5",
"vite-plugin-solid": "2.7.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 001a8b8

Please sign in to comment.