Skip to content

Commit b6d9aa9

Browse files
committed
Updating packages
1 parent b174e92 commit b6d9aa9

File tree

6 files changed

+1377
-1367
lines changed

6 files changed

+1377
-1367
lines changed

apps/demo-react-router/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
# React Router
55
/.react-router/
66
/build/
7+
.netlify/

apps/demo-react-router/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@
1313
"dependencies": {
1414
"@heroicons/react": "^2.2.0",
1515
"@mikecousins/react-pdf": "workspace:*",
16-
"@react-router/node": "^7.8.1",
17-
"@react-router/serve": "^7.8.1",
16+
"@react-router/node": "^7.9.3",
17+
"@react-router/serve": "^7.9.3",
1818
"clsx": "^2.1.1",
19-
"isbot": "^5.1.30",
20-
"pdfjs-dist": "^5.4.54",
21-
"react": "^19.1.1",
22-
"react-dom": "^19.1.1",
23-
"react-router": "^7.8.1"
19+
"isbot": "^5.1.31",
20+
"pdfjs-dist": "^5.4.149",
21+
"react": "^19.2.0",
22+
"react-dom": "^19.2.0",
23+
"react-router": "^7.9.3"
2424
},
2525
"devDependencies": {
2626
"@netlify/vite-plugin-react-router": "^1.0.1",
27-
"@react-router/dev": "^7.8.1",
28-
"@tailwindcss/vite": "^4.1.12",
29-
"@types/node": "^22.17.2",
30-
"@types/react": "^19.1.10",
31-
"@types/react-dom": "^19.1.7",
27+
"@react-router/dev": "^7.9.3",
28+
"@tailwindcss/vite": "^4.1.14",
29+
"@types/node": "^22.18.8",
30+
"@types/react": "^19.2.0",
31+
"@types/react-dom": "^19.2.0",
3232
"react-router-devtools": "^1.1.10",
33-
"tailwindcss": "^4.1.12",
34-
"typescript": "^5.9.2",
35-
"vite": "^6.3.5",
33+
"tailwindcss": "^4.1.14",
34+
"typescript": "^5.9.3",
35+
"vite": "^6.3.6",
3636
"vite-tsconfig-paths": "^5.1.4"
3737
}
3838
}

apps/demo/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
"@heroicons/react": "^2.2.0",
1616
"@mikecousins/react-pdf": "workspace:*",
1717
"clsx": "^2.1.1",
18-
"react": "^19.1.1",
19-
"react-dom": "^19.1.1"
18+
"react": "^19.2.0",
19+
"react-dom": "^19.2.0"
2020
},
2121
"devDependencies": {
22-
"@types/react": "^19.1.10",
23-
"@types/react-dom": "^19.1.7",
22+
"@types/react": "^19.2.0",
23+
"@types/react-dom": "^19.2.0",
2424
"@vitejs/plugin-react": "^4.7.0",
2525
"autoprefixer": "^10.4.21",
2626
"postcss": "^8.5.6",
27-
"tailwindcss": "^3.4.17",
28-
"typescript": "^5.9.2",
29-
"vite": "^6.3.5"
27+
"tailwindcss": "^3.4.18",
28+
"typescript": "^5.9.3",
29+
"vite": "^6.3.6"
3030
}
3131
}

apps/docs/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,34 +12,34 @@
1212
},
1313
"browserslist": "defaults, not ie <= 11",
1414
"dependencies": {
15-
"@algolia/autocomplete-core": "^1.19.2",
16-
"@headlessui/react": "^2.2.7",
15+
"@algolia/autocomplete-core": "^1.19.4",
16+
"@headlessui/react": "^2.2.9",
1717
"@markdoc/markdoc": "^0.4.0",
1818
"@markdoc/next.js": "^0.4.0",
1919
"@sindresorhus/slugify": "^2.2.1",
20-
"@tailwindcss/postcss": "^4.1.12",
21-
"@tailwindcss/typography": "^0.5.16",
22-
"@types/node": "^22.17.2",
23-
"@types/react": "^18.3.23",
20+
"@tailwindcss/postcss": "^4.1.14",
21+
"@tailwindcss/typography": "^0.5.19",
22+
"@types/node": "^22.18.8",
23+
"@types/react": "^18.3.25",
2424
"@types/react-dom": "^18.3.7",
2525
"@types/react-highlight-words": "^0.16.7",
2626
"clsx": "^2.1.1",
2727
"fast-glob": "^3.3.3",
28-
"flexsearch": "^0.8.205",
28+
"flexsearch": "^0.8.212",
2929
"js-yaml": "^4.1.0",
30-
"next": "^14.2.32",
30+
"next": "^14.2.33",
3131
"next-themes": "^0.2.1",
3232
"prism-react-renderer": "^2.4.1",
3333
"react": "^18.3.1",
3434
"react-dom": "^18.3.1",
3535
"react-highlight-words": "^0.20.0",
3636
"simple-functional-loader": "^1.2.1",
37-
"tailwindcss": "^4.1.12",
38-
"typescript": "^5.9.2"
37+
"tailwindcss": "^4.1.14",
38+
"typescript": "^5.9.3"
3939
},
4040
"devDependencies": {
4141
"eslint": "^8.57.1",
42-
"eslint-config-next": "^14.2.32",
42+
"eslint-config-next": "^14.2.33",
4343
"prettier": "^3.6.2",
4444
"prettier-plugin-tailwindcss": "^0.6.14",
4545
"sharp": "0.33.1"

packages/react-pdf-js/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@
4040
"trailingComma": "es5"
4141
},
4242
"devDependencies": {
43-
"@testing-library/jest-dom": "^6.8.0",
43+
"@testing-library/jest-dom": "^6.9.1",
4444
"@testing-library/react": "^16.3.0",
45-
"@types/react": "^19.1.10",
46-
"@types/react-dom": "^19.1.7",
45+
"@types/react": "^19.2.0",
46+
"@types/react-dom": "^19.2.0",
4747
"@vitejs/plugin-react": "^4.7.0",
4848
"jsdom": "^26.1.0",
49-
"pdfjs-dist": "^5.4.54",
50-
"react": "^19.1.1",
51-
"react-dom": "^19.1.1",
49+
"pdfjs-dist": "^5.4.149",
50+
"react": "^19.2.0",
51+
"react-dom": "^19.2.0",
5252
"tsup": "^8.5.0",
53-
"typescript": "^5.9.2",
53+
"typescript": "^5.9.3",
5454
"vitest": "^3.2.4"
5555
},
5656
"peerDependencies": {

0 commit comments

Comments
 (0)