Skip to content

Commit 3033156

Browse files
chore: dependency update (#15)
* chore: update dependencies and pnpm version. lint/format/typecheck. * chore: pnpm version
1 parent c297a67 commit 3033156

File tree

3 files changed

+7386
-2896
lines changed

3 files changed

+7386
-2896
lines changed

.github/composite-actions/install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
steps:
77
- uses: pnpm/action-setup@v3
88
with:
9-
version: 8
9+
version: 9
1010

1111
- name: Setup Node.js
1212
uses: actions/setup-node@v4

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,24 @@
3030
"devDependencies": {
3131
"@changesets/changelog-github": "^0.5.0",
3232
"@changesets/cli": "^2.27.1",
33-
"@types/eslint": "^8.56.6",
34-
"@types/node": "^20.11.30",
35-
"@typescript-eslint/eslint-plugin": "^7.3.1",
36-
"@typescript-eslint/parser": "^7.3.1",
33+
"@types/eslint": "^8.56.10",
34+
"@types/node": "^20.12.7",
35+
"@typescript-eslint/eslint-plugin": "^7.7.1",
36+
"@typescript-eslint/parser": "^7.7.1",
3737
"eslint": "^8.57.0",
3838
"eslint-config-prettier": "^9.1.0",
39-
"glob": "^10.3.10",
39+
"glob": "^10.3.12",
4040
"prettier": "^3.2.5",
4141
"rimraf": "^5.0.5",
4242
"tsup": "^8.0.2",
43-
"tsx": "^4.7.1",
44-
"typescript": "^5.4.3"
43+
"tsx": "^4.7.2",
44+
"typescript": "^5.4.5"
4545
},
46-
"packageManager": "pnpm@8.15.5",
46+
"packageManager": "pnpm@9.0.5",
4747
"pnpm": {
4848
"overrides": {
49-
"@pandacss/dev": "^0.36.0",
50-
"@pandacss/types": "^0.36.0"
49+
"@pandacss/dev": "^0.37.2",
50+
"@pandacss/types": "^0.37.2"
5151
}
5252
}
5353
}

0 commit comments

Comments
 (0)