Skip to content

Commit

Permalink
fix(product): move @types to be devDeps (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
kensodemann committed May 8, 2023
1 parent 761d4b7 commit cf0c3d7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
26 changes: 16 additions & 10 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions packages/project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@
"@ionic/utils-subprocess": "^2.1.8",
"@prettier/plugin-xml": "^2.2.0",
"@trapezedev/gradle-parse": "7.0.8",
"@types/cross-spawn": "^6.0.2",
"@types/diff": "^5.0.2",
"@types/fs-extra": "^9.0.13",
"@types/ini": "^1.3.31",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.175",
"@types/plist": "^3.0.2",
"@types/slice-ansi": "^5.0.0",
"@xmldom/xmldom": "^0.7.5",
"conventional-changelog": "^3.1.4",
"cross-fetch": "^3.1.5",
Expand Down Expand Up @@ -72,6 +64,14 @@
]
},
"devDependencies": {
"@types/cross-spawn": "^6.0.2",
"@types/diff": "^5.0.2",
"@types/fs-extra": "^9.0.13",
"@types/ini": "^1.3.31",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.175",
"@types/plist": "^3.0.2",
"@types/slice-ansi": "^5.0.0",
"jest": "^27.2.5",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.7",
Expand Down

1 comment on commit cf0c3d7

@vercel
Copy link

@vercel vercel bot commented on cf0c3d7 May 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.