Skip to content

Commit

Permalink
Bump schema faker
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean committed Feb 21, 2024
1 parent 8eac130 commit 9516a49
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
15 changes: 14 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"fetch-mock": "^9.11.0",
"jest": "^29.4.3",
"jest-watch-typeahead": "^2.2.2",
"json-schema-faker": "^0.5.0-rcv.44",
"json-schema-faker": "^0.5.6",
"jsonpath-plus": "^7.2.0",
"lodash": "^4.17.21",
"lossless-json": "^2.0.8",
Expand Down Expand Up @@ -108,5 +108,18 @@
"engines": {
"node": "v18.17.1",
"pnpm": "^8.6.12"
},
"pnpm": {
"overrides": {
"postcss@<8.4.31": ">=8.4.31",
"@adobe/css-tools@<4.3.1": ">=4.3.1",
"@babel/traverse@<7.23.2": ">=7.23.2",
"@adobe/css-tools@<4.3.2": ">=4.3.2",
"vite@>=4.0.0 <=4.5.1": ">=4.5.2",
"follow-redirects@<1.15.4": ">=1.15.4",
"json5@>=2.0.0 <2.2.2": ">=2.2.2",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"axios@>=0.8.1 <0.28.0": ">=0.28.0"
}
}
}
8 changes: 4 additions & 4 deletions frontend/pnpm-lock.yaml

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

0 comments on commit 9516a49

Please sign in to comment.