Skip to content

Commit b361fc2

Browse files
Bump the npm-development group with 8 updates
Bumps the npm-development group with 8 updates: | Package | From | To | | --- | --- | --- | | [@playwright/test](https://github.com/microsoft/playwright) | `1.41.1` | `1.42.0` | | [prettier](https://github.com/prettier/prettier) | `3.2.4` | `3.2.5` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.16` | `20.11.24` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.51` | `18.2.61` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.18` | `18.2.19` | | [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` | | [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | `4.10.1` | `4.10.2` | | [yaml-loader](https://github.com/eemeli/yaml-loader) | `0.8.0` | `0.8.1` | Updates `@playwright/test` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.41.1...v1.42.0) Updates `prettier` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.2.4...3.2.5) Updates `@types/node` from 20.11.16 to 20.11.24 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 18.2.51 to 18.2.61 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.2.18 to 18.2.19 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `eslint` from 8.56.0 to 8.57.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.56.0...v8.57.0) Updates `eslint-plugin-github` from 4.10.1 to 4.10.2 - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](github/eslint-plugin-github@v4.10.1...v4.10.2) Updates `yaml-loader` from 0.8.0 to 0.8.1 - [Release notes](https://github.com/eemeli/yaml-loader/releases) - [Commits](eemeli/yaml-loader@v0.8.0...v0.8.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: yaml-loader dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 65c8b30 commit b361fc2

File tree

4 files changed

+66
-66
lines changed

4 files changed

+66
-66
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"styled-components": "^6.1.1"
3636
},
3737
"devDependencies": {
38-
"eslint": "^8.56.0",
38+
"eslint": "^8.57.0",
3939
"eslint-config-prettier": "^9.1.0",
4040
"eslint-mdx": "^3.1.5",
4141
"eslint-plugin-mdx": "^2.2.0",

gatsby-theme-doctocat-typescript/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,25 +94,25 @@
9494
"@types/gatsbyjs__reach-router": "^2.0.4",
9595
"@types/lodash.debounce": "^4.0.9",
9696
"@types/lodash.uniqby": "^4.7.9",
97-
"@types/node": "^20.11.16",
97+
"@types/node": "^20.11.24",
9898
"@types/path-browserify": "^1.0.2",
9999
"@types/pluralize": "^0.0.33",
100100
"@types/preval.macro": "^3.0.2",
101101
"@types/prismjs": "^1.26.3",
102-
"@types/react": "^18.2.51",
103-
"@types/react-dom": "^18.2.18",
102+
"@types/react": "^18.2.61",
103+
"@types/react-dom": "^18.2.19",
104104
"@types/react-helmet": "^6.1.11",
105105
"@types/react-measure": "^2.0.12",
106106
"@types/styled-components": "^5.1.28",
107107
"@types/styled-system__should-forward-prop": "^5.1.4",
108108
"@typescript-eslint/eslint-plugin": "^6.13.1",
109109
"@typescript-eslint/parser": "^6.13.1",
110-
"eslint": "^8.56.0",
110+
"eslint": "^8.57.0",
111111
"eslint-config-prettier": "^9.1.0",
112-
"eslint-plugin-github": "^4.10.1",
112+
"eslint-plugin-github": "^4.10.2",
113113
"eslint-plugin-prettier": "^5.1.3",
114114
"eslint-plugin-react": "^7.33.2",
115115
"typescript": "^5.3.3",
116-
"yaml-loader": "^0.8.0"
116+
"yaml-loader": "^0.8.1"
117117
}
118118
}

package-lock.json

Lines changed: 57 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"docs"
3636
],
3737
"devDependencies": {
38-
"@playwright/test": "^1.41.1",
39-
"prettier": "^3.2.4",
38+
"@playwright/test": "^1.42.0",
39+
"prettier": "^3.2.5",
4040
"typescript": "^5.3.3"
4141
},
4242
"overrides": {

0 commit comments

Comments
 (0)