CEC-1317 npm update (#134)
This commit is contained in:
16
package.json
16
package.json
@@ -3,13 +3,13 @@
|
||||
"version": "0.1.1",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@datadog/browser-logs": "^3.7.0",
|
||||
"@emotion/react": "^11.8.1",
|
||||
"@datadog/browser-logs": "^3.11.0",
|
||||
"@emotion/react": "^11.9.0",
|
||||
"@emotion/styled": "^11.8.1",
|
||||
"@material-ui/core": "^4.12.3",
|
||||
"@material-ui/icons": "^4.11.2",
|
||||
"@testing-library/jest-dom": "^5.15.0",
|
||||
"@testing-library/react": "^12.1.2",
|
||||
"@material-ui/core": "^4.12.4",
|
||||
"@material-ui/icons": "^4.11.3",
|
||||
"@testing-library/jest-dom": "^5.16.4",
|
||||
"@testing-library/react": "^12.1.4",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
"axios": "^0.26.1",
|
||||
"clsx": "^1.1.1",
|
||||
@@ -22,7 +22,7 @@
|
||||
"react-router-dom": "^5.3.0",
|
||||
"react-router-hash-link": "^2.4.3",
|
||||
"react-scripts": "5.0.0",
|
||||
"web-vitals": "^2.1.2"
|
||||
"web-vitals": "^2.1.4"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "env-cmd -f .env.local react-scripts start",
|
||||
@@ -31,7 +31,7 @@
|
||||
"build:stg": "env-cmd -f .env.stg react-scripts build",
|
||||
"build:prd": "env-cmd -f .env.prd react-scripts build",
|
||||
"build:local": "env-cmd -f .env.local react-scripts build",
|
||||
"test": "env-cmd -f .env.local react-scripts test",
|
||||
"test": "env-cmd -f .env.local react-scripts test --no-cache",
|
||||
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",
|
||||
"test:coverage": "npm test -- --coverage --watchAll=false --no-cache",
|
||||
"eject": "react-scripts eject"
|
||||
|
||||
Reference in New Issue
Block a user