fix: move @babel/core to 'dependencies'

This commit is contained in:
Joao Victor 2022-09-16 10:54:57 -03:00
parent 94e976d0e0
commit bc4d9d493f
2 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
"name": "learning-analytics-dashboard",
"version": "0.1.0",
"dependencies": {
"@babel/core": "^7.15.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^5.20.6",
"react-scripts": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"autoprefixer": "^10.4.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",

View File

@ -9,7 +9,6 @@
]
},
"dependencies": {
"@babel/core": "^7.15.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^5.20.6",
@ -40,6 +39,7 @@
]
},
"devDependencies": {
"@babel/core": "^7.15.0",
"autoprefixer": "^10.4.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",