Skip to content

Commit

Permalink
➕(lib) move tsc-alias into dev dependencies
Browse files Browse the repository at this point in the history
tsc-alias is an util to resolve aliases during compilation. This lib
must be listed in development dependencies.
  • Loading branch information
jbpenrath committed Nov 10, 2022
1 parent 848e12d commit 22e4de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"@rjsf/core": "4.2.3",
"json-schema": "0.4.0",
"lodash": "4.17.21",
"tsc-alias": "1.7.0",
"uuid": "9.0.0"
},
"peerDependencies": {
Expand Down Expand Up @@ -85,6 +84,7 @@
"react-dom": "17.0.2",
"react-intl": "6.2.1",
"rollup": "3.2.5",
"tsc-alias": "1.7.0",
"tslib": "2.4.1",
"typescript": "4.8.4",
"vite": "3.2.2"
Expand Down

0 comments on commit 22e4de0

Please sign in to comment.