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 452d845 commit 958f967
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 12 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
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 958f967

Please sign in to comment.