Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Krusche committed Jul 15, 2023
1 parent 2f9f701 commit 79eac46
Show file tree
Hide file tree
Showing 3 changed files with 693 additions and 527 deletions.
43 changes: 24 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,62 +56,67 @@
"react": "18.2.0",
"react-color": "2.19.3",
"react-dom": "18.2.0",
"react-redux": "8.0.5",
"react-redux": "8.0.7",
"react-tooltip": "4.5.1",
"redux": "4.2.1",
"redux-saga": "1.2.3",
"redux-thunk": "2.4.2",
"styled-components": "5.3.6",
"tslib": "2.5.2",
"tslib": "2.6.0",
"uuid": "9.0.0"
},
"resolutions": {
"semver": "7.5.4",
"word-wrap": "1.2.3",
"tough-cookie": "4.1.3"
},
"devDependencies": {
"@stylelint/postcss-css-in-js": "0.38.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@types/jest": "29.5.1",
"@types/jest": "29.5.3",
"@types/react": "18.0.27",
"@types/react-color": "3.0.6",
"@types/react-dom": "18.0.10",
"@types/react-redux": "7.1.25",
"@types/redux-mock-store": "1.0.3",
"@types/styled-components": "5.1.26",
"@types/uuid": "9.0.1",
"@types/uuid": "9.0.2",
"circular-dependency-plugin": "5.2.2",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.7.4",
"cypress": "12.12.0",
"css-loader": "6.8.1",
"cypress": "12.17.1",
"cypress-real-events": "1.8.1",
"fork-ts-checker-notifier-webpack-plugin": "7.0.0",
"fork-ts-checker-webpack-plugin": "8.0.0",
"html-webpack-plugin": "5.5.1",
"html-webpack-plugin": "5.5.3",
"husky": "8.0.3",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-html-reporter": "3.9.0",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"jest-html-reporter": "3.10.1",
"jest-styled-components": "7.1.1",
"lint-staged": "13.2.2",
"lint-staged": "13.2.3",
"pinst": "3.0.0",
"postcss": "8.4.23",
"postcss": "8.4.26",
"postcss-syntax": "0.36.2",
"prettier": "2.8.8",
"redux-mock-store": "1.5.4",
"start-server-and-test": "2.0.0",
"style-loader": "3.3.3",
"stylelint": "15.6.2",
"stylelint": "15.10.1",
"stylelint-config-recommended": "12.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"ts-jest": "29.1.0",
"ts-loader": "9.4.2",
"ts-jest": "29.1.1",
"ts-loader": "9.4.4",
"tslint": "6.1.3",
"tslint-config-prettier": "1.18.0",
"tslint-loader": "3.5.4",
"tslint-react": "5.0.0",
"typescript": "5.0.4",
"webpack": "5.83.1",
"webpack-cli": "5.1.1",
"webpack-dev-server": "4.15.0",
"typescript": "5.1.6",
"webpack": "5.88.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"webpack-merge": "5.9.0",
"yarn": "1.22.19"
}
Expand Down
1 change: 0 additions & 1 deletion webpack/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const common = require('./webpack.common.js');

const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');


module.exports = merge(common, {
mode: 'production',
devtool: false,
Expand Down
Loading

0 comments on commit 79eac46

Please sign in to comment.