Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
update @babel/core@7.14.0, @babel/plugin-transform-runtime@7.13.15, @…
Browse files Browse the repository at this point in the history
…babel/preset-env@7.14.1, @babel/preset-react@7.13.13, css-loader@5.2.4, eslint@7.25.0, eslint-plugin-prettier@3.4.0, eslint-plugin-react@7.23.2, mini-css-extract-plugin@1.6.0, postcss@8.2.14, postcss-import@14.0.1, webpack@5.36.2, webpack-cli@4.6.0, tailwindcss@2.1.2
  • Loading branch information
agiloch committed May 6, 2021
1 parent 958eb04 commit 53548c9
Show file tree
Hide file tree
Showing 2 changed files with 377 additions and 264 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tailwindcss": "^2.0.4"
"tailwindcss": "^2.1.2"
},
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -48,11 +48,11 @@
}
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/core": "^7.14.0",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.13.13",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.11.10",
Expand All @@ -64,33 +64,33 @@
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.2.0",
"css-loader": "^5.2.4",
"css-minimizer-webpack-plugin": "^2.0.0",
"dotenv-webpack": "^6.0.4",
"eslint": "^7.22.0",
"eslint": "^7.25.0",
"eslint-config-prettier": "^7.2.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"html-webpack-plugin": "^5.3.1",
"husky": "^4.3.8",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"mini-css-extract-plugin": "^1.3.9",
"mini-css-extract-plugin": "^1.6.0",
"node-sass": "^5.0.0",
"postcss": "^8.2.8",
"postcss-import": "^14.0.0",
"postcss": "^8.2.14",
"postcss-import": "^14.0.1",
"postcss-loader": "^5.2.0",
"prettier": "^2.2.1",
"react-refresh": "^0.9.0",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.28.0",
"webpack-cli": "^4.5.0",
"webpack": "^5.36.2",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
}
Expand Down
Loading

0 comments on commit 53548c9

Please sign in to comment.