Skip to content

Commit 6b70b7e

Browse files
chore(deps): update all non-major dependencies
1 parent 64fc309 commit 6b70b7e

File tree

3 files changed

+1250
-835
lines changed

3 files changed

+1250
-835
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: pnpm/action-setup@v2
3232
id: pnpm-install
3333
with:
34-
version: 8
34+
version: 8.15.9
3535
run_install: false
3636

3737
- name: Get pnpm store directory

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
}
5252
},
5353
"peerDependencies": {
54-
"tailwindcss": ">=3.4.1"
54+
"tailwindcss": ">=3.4.17"
5555
},
5656
"dependencies": {
5757
"lodash": "^4.17.21"
@@ -61,21 +61,21 @@
6161
"@commitlint/config-conventional": "^17.8.1",
6262
"@iconify/types": "^2.0.0",
6363
"@jcamp/eslint-config": "0.8.2",
64-
"@swc/cli": "^0.1.63",
65-
"@swc/core": "^1.3.102",
66-
"@swc/jest": "^0.2.29",
67-
"@types/jest": "^29.5.11",
68-
"@types/node": "^18.19.6",
64+
"@swc/cli": "^0.7.8",
65+
"@swc/core": "^1.13.5",
66+
"@swc/jest": "^0.2.39",
67+
"@types/jest": "^29.5.14",
68+
"@types/node": "^18.19.126",
6969
"c8": "^8.0.1",
70-
"changelogen": "^0.5.5",
71-
"eslint": "8.56.0",
70+
"changelogen": "^0.6.2",
71+
"eslint": "8.57.1",
7272
"jest": "^29.7.0",
7373
"lint-staged": "^13.3.0",
74-
"postcss": "^8.4.33",
74+
"postcss": "^8.5.6",
7575
"prettier": "2.8.8",
76-
"simple-git-hooks": "^2.9.0",
77-
"tailwindcss": "^3.4.1",
78-
"typescript": "^5.3.3"
76+
"simple-git-hooks": "^2.13.1",
77+
"tailwindcss": "^3.4.17",
78+
"typescript": "^5.9.2"
7979
},
8080
"c8": {
8181
"exclude": [

0 commit comments

Comments
 (0)