Upload 5.16
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
"axios": "^1.2.3",
|
||||
"prop-types": "^15.8.1",
|
||||
"react": "^18.2.0",
|
||||
@@ -18,7 +15,8 @@
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"eslint": "eslint ."
|
||||
"eslint": "eslint .",
|
||||
"dev": "NODE_ENV=development nodemon index.js"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
@@ -40,6 +38,11 @@
|
||||
},
|
||||
"proxy": "http://localhost:3001/",
|
||||
"devDependencies": {
|
||||
"eslint-plugin-jest": "^27.2.2"
|
||||
}
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
"eslint-plugin-jest": "^27.2.2",
|
||||
"nodemon": "^2.0.22"
|
||||
},
|
||||
"type": "module"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user