Skip to content

Commit

Permalink
feat: replace @looker/redux for with npm dependency (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephaxisa authored May 10, 2023
1 parent 4c78712 commit baa58db
Show file tree
Hide file tree
Showing 31 changed files with 60 additions and 1,918 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
'@looker/api-explorer/src/utils':
'<rootDir>/packages/api-explorer/src/utils',
'@looker/sdk-codegen-utils/src': '<rootDir>/packages/sdk-codegen-utils/src',
'@looker/((?!components-test-utils|components|design|icons|chatty|i18n)(.+))$':
'@looker/((?!components-test-utils|components|design|icons|chatty|i18n|redux)(.+))$':
'<rootDir>/packages/$1/src',
'\\.(css)$': '<rootDir>/config/jest/styleMock.js',
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$':
Expand Down
2 changes: 1 addition & 1 deletion packages/api-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@looker/design-tokens": "^3.1.0",
"@looker/extension-utils": "^0.1.23",
"@looker/icons": "^1.5.21",
"@looker/redux": "0.0.0",
"@looker/redux": "^0.0.1",
"@looker/run-it": "^0.9.46",
"@looker/sdk": "^23.6.0",
"@looker/sdk-codegen": "^21.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/embed-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@looker/components": "^4.1.3",
"@looker/embed-services": "0.0.1-alpha",
"@looker/redux": "0.0.0",
"@looker/redux": "^0.0.1",
"@looker/sdk": "^23.2.0",
"@reduxjs/toolkit": "^1.9.3",
"@styled-icons/material-outlined": "^10.47.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/embed-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@looker/embed-services": "0.0.1-alpha",
"@looker/embed-components": "0.0.1-alpha",
"@looker/extension-utils": "^0.1.21",
"@looker/redux": "0.0.0",
"@looker/redux": "^0.0.1",
"@looker/sdk": "^23.2.0",
"@looker/sdk-rtl": "^21.6.0",
"@styled-icons/material": "^10.47.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@looker/code-editor": "^0.1.28",
"@looker/components": "^4.1.1",
"@looker/redux": "0.0.0",
"@looker/redux": "^0.0.1",
"@looker/extension-sdk": "^23.6.0",
"@looker/extension-sdk-react": "^23.6.0",
"@looker/sdk": "^23.6.0",
Expand Down
189 changes: 0 additions & 189 deletions packages/redux/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions packages/redux/package.json

This file was deleted.

79 changes: 0 additions & 79 deletions packages/redux/src/createSliceHooks/index-integration.spec.tsx

This file was deleted.

Loading

0 comments on commit baa58db

Please sign in to comment.