Skip to content

Commit 8b29704

Browse files
build(deps-dev): bump the patterns group with 7 updates
Bumps the patterns group with 7 updates: | Package | From | To | | --- | --- | --- | | [@emotion/react](https://github.com/emotion-js/emotion) | `11.13.0` | `11.13.3` | | [@swc/core](https://github.com/swc-project/swc) | `1.7.14` | `1.7.18` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.3` | `18.3.4` | | [eslint](https://github.com/eslint/eslint) | `9.9.0` | `9.9.1` | | [expect-type](https://github.com/mmkal/expect-type) | `0.19.0` | `0.20.0` | | [husky](https://github.com/typicode/husky) | `9.1.4` | `9.1.5` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.1` | `5.4.2` | Updates `@emotion/react` from 11.13.0 to 11.13.3 - [Release notes](https://github.com/emotion-js/emotion/releases) - [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md) - [Commits](https://github.com/emotion-js/emotion/compare/@emotion/react@11.13.0...@emotion/react@11.13.3) Updates `@swc/core` from 1.7.14 to 1.7.18 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](swc-project/swc@v1.7.14...v1.7.18) Updates `@types/react` from 18.3.3 to 18.3.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `eslint` from 9.9.0 to 9.9.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.9.0...v9.9.1) Updates `expect-type` from 0.19.0 to 0.20.0 - [Release notes](https://github.com/mmkal/expect-type/releases) - [Commits](mmkal/expect-type@0.19.0...v0.20.0) Updates `husky` from 9.1.4 to 9.1.5 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v9.1.4...v9.1.5) Updates `vite` from 5.4.1 to 5.4.2 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.2/packages/vite) --- updated-dependencies: - dependency-name: "@emotion/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patterns - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patterns - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patterns - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patterns - dependency-name: expect-type dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patterns - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patterns - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patterns ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d2afe02 commit 8b29704

File tree

3 files changed

+125
-95
lines changed

3 files changed

+125
-95
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@types/node": "^20.11.19",
23-
"@types/react": "^18.3.3",
23+
"@types/react": "^18.3.4",
2424
"@types/react-dom": "^18.3.0",
2525
"typescript": "^5.5.4"
2626
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,24 +77,24 @@
7777
"devDependencies": {
7878
"@commitlint/cli": "^19.4.0",
7979
"@commitlint/config-angular": "^19.3.0",
80-
"@emotion/react": "^11.13.0",
80+
"@emotion/react": "^11.13.3",
8181
"@emotion/styled": "^11.13.0",
8282
"@mui/material": "^5.16.7",
8383
"@rollup/plugin-alias": "^5.1.0",
8484
"@rollup/plugin-commonjs": "^26.0.1",
8585
"@rollup/plugin-node-resolve": "^15.2.3",
8686
"@rollup/plugin-replace": "^5.0.7",
87-
"@swc/core": "^1.7.14",
87+
"@swc/core": "^1.7.18",
8888
"@swc/helpers": "^0.5.12",
8989
"@testing-library/react": "^14.2.2",
9090
"@types/node": "^20.12.5",
91-
"@types/react": "^18.3.3",
91+
"@types/react": "^18.3.4",
9292
"@types/react-dom": "^18.3.0",
9393
"@typescript-eslint/eslint-plugin": "^7.5.0",
9494
"@typescript-eslint/parser": "^8.2.0",
9595
"@vitejs/plugin-react": "^4.3.1",
9696
"@vitest/coverage-v8": "^1.4.0",
97-
"eslint": "^9.9.0",
97+
"eslint": "^9.9.1",
9898
"eslint-config-standard": "^17.1.0",
9999
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
100100
"eslint-plugin-n": "^16.6.2",
@@ -103,8 +103,8 @@
103103
"eslint-plugin-react-hooks": "^4.6.2",
104104
"eslint-plugin-simple-import-sort": "^12.1.1",
105105
"eslint-plugin-unused-imports": "^3.1.0",
106-
"expect-type": "^0.19.0",
107-
"husky": "^9.1.4",
106+
"expect-type": "^0.20.0",
107+
"husky": "^9.1.5",
108108
"jsdom": "^25.0.0",
109109
"lint-staged": "^15.2.9",
110110
"pinst": "^3.0.0",
@@ -116,7 +116,7 @@
116116
"rollup-plugin-swc3": "^0.11.2",
117117
"ts-node": "^10.9.2",
118118
"typescript": "^5.5.4",
119-
"vite": "^5.4.1",
119+
"vite": "^5.4.2",
120120
"vitest": "^1.4.0"
121121
},
122122
"resolutions": {

0 commit comments

Comments
 (0)