mirror of
https://github.com/type-challenges/type-challenges.git
synced 2025-12-08 19:06:13 +00:00
chore: updates
This commit is contained in:
parent
6f3b17b005
commit
d631a0e001
10
package.json
10
package.json
@ -14,21 +14,21 @@
|
||||
"utils:release": "pnpm -C utils release"
|
||||
},
|
||||
"dependencies": {
|
||||
"esno": "^0.14.1",
|
||||
"esno": "^0.16.3",
|
||||
"fast-glob": "^3.2.11",
|
||||
"fs-extra": "^10.1.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"lz-string": "^1.4.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^0.20.6",
|
||||
"@antfu/eslint-config": "^0.25.1",
|
||||
"@type-challenges/utils": "workspace:*",
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/js-yaml": "^4.0.5",
|
||||
"@types/lz-string": "^1.3.34",
|
||||
"@types/node": "^17.0.25",
|
||||
"eslint": "^8.13.0",
|
||||
"typescript": "^4.6.3",
|
||||
"@types/node": "^18.0.0",
|
||||
"eslint": "^8.18.0",
|
||||
"typescript": "^4.7.4",
|
||||
"utility-types": "^3.10.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
||||
922
pnpm-lock.yaml
generated
922
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -3,11 +3,11 @@
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.6.0",
|
||||
"@actions/github": "^5.0.1",
|
||||
"@actions/core": "^1.9.0",
|
||||
"@actions/github": "^5.0.3",
|
||||
"@actions/io": "^1.1.2",
|
||||
"@type-challenges/octokit-create-pull-request": "^0.1.9",
|
||||
"esno": "^0.14.1",
|
||||
"esno": "^0.16.3",
|
||||
"fast-glob": "^3.2.11",
|
||||
"fs-extra": "^10.1.0",
|
||||
"google-translate-open-api": "^1.3.7",
|
||||
@ -16,7 +16,7 @@
|
||||
"lz-string": "^1.4.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@octokit/types": "^6.34.0",
|
||||
"@octokit/types": "^6.35.0",
|
||||
"@types/js-yaml": "^4.0.5",
|
||||
"@types/lz-string": "^1.3.34"
|
||||
}
|
||||
|
||||
@ -10,6 +10,6 @@
|
||||
"release": "pnpx bumpp --commit --tag && pnpm publish"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^4.6.3"
|
||||
"typescript": "^4.7.4"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user