Skip to content

Commit

Permalink
move ts-loader and file-loader to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrytovuori committed May 30, 2024
1 parent 7caf327 commit 334ff8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"copy-to-clipboard": "^3.2.0",
"date-fns": "^2.0.0-beta.4",
"dotenv": "^8.0.0",
"file-loader": "^6.2.0",
"file-saver": "^2.0.5",
"font-awesome": "^4.7.0",
"foundation-sites": "6.5.3",
Expand Down Expand Up @@ -70,7 +69,6 @@
"redux-form": "^8.2.5",
"redux-oidc": "^3.1.4",
"redux-saga": "^1.0.5",
"ts-loader": "^9.5.1",
"utility-types": "^3.11.0",
"whatwg-fetch": "^3.0.0"
},
Expand Down Expand Up @@ -111,6 +109,7 @@
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-react": "^7.14.3",
"favicons-webpack-plugin": "^6.0.1",
"file-loader": "^6.2.0",
"flow-typed": "^3.9.0",
"fs-extra": "^11.2.0",
"html-webpack-plugin": "^5.6.0",
Expand All @@ -128,6 +127,7 @@
"sinon-chai": "^3.3.0",
"style-loader": "^3.3.4",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.5",
Expand Down

0 comments on commit 334ff8b

Please sign in to comment.