mirror of
https://github.com/re-rxjs/react-rxjs.git
synced 2025-12-08 18:01:51 +00:00
update dependencies
This commit is contained in:
parent
04430000ac
commit
810fff0b5b
34
package.json
34
package.json
@ -41,30 +41,32 @@
|
||||
"trailingComma": "all"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "^7.15.6",
|
||||
"@babel/preset-typescript": "^7.15.0",
|
||||
"@testing-library/jest-dom": "^5.14.1",
|
||||
"@testing-library/react": "^12.1.2",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@babel/preset-typescript": "^7.16.7",
|
||||
"@testing-library/jest-dom": "^5.16.2",
|
||||
"@testing-library/react": "^12.1.4",
|
||||
"@testing-library/react-hooks": "^7.0.2",
|
||||
"@types/jest": "^27.0.2",
|
||||
"@types/react": "^17.0.27",
|
||||
"@types/react-dom": "^17.0.9",
|
||||
"esbuild": "^0.13.4",
|
||||
"husky": ">=6",
|
||||
"jest": "^27.2.4",
|
||||
"jest-marbles": "^3.0.1",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/react": "^17.0.40",
|
||||
"@types/react-dom": "^17.0.13",
|
||||
"babel-jest": "^27.5.1",
|
||||
"esbuild": "^0.14.25",
|
||||
"husky": ">=7.0.4",
|
||||
"jest": "^27.5.1",
|
||||
"jest-marbles": "^3.0.2",
|
||||
"lint-staged": ">=11.2.0",
|
||||
"prettier": "^2.4.1",
|
||||
"prettier": "^2.5.1",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-test-renderer": "^17.0.2",
|
||||
"rxjs": "^7.3.1",
|
||||
"ts-jest": "^27.0.5",
|
||||
"rxjs": "^7.5.5",
|
||||
"ts-jest": "^27.1.3",
|
||||
"tslib": "^2.3.1",
|
||||
"typescript": "^4.4.3",
|
||||
"typescript": "^4.6.2",
|
||||
"wsrun": "^5.2.4"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,ts,tsx,json,md}": "prettier --write"
|
||||
}
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user