Skip to content

Commit

Permalink
chore(deps): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 19, 2024
1 parent 3d203d1 commit f88b160
Show file tree
Hide file tree
Showing 2 changed files with 6,301 additions and 9,425 deletions.
96 changes: 48 additions & 48 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,65 +44,65 @@
"@babel/preset-env": "7.9.0",
"@babel/preset-react": "7.9.4",
"@babel/preset-typescript": "7.9.0",
"@hot-loader/react-dom": "16.13.0",
"@storybook/addon-actions": "5.3.17",
"@storybook/addon-knobs": "5.3.17",
"@storybook/addon-links": "5.3.17",
"@storybook/addons": "5.3.17",
"@storybook/cli": "5.3.17",
"@storybook/react": "5.3.17",
"@hot-loader/react-dom": "17.0.2",
"@storybook/addon-actions": "8.1.10",
"@storybook/addon-knobs": "8.0.1",
"@storybook/addon-links": "8.1.10",
"@storybook/addons": "7.6.17",
"@storybook/cli": "8.1.10",
"@storybook/react": "8.1.10",
"@types/clean-webpack-plugin": "0.1.3",
"@types/copy-webpack-plugin": "5.0.0",
"@types/faker": "4.1.11",
"@types/file-loader": "4.2.0",
"@types/copy-webpack-plugin": "10.1.0",
"@types/faker": "6.6.9",
"@types/file-loader": "5.0.4",
"@types/html-webpack-plugin": "3.2.2",
"@types/jest": "25.1.4",
"@types/mini-css-extract-plugin": "0.9.1",
"@types/react": "16.9.26",
"@types/react-dom": "16.9.5",
"@types/jest": "29.5.12",
"@types/mini-css-extract-plugin": "2.5.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-router": "5.1.4",
"@types/react-router-dom": "5.1.3",
"@types/react-test-renderer": "16.9.2",
"@types/react-test-renderer": "18.3.0",
"@types/styled-components": "5.0.1",
"@types/webpack": "4.41.8",
"@types/webpack-dev-server": "3.10.1",
"@typescript-eslint/eslint-plugin": "2.25.0",
"@typescript-eslint/parser": "2.25.0",
"@types/webpack": "5.28.5",
"@types/webpack-dev-server": "4.7.2",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"awesome-typescript-loader": "5.2.1",
"babel-core": "6.26.3",
"babel-loader": "8.1.0",
"babel-loader": "9.1.3",
"babel-plugin-react-remove-properties": "0.3.0",
"babel-runtime": "6.26.0",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "5.1.1",
"css-loader": "3.4.2",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.1.0",
"eslint-config-prettier": "6.10.1",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "12.0.2",
"css-loader": "7.1.2",
"eslint": "9.5.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "2.5.1",
"faker": "4.1.0",
"eslint-plugin-react-hooks": "4.6.2",
"faker": "6.6.6",
"file-loader": "6.0.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"husky": "4.2.3",
"jest": "25.2.3",
"less": "3.11.1",
"less-loader": "5.0.0",
"lint-staged": "10.0.9",
"mini-css-extract-plugin": "0.9.0",
"prettier": "1.19.1",
"react-test-renderer": "16.13.1",
"style-loader": "1.1.3",
"ts-jest": "25.2.1",
"ts-node": "8.8.1",
"typescript": "3.8.3",
"webpack": "4.42.1",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.10.3"
"html-loader": "5.0.0",
"html-webpack-plugin": "5.6.0",
"husky": "9.0.11",
"jest": "29.7.0",
"less": "4.2.0",
"less-loader": "12.2.0",
"lint-staged": "15.2.7",
"mini-css-extract-plugin": "2.9.0",
"prettier": "3.3.2",
"react-test-renderer": "18.3.1",
"style-loader": "4.0.0",
"ts-jest": "29.1.5",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"webpack": "5.92.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
"jest": {
"collectCoverage": true,
Expand Down Expand Up @@ -138,7 +138,7 @@
]
},
"resolutions": {
"@types/react": "16.9.26",
"@types/react-dom": "16.9.14"
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0"
}
}
Loading

0 comments on commit f88b160

Please sign in to comment.