Skip to content

Commit

Permalink
Update package versions to latest minor (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaslehnertum authored Apr 15, 2024
1 parent 2b92280 commit 5f11ee1
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"react-redux": "8.1.3",
"react-tooltip": "4.5.1",
"redux": "4.2.1",
"redux-saga": "1.2.3",
"redux-saga": "1.3.0",
"redux-thunk": "2.4.2",
"rxjs": "7.8.1",
"styled-components": "5.3.11",
Expand All @@ -73,59 +73,59 @@
"semver": "7.5.4",
"word-wrap": "1.2.5",
"tough-cookie": "4.1.3",
"postcss": "8.4.32"
"postcss": "8.4.38"
},
"devDependencies": {
"@stylelint/postcss-css-in-js": "0.38.0",
"@testing-library/jest-dom": "6.1.5",
"@testing-library/react": "14.1.2",
"@types/jest": "29.5.11",
"@types/react": "18.2.45",
"@types/react-color": "3.0.10",
"@types/react-dom": "18.2.18",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.3.1",
"@types/jest": "29.5.12",
"@types/react": "18.2.79",
"@types/react-color": "3.0.12",
"@types/react-dom": "18.2.25",
"@types/react-redux": "7.1.33",
"@types/redux-mock-store": "1.0.6",
"@types/styled-components": "5.1.34",
"@types/uuid": "9.0.7",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"chokidar-cli": "3.0.0",
"circular-dependency-plugin": "5.2.2",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.8.1",
"eslint": "8.56.0",
"css-loader": "6.11.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsdoc": "46.9.1",
"eslint-plugin-jsdoc": "46.10.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "5.1.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"fork-ts-checker-webpack-plugin": "9.0.2",
"html-webpack-plugin": "5.6.0",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-html-reporter": "3.10.2",
"jest-styled-components": "7.2.0",
"lint-staged": "15.2.0",
"lint-staged": "15.2.2",
"pinst": "3.0.0",
"postcss": "8.4.32",
"postcss": "8.4.38",
"postcss-syntax": "0.36.2",
"prettier": "3.1.1",
"prettier": "3.2.5",
"redux-mock-store": "1.5.4",
"serve": "14.2.1",
"sleep-promise": "9.1.0",
"start-server-and-test": "2.0.3",
"style-loader": "3.3.3",
"stylelint": "16.0.2",
"style-loader": "3.3.4",
"stylelint": "16.3.1",
"stylelint-config-recommended": "14.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"ts-jest": "29.1.1",
"ts-jest": "29.1.2",
"ts-loader": "9.5.1",
"typescript": "5.3.3",
"webpack": "5.89.0",
"typescript": "5.4.5",
"webpack": "5.91.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"webpack-dev-server": "4.15.2",
"webpack-merge": "5.10.0"
}
}

0 comments on commit 5f11ee1

Please sign in to comment.