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

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
agiloch committed Jul 30, 2021
1 parent 6b7a08b commit e16bd55
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 102 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tailwindcss": "^2.2.4"
"tailwindcss": "^2.2.7"
},
"main": "index.js",
"scripts": {
"test": "jest",
"start": "webpack serve --config config/webpack.dev.js",
"build": "NODE_ENV=production webpack --config config/webpack.prod.js",
"build-staging": "NODE_ENV=production webpack --config config/webpack.stag.js",
"build-staging": "NODE_ENV=production webpack --config config/webpack.stag.js",
"prettify": "yarn prettier \"**/*.*(js|jsx)\" --ignore-path=.prettierignore --write",
"lint": "eslint src --ext .js,.jsx && yarn prettify",
"lint-fix": "eslint src --ext .js,.jsx --fix && yarn prettify",
Expand All @@ -48,17 +48,17 @@
}
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/core": "^7.14.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-env": "^7.14.8",
"@babel/preset-react": "^7.14.5",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"autoprefixer": "^10.2.6",
"@testing-library/user-event": "^13.2.1",
"autoprefixer": "^10.3.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
Expand All @@ -68,7 +68,7 @@
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^2.0.0",
"dotenv-webpack": "^6.0.4",
"eslint": "^7.30.0",
"eslint": "^7.31.0",
"eslint-config-prettier": "^7.2.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-babel": "^5.3.1",
Expand All @@ -82,15 +82,15 @@
"lint-staged": "^10.5.4",
"mini-css-extract-plugin": "^1.6.1",
"node-sass": "^5.0.0",
"postcss": "^8.3.5",
"postcss": "^8.3.6",
"postcss-import": "^14.0.2",
"postcss-loader": "^5.3.0",
"prettier": "^2.3.2",
"react-refresh": "^0.9.0",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.4",
"webpack": "^5.44.0",
"webpack": "^5.47.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.8.0"
Expand Down
Loading

0 comments on commit e16bd55

Please sign in to comment.