Skip to content

Commit

Permalink
fix(react-native): pin ajv version to 8.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongemi committed Feb 27, 2024
1 parent 53e62c2 commit 19456ab
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -140,7 +140,7 @@
"@xstate/inspect": "0.7.0",
"@xstate/react": "3.0.1",
"ai": "^2.2.10",
"ajv": "^8.11.0",
"ajv": "^8.12.0",
"autoprefixer": "10.4.13",
"babel-jest": "29.4.3",
"babel-loader": "^9.1.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/react-native/.eslintrc.json
Expand Up @@ -37,7 +37,8 @@
"@nx/webpack",
"@nx/detox",
"@nx/cypress",
"@nx/playwright"
"@nx/playwright",
"ajv"
]
}
]
Expand Down
1 change: 1 addition & 0 deletions packages/react-native/package.json
Expand Up @@ -25,6 +25,7 @@
"main": "./index",
"types": "index.d.ts",
"dependencies": {
"ajv": "^8.12.0",
"chalk": "^4.1.0",
"enhanced-resolve": "^5.8.3",
"fs-extra": "^11.1.0",
Expand Down
75 changes: 64 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19456ab

Please sign in to comment.