Skip to content

Commit

Permalink
chore(deps): move dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oyo committed Oct 11, 2023
1 parent 2f29d19 commit 705a560
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"homepage": "./",
"private": true,
"dependencies": {
"@babel/core": "^7.23.0",
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@catena-x/portal-shared-components": "^2.1.4",
"@mui/icons-material": "^5.14.12",
"@mui/material": "^5.14.12",
Expand All @@ -16,12 +13,13 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.3",
"sass": "^1.69.1",
"typescript": "^4.4.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
Expand All @@ -31,7 +29,9 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/uuid": "^9.0.5",
"react-scripts": "5.0.1"
"react-scripts": "5.0.1",
"sass": "^1.69.1",
"typescript": "^4.4.2"
},
"scripts": {
"start": "GENERATE_SOURCEMAP=false react-scripts start",
Expand Down

0 comments on commit 705a560

Please sign in to comment.