Skip to content

Commit 7f950a9

Browse files
deps: Update all non-major dependencies (#175)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1c45224 commit 7f950a9

File tree

3 files changed

+136
-156
lines changed

3 files changed

+136
-156
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"pu": "turbo pu -- --access=public --no-git-checks"
2525
},
2626
"devDependencies": {
27-
"@types/node": "^22.10.1",
28-
"@typescript-eslint/eslint-plugin": "^8.17.0",
29-
"@typescript-eslint/parser": "^8.17.0",
27+
"@types/node": "^22.10.2",
28+
"@typescript-eslint/eslint-plugin": "^8.18.0",
29+
"@typescript-eslint/parser": "^8.18.0",
3030
"@vitest/coverage-v8": "^2.1.8",
3131
"dotenv": "^16.4.7",
3232
"eslint": "8.57.1",
33-
"eslint-config-next": "^15.0.4",
33+
"eslint-config-next": "^15.1.0",
3434
"eslint-config-prettier": "^9.1.0",
3535
"eslint-plugin-import": "^2.31.0",
3636
"eslint-plugin-prettier": "^5.2.1",

packages/nreact/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@fisch0920/medium-zoom": "^1.0.7",
2929
"@matejmazur/react-katex": "^3.1.3",
30-
"katex": "^0.16.11",
30+
"katex": "^0.16.15",
3131
"@texonom/ntypes": "workspace:^",
3232
"@texonom/nutils": "workspace:^",
3333
"prismjs": "^1.29.0",
@@ -36,12 +36,12 @@
3636
"react-image": "^4.1.0",
3737
"react-modal": "^3.16.1",
3838
"react-pdf": "^9.1.1",
39-
"react-use": "^17.5.1"
39+
"react-use": "^17.6.0"
4040
},
4141
"devDependencies": {
4242
"@types/lodash.throttle": "^4.1.9",
43-
"@types/node": "^20.17.9",
44-
"@types/react": "^18.3.14",
43+
"@types/node": "^20.17.10",
44+
"@types/react": "^18.3.16",
4545
"clipboard-copy": "^4.0.1",
4646
"date-fns": "^2.30.0",
4747
"format-number": "^3.0.0",

0 commit comments

Comments
 (0)