Skip to content

Commit

Permalink
chore: reorganize repo deps (#477)
Browse files Browse the repository at this point in the history
* refactor: migrate deps

* chore: dedup eslint

* chore: fix eslint deps
  • Loading branch information
mdjastrzebski committed May 3, 2024
1 parent fb910d1 commit 92b6d3e
Show file tree
Hide file tree
Showing 8 changed files with 858 additions and 329 deletions.
22 changes: 1 addition & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reassure-root",
"private": true,
"version": "1.0.0-rc.1",
"version": "0.0.0",
"description": "Performance testing companion for React and React Native",
"source": "src/index",
"scripts": {
Expand Down Expand Up @@ -34,36 +34,16 @@
},
"homepage": "https://github.com/callstack/reassure#readme",
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
"@babel/preset-env": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.7",
"@callstack/eslint-config": "^14.1.0",
"@changesets/cli": "^2.26.0",
"@relmify/jest-serializer-strip-ansi": "^1.0.2",
"@testing-library/react": "^14.1.2",
"@testing-library/react-native": "^12.4.3",
"@types/jest": "^29.5.11",
"@types/react": "^18.2.46",
"babel-jest": "^29.7.0",
"danger": "^11.3.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.7.0",
"prettier": "^2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.1",
"react-native-builder-bob": "^0.20.3",
"react-test-renderer": "18.2.0",
"turbo": "^1.11.3",
"typescript": "^5.2.2"
},
"peerDependencies": {
"react": "*"
},
"eslintIgnore": [
"node_modules/",
"lib/"
Expand Down
15 changes: 14 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,20 @@
"yargs": "^17.6.2"
},
"devDependencies": {
"@types/yargs": "^17.0.20"
"@babel/core": "^7.23.7",
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
"@babel/preset-env": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.7",
"@relmify/jest-serializer-strip-ansi": "^1.0.2",
"@types/jest": "^29.5.11",
"@types/react": "^18.2.46",
"@types/yargs": "^17.0.20",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"prettier": "^2.8.8",
"react-native-builder-bob": "^0.20.3",
"typescript": "^5.2.2"
},
"react-native-builder-bob": {
"source": "src",
Expand Down
15 changes: 15 additions & 0 deletions packages/compare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,21 @@
"markdown-table": "^2.0.0",
"zod": "^3.20.2"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
"@babel/preset-env": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.7",
"@relmify/jest-serializer-strip-ansi": "^1.0.2",
"@types/jest": "^29.5.11",
"@types/react": "^18.2.46",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"prettier": "^2.8.8",
"react-native-builder-bob": "^0.20.3",
"typescript": "^5.2.2"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
Expand Down
4 changes: 4 additions & 0 deletions packages/danger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
"url": "https://github.com/callstack/reassure/issues"
},
"homepage": "https://github.com/callstack/reassure#readme",
"devDependencies": {
"react-native-builder-bob": "^0.20.3",
"typescript": "^5.2.2"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
Expand Down
5 changes: 4 additions & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
"dependencies": {
"chalk": "4.1.2"
},
"devDependencies": {},
"devDependencies": {
"react-native-builder-bob": "^0.20.3",
"typescript": "^5.2.2"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
Expand Down
23 changes: 21 additions & 2 deletions packages/measure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,30 @@
"mathjs": "^12.3.2"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
"@babel/preset-env": "^7.23.7",
"@babel/preset-react": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.7",
"@relmify/jest-serializer-strip-ansi": "^1.0.2",
"@testing-library/react": "^14.1.2",
"@testing-library/react-native": "^12.4.3",
"@types/jest": "^29.5.11",
"@types/react": "^18.2.46",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"prettier": "^2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.1",
"strip-ansi": "^6.0.1"
"react-native-builder-bob": "^0.20.3",
"react-test-renderer": "18.2.0",
"strip-ansi": "^6.0.1",
"typescript": "^5.2.2"
},
"peerDependencies": {
"react": "*"
"react": ">=17.0.0"
},
"react-native-builder-bob": {
"source": "src",
Expand Down
11 changes: 10 additions & 1 deletion packages/reassure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,18 @@
},
"homepage": "https://github.com/callstack/reassure#readme",
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
"@babel/preset-env": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.7",
"@callstack/reassure-cli": "1.0.0-rc.1",
"@callstack/reassure-measure": "1.0.0-rc.1",
"@callstack/reassure-danger": "1.0.0-rc.1"
"@callstack/reassure-danger": "1.0.0-rc.1",
"@relmify/jest-serializer-strip-ansi": "^1.0.2",
"@types/react": "^18.2.46",
"react-native-builder-bob": "^0.20.3",
"typescript": "^5.2.2"
},
"react-native-builder-bob": {
"source": "src",
Expand Down
Loading

0 comments on commit 92b6d3e

Please sign in to comment.