Skip to content

Commit

Permalink
chore: pdate deps 2024-05-09 (#484)
Browse files Browse the repository at this point in the history
* chore: update deps

* chore: fix lint
  • Loading branch information
mdjastrzebski authored May 9, 2024
1 parent c2d3f7c commit 0b42688
Show file tree
Hide file tree
Showing 10 changed files with 899 additions and 469 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,18 @@
},
"homepage": "https://github.com/callstack/reassure#readme",
"devDependencies": {
"@callstack/eslint-config": "^14.1.0",
"@changesets/cli": "^2.26.0",
"@callstack/eslint-config": "^14.1.1",
"@changesets/cli": "^2.27.1",
"check-dependency-version-consistency": "^4.1.0",
"danger": "^11.3.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"reassure": "workspace:^",
"turbo": "^1.11.3",
"typescript": "^5.2.2"
"typescript": "^5.4.5"
},
"eslintIgnore": [
"node_modules/",
Expand Down
22 changes: 11 additions & 11 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,24 @@
"@callstack/reassure-compare": "1.0.0-rc.3",
"@callstack/reassure-logger": "1.0.0-rc.3",
"chalk": "4.1.2",
"simple-git": "^3.16.0",
"yargs": "^17.6.2"
"simple-git": "^3.24.0",
"yargs": "^17.7.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",
"@babel/core": "^7.24.5",
"@babel/plugin-transform-flow-strip-types": "^7.24.1",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@babel/runtime": "^7.24.5",
"@relmify/jest-serializer-strip-ansi": "^1.0.2",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.46",
"@types/yargs": "^17.0.20",
"@types/yargs": "^17.0.32",
"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": "^0.20.4",
"typescript": "^5.4.5"
},
"react-native-builder-bob": {
"source": "src",
Expand Down
18 changes: 9 additions & 9 deletions packages/compare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@
"@callstack/reassure-logger": "1.0.0-rc.3",
"markdown-table": "^2.0.0",
"ts-regex-builder": "^1.7.1",
"zod": "^3.20.2"
"zod": "^3.23.8"
},
"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",
"@babel/core": "^7.24.5",
"@babel/plugin-transform-flow-strip-types": "^7.24.1",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@babel/runtime": "^7.24.5",
"@relmify/jest-serializer-strip-ansi": "^1.0.2",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"@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": "^0.20.4",
"typescript": "^5.4.5"
},
"react-native-builder-bob": {
"source": "src",
Expand Down
4 changes: 2 additions & 2 deletions packages/danger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
},
"homepage": "https://github.com/callstack/reassure#readme",
"devDependencies": {
"react-native-builder-bob": "^0.20.3",
"typescript": "^5.2.2"
"react-native-builder-bob": "^0.20.4",
"typescript": "^5.4.5"
},
"react-native-builder-bob": {
"source": "src",
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"chalk": "4.1.2"
},
"devDependencies": {
"react-native-builder-bob": "^0.20.3",
"typescript": "^5.2.2"
"react-native-builder-bob": "^0.20.4",
"typescript": "^5.4.5"
},
"react-native-builder-bob": {
"source": "src",
Expand Down
26 changes: 13 additions & 13 deletions packages/measure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,30 +35,30 @@
"homepage": "https://github.com/callstack/reassure#readme",
"dependencies": {
"@callstack/reassure-logger": "1.0.0-rc.3",
"mathjs": "^12.3.2"
"mathjs": "^12.4.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",
"@babel/core": "^7.24.5",
"@babel/plugin-transform-flow-strip-types": "^7.24.1",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@babel/runtime": "^7.24.5",
"@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",
"@testing-library/react": "^14.3.1",
"@testing-library/react-native": "^12.5.0",
"@types/jest": "^29.5.12",
"@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",
"react-native-builder-bob": "^0.20.3",
"react-native": "0.73.8",
"react-native-builder-bob": "^0.20.4",
"react-test-renderer": "18.2.0",
"strip-ansi": "^6.0.1",
"typescript": "^5.2.2"
"typescript": "^5.4.5"
},
"peerDependencies": {
"react": ">=17.0.0"
Expand Down
16 changes: 8 additions & 8 deletions packages/reassure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@
"@callstack/reassure-cli": "1.0.0-rc.3",
"@callstack/reassure-danger": "1.0.0-rc.3",
"@callstack/reassure-measure": "1.0.0-rc.3",
"import-local": "^3.0.2"
"import-local": "^3.1.0"
},
"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",
"@babel/core": "^7.24.5",
"@babel/plugin-transform-flow-strip-types": "^7.24.1",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@babel/runtime": "^7.24.5",
"@types/react": "^18.2.46",
"react-native-builder-bob": "^0.20.3",
"typescript": "^5.2.2"
"react-native-builder-bob": "^0.20.4",
"typescript": "^5.4.5"
},
"react-native-builder-bob": {
"source": "src",
Expand Down
2 changes: 1 addition & 1 deletion test-apps/native/babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
presets: ['module:@react-native/babel-preset'],
};
19 changes: 11 additions & 8 deletions test-apps/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,24 @@
},
"dependencies": {
"react": "18.2.0",
"react-native": "0.73.1"
"react-native": "0.73.8"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/runtime": "^7.23.7",
"@callstack/eslint-config": "^14.1.0",
"@testing-library/react-native": "^12.4.3",
"@babel/core": "^7.24.5",
"@babel/runtime": "^7.24.5",
"@callstack/eslint-config": "^14.1.1",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.5",
"@react-native/typescript-config": "0.73.1",
"@testing-library/react-native": "^12.5.0",
"@types/react": "^18.2.46",
"babel-jest": "^29.7.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "0.77.0",
"react-test-renderer": "18.2.0",
"reassure": "workspace:^",
"typescript": "^5.2.2"
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 0b42688

Please sign in to comment.