Skip to content

Commit 3095a48

Browse files
authored
feat: Add sagas to OAuth Form (#1330)
* Add sagas to OAuth Form * remove dupes in yarn.lock * Update comments and action names * remove dupes in yarn.lock
1 parent 03f443d commit 3095a48

File tree

7 files changed

+885
-383
lines changed

7 files changed

+885
-383
lines changed

packages/extension-utils/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,27 @@
2727
"dependencies": {
2828
"@looker/code-editor": "^0.1.29",
2929
"@looker/components": "^4.1.1",
30-
"@looker/redux": "^0.0.1",
3130
"@looker/extension-sdk": "^23.10.0",
3231
"@looker/extension-sdk-react": "^23.10.0",
32+
"@looker/redux": "^0.0.1",
3333
"@looker/sdk": "^23.10.0",
3434
"@looker/sdk-rtl": "^21.6.1",
3535
"@reduxjs/toolkit": "^1.9.3",
3636
"@styled-icons/material": "^10.47.0",
3737
"react": "^16.14.0",
3838
"react-redux": "^7.2.3",
39-
"react-router-dom": "^5.3.4"
39+
"react-router-dom": "^5.3.4",
40+
"typed-redux-saga": "^1.5.0"
4041
},
4142
"devDependencies": {
4243
"@looker/components-test-utils": "^1.5.26",
4344
"@testing-library/react": "^12.1.5",
4445
"@testing-library/user-event": "^14.4.3",
46+
"@types/lodash": "^4.14.195",
4547
"@types/react-router": "^5.1.20",
4648
"@types/react-router-dom": "^5.3.3",
4749
"@types/redux": "^3.6.0",
50+
"@types/redux-saga-tester": "^1.0.4",
4851
"@types/styled-components": "^5.1.26",
4952
"webpack-bundle-analyzer": "^4.2.0",
5053
"webpack-cli": "^4.6.0",

0 commit comments

Comments
 (0)