Skip to content

Commit a6bf39b

Browse files
pkg: Update all non-major dependencies (#3352)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4c63dc7 commit a6bf39b

File tree

14 files changed

+177
-160
lines changed

14 files changed

+177
-160
lines changed

examples/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@babel/node": "7.26.0",
3131
"@types/babel__core": "^7",
3232
"@types/benchmark": "2.1.5",
33-
"@types/react": "19.0.7",
33+
"@types/react": "19.0.8",
3434
"webpack": "^5.76.2",
3535
"webpack-cli": "^6.0.0"
3636
}

examples/github-app/package-lock.json

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

examples/github-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"license": "Apache-2.0",
3030
"devDependencies": {
3131
"@anansi/babel-preset": "6.0.12",
32-
"@anansi/browserslist-config": "1.5.1",
32+
"@anansi/browserslist-config": "1.6.0",
3333
"@anansi/webpack-config": "20.0.16",
3434
"@babel/core": "7.26.0",
3535
"@linaria/babel-preset": "5.0.4",
@@ -38,7 +38,7 @@
3838
"@linaria/shaker": "5.0.3",
3939
"@types/lodash": "4.14.192",
4040
"@types/parse-link-header": "^2.0.0",
41-
"@types/react": "19.0.7",
41+
"@types/react": "19.0.8",
4242
"@types/react-dom": "19.0.3",
4343
"@types/uuid": "^10.0.0",
4444
"react-refresh": "0.16.0",
@@ -48,7 +48,7 @@
4848
"webpack-dev-server": "5.2.0"
4949
},
5050
"dependencies": {
51-
"@anansi/router": "0.10.10",
51+
"@anansi/router": "0.10.11",
5252
"@ant-design/icons": "^5.0.0",
5353
"@data-client/graphql": "^0.14.0",
5454
"@data-client/img": "^0.14.15",

examples/nextjs/package-lock.json

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

examples/nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@
1818
"@data-client/react": "^0.14.0",
1919
"@data-client/rest": "^0.14.0",
2020
"@number-flow/react": "^0.5.0",
21-
"@types/node": "22.10.7",
22-
"@types/react": "19.0.7",
21+
"@types/node": "22.10.10",
22+
"@types/react": "19.0.8",
2323
"@types/react-dom": "19.0.3",
2424
"clsx": "^2.1.1",
25-
"next": "15.1.5",
25+
"next": "15.1.6",
2626
"react": "19.0.0",
2727
"react-dom": "19.0.0",
2828
"tar-fs": "^3.0.6",
2929
"tunnel-agent": "^0.6.0",
3030
"typescript": "^5.4.5"
3131
},
3232
"overrides": {
33-
"@types/react": "19.0.7",
33+
"@types/react": "19.0.8",
3434
"@types/react-dom": "19.0.3"
3535
}
3636
}

0 commit comments

Comments
 (0)