chore: bump up the libraries (#75)
parent
d7e7dd245d
commit
efb4d1446e
10
package.json
10
package.json
|
@ -24,9 +24,9 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@changesets/changelog-github": "^0.4.8",
|
||||
"@changesets/cli": "^2.25.0",
|
||||
"@cloudflare/workers-types": "^3.17.0",
|
||||
"@types/jest": "^29.1.2",
|
||||
"@changesets/cli": "^2.26.0",
|
||||
"@cloudflare/workers-types": "^4.20230307.0",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.32.0",
|
||||
"@typescript-eslint/parser": "^5.32.0",
|
||||
"eslint": "^8.21.0",
|
||||
|
@ -37,12 +37,12 @@
|
|||
"eslint-plugin-flowtype": "^8.0.3",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"jest": "^28.1.2",
|
||||
"jest": "^29.5.0",
|
||||
"jest-environment-miniflare": "^2.10.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.7.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "^28.0.5",
|
||||
"ts-jest": "^29.0.5",
|
||||
"typescript": "^4.7.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue