Skip to content

Commit

Permalink
Update Jest dependency for OpenAPI-generated components (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorreece authored Aug 5, 2024
1 parent 97f31cb commit d663c2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prismatic-io/prism",
"version": "7.0.2",
"version": "7.0.3",
"description": "Build, deploy, and support integrations in Prismatic from the comfort of your command line",
"keywords": ["prismatic", "cli"],
"homepage": "https://prismatic.io",
Expand Down
8 changes: 4 additions & 4 deletions src/commands/components/init/formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ export default class GenerateFormatsCommand extends Command {
"@prismatic-io/spectral": "*",
},
devDependencies: {
"@prismatic-io/eslint-config-spectral": "2.0.1",
"@types/jest": "25.2.3",
"@prismatic-io/eslint-config-spectral": "2.0.2",
"@types/jest": "29.5.12",
"copy-webpack-plugin": "10.2.4",
jest: "26.6.3",
"ts-jest": "26.4.0",
jest: "29.7.0",
"ts-jest": "29.2.4",
"ts-loader": "9.3.0",
typescript: "5.5.3",
webpack: "5.72.0",
Expand Down

0 comments on commit d663c2b

Please sign in to comment.