yarn update

This commit is contained in:
Paulo Gustavo Veiga 2022-04-07 14:06:26 -03:00
parent c5559009be
commit 4a04b60693
3 changed files with 666 additions and 687 deletions

View File

@ -19,8 +19,8 @@
"@babel/preset-env": "^7.16.11", "@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7", "@babel/preset-react": "^7.16.7",
"@formatjs/cli": "^4.8.1", "@formatjs/cli": "^4.8.1",
"@types/react": "^17.0.0", "react": "^17.0.2",
"@types/react-dom": "^17.0.0", "react-dom": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^4.8.1", "@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1", "@typescript-eslint/parser": "^4.8.1",
"clean-webpack-plugin": "^4.0.0", "clean-webpack-plugin": "^4.0.0",
@ -35,7 +35,6 @@
"eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-hooks": "^4.2.0",
"html-webpack-plugin": "^5.5.0", "html-webpack-plugin": "^5.5.0",
"prettier": "^2.2.1", "prettier": "^2.2.1",
"react": "^17.0.0",
"ts-loader": "^8.0.11", "ts-loader": "^8.0.11",
"ts-node": "^9.0.0", "ts-node": "^9.0.0",
"typescript": "^4.1.2", "typescript": "^4.1.2",
@ -49,8 +48,8 @@
"styled-components": "^5.2.1" "styled-components": "^5.2.1"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^17.0.0", "react": "^17.0.2",
"react-dom": "^17.0.0", "react-dom": "^17.0.2",
"react-intl": "^5.24.3" "react-intl": "^5.24.3"
} }
} }

View File

@ -68,7 +68,7 @@
"axios": "^0.21.0", "axios": "^0.21.0",
"dayjs": "^1.10.7", "dayjs": "^1.10.7",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.0", "react-dom": "^17.0.2",
"react-ga": "^3.3.0", "react-ga": "^3.3.0",
"react-google-recaptcha": "^2.1.0", "react-google-recaptcha": "^2.1.0",
"react-intl": "^3.0.0", "react-intl": "^3.0.0",

1340
yarn.lock

File diff suppressed because it is too large Load Diff