npm run upgrade, fixed toml prettier error
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
9b2e72600d
commit
dc91b633ba
3 changed files with 1940 additions and 2468 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"plugins": ["prettier-plugin-toml"],
|
||||
"printWidth": 120,
|
||||
"tabWidth": 2,
|
||||
"singleQuote": true,
|
||||
|
|
4379
package-lock.json
generated
4379
package-lock.json
generated
File diff suppressed because it is too large
Load diff
28
package.json
28
package.json
|
@ -17,20 +17,20 @@
|
|||
"author": "Alexander Borsuk <me@alex.bio>",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20230710.1",
|
||||
"@types/jest": "^29.5.3",
|
||||
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
||||
"@typescript-eslint/parser": "^6.0.0",
|
||||
"esbuild": "^0.18.12",
|
||||
"eslint": "^8.45.0",
|
||||
"jest": "^29.6.1",
|
||||
"jest-environment-miniflare": "^2.14.0",
|
||||
"miniflare": "^3.20230710.0",
|
||||
"npm-check-updates": "^16.10.15",
|
||||
"prettier": "^3.0.0",
|
||||
"prettier-plugin-toml": "^0.3.1",
|
||||
"@cloudflare/workers-types": "^4.20231121.0",
|
||||
"@types/jest": "^29.5.11",
|
||||
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
||||
"@typescript-eslint/parser": "^6.14.0",
|
||||
"esbuild": "^0.19.9",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "^29.7.0",
|
||||
"jest-environment-miniflare": "^2.14.1",
|
||||
"miniflare": "^3.20231030.4",
|
||||
"npm-check-updates": "^16.14.12",
|
||||
"prettier": "^3.1.1",
|
||||
"prettier-plugin-toml": "^2.0.1",
|
||||
"ts-jest": "^29.1.1",
|
||||
"typescript": "^5.1.6",
|
||||
"wrangler": "^3.2.0"
|
||||
"typescript": "^5.3.3",
|
||||
"wrangler": "^3.20.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue