Skip to content

Commit

Permalink
chore(deps): rebase with develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mateus-f-torres committed Feb 7, 2022
1 parent 1d9640d commit eea2ad3
Show file tree
Hide file tree
Showing 104 changed files with 4,778 additions and 279 deletions.
2,830 changes: 2,668 additions & 162 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
presets: [
["@babel/preset-env", {useBuiltIns: "usage", corejs: "3.19"}],
["@babel/preset-env", {useBuiltIns: "usage", corejs: "3.21"}],
["@babel/preset-react"],
["@babel/preset-typescript"],
],
Expand Down
82 changes: 41 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"license": "MIT",
"private": true,
"engines": {
"node": "16.13.0",
"npm": "8.1.2"
"node": "16.13.2",
"npm": "8.4.1"
},
"packageManager": "yarn@3.0.2",
"packageManager": "yarn@3.2.0-rc.14",
"scripts": {
"postinstall": "husky install",
"start": "webpack serve",
Expand All @@ -23,71 +23,71 @@
"@pusher/push-notifications-web": "1.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"tailwindcss": "2.2.19",
"workbox-core": "6.3.0",
"workbox-precaching": "6.3.0",
"workbox-routing": "6.3.0"
"tailwindcss": "3.0.18",
"workbox-core": "6.4.2",
"workbox-precaching": "6.4.2",
"workbox-routing": "6.4.2"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/preset-env": "7.16.0",
"@babel/preset-react": "7.16.0",
"@babel/preset-typescript": "7.16.0",
"@commitlint/cli": "14.1.0",
"@commitlint/config-conventional": "14.1.0",
"@babel/core": "7.17.0",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@commitlint/cli": "16.1.0",
"@commitlint/config-conventional": "16.0.0",
"@testing-library/jest-dom": "5.15.0",
"@testing-library/react": "12.1.2",
"@types/jest": "27.0.2",
"@types/node": "16.11.6",
"@types/react": "17.0.34",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"@types/testing-library__jest-dom": "5.14.1",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"autoprefixer": "10.4.0",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"autoprefixer": "10.4.2",
"babel-loader": "8.2.3",
"clean-webpack-plugin": "4.0.0",
"commitizen": "4.2.4",
"compression-webpack-plugin": "9.0.0",
"copy-webpack-plugin": "9.0.1",
"core-js": "3.19.1",
"css-loader": "6.5.0",
"css-minimizer-webpack-plugin": "3.1.1",
"compression-webpack-plugin": "9.2.0",
"copy-webpack-plugin": "10.2.4",
"core-js": "3.21.0",
"css-loader": "6.6.0",
"css-minimizer-webpack-plugin": "3.4.1",
"cz-conventional-changelog": "3.3.0",
"dotenv": "10.0.0",
"eslint": "8.1.0",
"dotenv": "16.0.0",
"eslint": "8.8.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-standard": "16.0.3",
"eslint-config-standard-with-typescript": "21.0.1",
"eslint-import-resolver-node": "0.3.6",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.1.1",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-standard": "5.0.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.5.0",
"husky": "7.0.4",
"image-webpack-loader": "8.0.1",
"image-webpack-loader": "8.1.0",
"jest": "27.3.1",
"lint-staged": "11.2.6",
"mini-css-extract-plugin": "2.4.3",
"postcss": "8.3.11",
"postcss-loader": "6.2.0",
"prettier": "2.4.1",
"lint-staged": "12.3.3",
"mini-css-extract-plugin": "2.5.3",
"postcss": "8.4.6",
"postcss-loader": "6.2.1",
"prettier": "2.5.1",
"style-loader": "3.3.1",
"stylelint": "14.0.1",
"stylelint": "14.3.0",
"stylelint-config-idiomatic-order": "8.1.0",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-standard": "23.0.0",
"terser-webpack-plugin": "5.2.4",
"stylelint-config-standard": "24.0.0",
"terser-webpack-plugin": "5.3.1",
"ts-loader": "9.2.6",
"ts-node": "10.4.0",
"typescript": "4.4.4",
"webpack": "5.61.0",
"typescript": "4.5.5",
"webpack": "5.68.0",
"webpack-bundle-analyzer": "4.5.0",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.4.0",
"workbox-webpack-plugin": "6.3.0"
"webpack-cli": "4.9.2",
"webpack-dev-server": "4.7.4",
"workbox-webpack-plugin": "6.4.2"
}
}
Loading

0 comments on commit eea2ad3

Please sign in to comment.