Skip to content

Commit

Permalink
deps: Update all non-major dependencies (#175)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 1c45224 commit 7f950a9
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 156 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"pu": "turbo pu -- --access=public --no-git-checks"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@vitest/coverage-v8": "^2.1.8",
"dotenv": "^16.4.7",
"eslint": "8.57.1",
"eslint-config-next": "^15.0.4",
"eslint-config-next": "^15.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/nreact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@fisch0920/medium-zoom": "^1.0.7",
"@matejmazur/react-katex": "^3.1.3",
"katex": "^0.16.11",
"katex": "^0.16.15",
"@texonom/ntypes": "workspace:^",
"@texonom/nutils": "workspace:^",
"prismjs": "^1.29.0",
Expand All @@ -36,12 +36,12 @@
"react-image": "^4.1.0",
"react-modal": "^3.16.1",
"react-pdf": "^9.1.1",
"react-use": "^17.5.1"
"react-use": "^17.6.0"
},
"devDependencies": {
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^20.17.9",
"@types/react": "^18.3.14",
"@types/node": "^20.17.10",
"@types/react": "^18.3.16",
"clipboard-copy": "^4.0.1",
"date-fns": "^2.30.0",
"format-number": "^3.0.0",
Expand Down
Loading

0 comments on commit 7f950a9

Please sign in to comment.