Skip to content

Commit

Permalink
chore(deps): update yarn minors and patches
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 14, 2024
1 parent 19a6b9b commit d82d6c7
Show file tree
Hide file tree
Showing 4 changed files with 657 additions and 1,781 deletions.
10 changes: 5 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"@types/react-dom": "~17.0.20",
"@types/react-modal": "^3.16.0",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"cross-env": "^7.0.3",
"css-loader": "^7.0.0",
Expand All @@ -78,7 +78,7 @@
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react": "7.34.4",
"eslint-plugin-react-hooks": "4.6.2",
"expect": "^29.5.0",
"i18next": "^23.0.0",
Expand All @@ -94,12 +94,12 @@
"sass-loader": "~14.2.0",
"style-loader": "^4.0.0",
"styled-components": "^5.3.10",
"stylelint": "16.6.1",
"stylelint": "16.7.0",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.2",
"ts-mockito": "^2.6.1",
"typescript": "5.5.3",
"webpack": "5.92.1",
"webpack": "5.93.0",
"webpack-cli": "5.1.4",
"webpack-merge": "6.0.1",
"yargs": "17.7.2"
Expand Down
10 changes: 5 additions & 5 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,26 +50,26 @@
"@types/react-table": "^7.7.14",
"@types/styled-components": "^5.1.26",
"@types/webpack-env": "^1.18.4",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"assert": "^2.0.0",
"css-loader": "^7.0.0",
"eslint": "8.57.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react": "7.34.4",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-storybook": "0.8.0",
"sass": "^1.71.1",
"sass-loader": "^14.0.0",
"storybook": "^8.1.2",
"style-loader": "^4.0.0",
"stylelint": "16.6.1",
"stylelint": "16.7.0",
"ts-loader": "^9.4.2",
"typescript": "5.5.3",
"webpack": "5.92.1",
"webpack": "5.93.0",
"yargs": "17.7.2"
}
}
14 changes: 7 additions & 7 deletions packages/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"tslib": "2.6.3"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/core": "7.24.8",
"@babel/plugin-transform-react-display-name": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/preset-env": "7.24.8",
"@babel/preset-react": "7.24.7",
"@equisoft/eslint-config": "3.0.6",
"@equisoft/eslint-config-typescript-react": "3.0.6",
Expand All @@ -52,16 +52,16 @@
"@types/react-dom": "18.3.0",
"@types/react-table": "7.7.20",
"@types/styled-components": "5.1.34",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"babel-plugin-styled-components": "2.1.4",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react": "7.34.4",
"eslint-plugin-react-hooks": "4.6.2",
"html-webpack-plugin": "5.6.0",
"postcss": "8.4.39",
Expand All @@ -70,10 +70,10 @@
"posthtml-expressions": "1.11.3",
"pretty-format": "29.7.0",
"serve-static": "1.15.0",
"stylelint": "16.6.1",
"stylelint": "16.7.0",
"ts-loader": "9.5.1",
"typescript": "5.5.3",
"webpack": "5.92.1",
"webpack": "5.93.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4",
"webpack-merge": "6.0.1",
Expand Down
Loading

0 comments on commit d82d6c7

Please sign in to comment.