Skip to content

Commit

Permalink
chore: change project's nodejs requirements to v20
Browse files Browse the repository at this point in the history
- upgrade example project dependencies
  • Loading branch information
Jaewoook committed Sep 22, 2024
1 parent 36afbd6 commit 3c55fa3
Show file tree
Hide file tree
Showing 3 changed files with 835 additions and 849 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.15.0
nodejs 20.17.0
11 changes: 5 additions & 6 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,20 @@
"preview": "vite preview"
},
"dependencies": {
"pdfium.js": "^0.1.0-rc.1",
"pdfium.js": "^0.2.1-rc.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@vitejs/plugin-react": "^4.0.1",
"eslint": "^8.44.0",
"eslint": "^9.11.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"rollup": "^3.26.2",
"typescript": "^5.0.2",
"vite": "^4.4.0"
"vite": "^5.4.7"
}
}
Loading

0 comments on commit 3c55fa3

Please sign in to comment.