Skip to content

Commit

Permalink
feat: cache package refactor and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
vanya2h committed Aug 18, 2023
1 parent 0b8ab09 commit 10be2b9
Show file tree
Hide file tree
Showing 59 changed files with 6,796 additions and 13,783 deletions.
55 changes: 0 additions & 55 deletions lerna-debug.log

This file was deleted.

36 changes: 22 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,28 @@
"yarn run prettify:packages"
]
},
"dependencies": {
"immutable": "4.0.0-rc.12",
"react": "16.13.1",
"react-native": "0.63.3",
"rxjs": "6.6.3"
},
"devDependencies": {
"@roborox/eslint-config-default": "2.2.0",
"eslint": "7.10.0",
"eslint-config-prettier": "6.11.0",
"husky": "4.3.0",
"lerna": "^3.20.2",
"lint-staged": "10.4.0",
"prettier": "2.1.2",
"sort-package-json": "^1.50.0"
"@roborox/eslint-config-default": "^2.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@types/jest": "^29.5.0",
"@types/react": "^16.9.37",
"@types/react-dom": "^16.9.8",
"@types/react-virtualized": "9.21.10",
"eslint": "^7.10.0",
"eslint-config-prettier": "^7.2.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"joi": "^17.9.1",
"lerna": "^6.6.1",
"lint-staged": "^10.4.0",
"prettier": "^2.1.2",
"react": "^16.13.1",
"react-dom": "16.13.1",
"rxjs": "^6.6.7",
"sort-package-json": "^1.50.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.3"
}
}
140 changes: 0 additions & 140 deletions packages/atom/CHANGELOG.md

This file was deleted.

9 changes: 1 addition & 8 deletions packages/atom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,8 @@
"dependencies": {
"@rixio/lens": "^0.14.0"
},
"devDependencies": {
"@types/jest": "26.0.0",
"jest": "26.4.2",
"rxjs": "6.6.3",
"ts-jest": "26.4.1",
"typescript": "4.8.3"
},
"peerDependencies": {
"rxjs": ">= 6.5.0 < 7.0.0-0"
"rxjs": ">= 6.0.0 < 7.0.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 10be2b9

Please sign in to comment.