Skip to content

Commit c92f25d

Browse files
authored
Merge pull request #131 from issue-ops/dependabot/npm_and_yarn/npm-development-c64b5e1f54
Bump the npm-development group with 8 updates
2 parents c0582fb + 8bbc4eb commit c92f25d

File tree

4 files changed

+72
-70
lines changed

4 files changed

+72
-70
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint-mdx": "^3.1.5",
4141
"eslint-plugin-mdx": "^3.1.5",
4242
"eslint-plugin-prettier": "^5.2.1",
43-
"eslint-plugin-react": "^7.37.1",
43+
"eslint-plugin-react": "^7.37.2",
4444
"remark-preset-lint-consistent": "^6.0.0",
4545
"remark-preset-lint-markdown-style-guide": "^6.0.0",
4646
"remark-preset-lint-recommended": "^7.0.0",

gatsby-theme-doctocat-typescript/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,16 @@
9191
"worker-loader": "^3.0.8"
9292
},
9393
"devDependencies": {
94-
"@types/gatsbyjs__reach-router": "^2.0.4",
94+
"@types/gatsbyjs__reach-router": "^2.0.5",
9595
"@types/lodash.debounce": "^4.0.9",
9696
"@types/lodash.uniqby": "^4.7.9",
97-
"@types/node": "^22.7.4",
97+
"@types/node": "^22.8.6",
9898
"@types/path-browserify": "^1.0.3",
9999
"@types/pluralize": "^0.0.33",
100100
"@types/preval.macro": "^3.0.2",
101-
"@types/prismjs": "^1.26.4",
102-
"@types/react": "^18.3.10",
103-
"@types/react-dom": "^18.2.23",
101+
"@types/prismjs": "^1.26.5",
102+
"@types/react": "^18.3.12",
103+
"@types/react-dom": "^18.3.1",
104104
"@types/react-helmet": "^6.1.11",
105105
"@types/react-measure": "^2.0.12",
106106
"@types/styled-components": "^5.1.34",
@@ -111,8 +111,8 @@
111111
"eslint-config-prettier": "^9.1.0",
112112
"eslint-plugin-github": "^5.0.2",
113113
"eslint-plugin-prettier": "^5.2.1",
114-
"eslint-plugin-react": "^7.37.1",
115-
"typescript": "^5.6.2",
114+
"eslint-plugin-react": "^7.37.2",
115+
"typescript": "^5.6.3",
116116
"yaml-loader": "^0.8.1"
117117
}
118118
}

package-lock.json

+62-60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"docs"
3636
],
3737
"devDependencies": {
38-
"@playwright/test": "^1.47.2",
38+
"@playwright/test": "^1.48.2",
3939
"eslint-plugin-jest": "^28.8.3",
4040
"prettier": "^3.3.3",
41-
"typescript": "^5.6.2"
41+
"typescript": "^5.6.3"
4242
},
4343
"overrides": {
4444
"@typescript-eslint/eslint-plugin": "^7.8.0",

0 commit comments

Comments
 (0)