Skip to content

Commit 48ccfcd

Browse files
authored
Merge pull request #87 from LGLabGreg/chore-deps
Chore deps
2 parents 742b76f + 99cf6aa commit 48ccfcd

4 files changed

Lines changed: 461 additions & 467 deletions

File tree

apps/playground/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
},
1010
"dependencies": {
1111
"@lglab/react-qr-code": "workspace:*",
12-
"@tailwindcss/vite": "^4.0.6",
12+
"@tailwindcss/vite": "^4.0.8",
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.0",
15-
"tailwindcss": "^4.0.6"
15+
"tailwindcss": "^4.0.8"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^22.13.4",
19-
"@types/react": "^19.0.8",
20-
"@types/react-dom": "^19.0.3",
18+
"@types/node": "^22.13.5",
19+
"@types/react": "^19.0.10",
20+
"@types/react-dom": "^19.0.4",
2121
"@vitejs/plugin-react": "^4.3.4",
22-
"globals": "^15.15.0",
22+
"globals": "^16.0.0",
2323
"typescript": "~5.7.3",
24-
"vite": "^6.1.0"
24+
"vite": "^6.1.1"
2525
}
2626
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,30 +27,30 @@
2727
]
2828
},
2929
"devDependencies": {
30-
"@changesets/changelog-github": "^0.5.0",
31-
"@changesets/cli": "^2.27.12",
32-
"@eslint/js": "^9.20.0",
30+
"@changesets/changelog-github": "^0.5.1",
31+
"@changesets/cli": "^2.28.1",
32+
"@eslint/js": "^9.21.0",
3333
"@testing-library/jest-dom": "^6.6.3",
3434
"@testing-library/react": "^16.2.0",
3535
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
3636
"@types/jsdom": "^21.1.7",
37-
"@types/node": "^22.13.4",
37+
"@types/node": "^22.13.5",
3838
"@vitejs/plugin-react": "^4.3.4",
3939
"@vitest/coverage-v8": "3.0.5",
4040
"concurrently": "^9.1.2",
41-
"eslint": "^9.20.1",
41+
"eslint": "^9.21.0",
4242
"eslint-plugin-react": "^7.37.4",
4343
"eslint-plugin-react-hooks": "^5.1.0",
4444
"eslint-plugin-react-refresh": "^0.4.19",
45-
"globals": "^15.15.0",
45+
"globals": "^16.0.0",
4646
"husky": "^9.1.7",
4747
"jsdom": "^26.0.0",
4848
"lint-staged": "^15.4.3",
4949
"react": "^19.0.0",
5050
"react-dom": "^19.0.0",
5151
"typescript": "~5.7.3",
52-
"typescript-eslint": "^8.24.0",
53-
"vite": "^6.1.0",
52+
"typescript-eslint": "^8.24.1",
53+
"vite": "^6.1.1",
5454
"vitest": "^3.0.5"
5555
}
5656
}

packages/react-qr-code/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@
4949
"react": "^18 || ^19"
5050
},
5151
"devDependencies": {
52-
"@types/node": "^22.13.4",
53-
"@types/react": "^19.0.8",
54-
"@types/react-dom": "^19.0.3",
52+
"@types/node": "^22.13.5",
53+
"@types/react": "^19.0.10",
54+
"@types/react-dom": "^19.0.4",
5555
"@vitejs/plugin-react": "^4.3.4",
56-
"globals": "^15.15.0",
56+
"globals": "^16.0.0",
5757
"react": "^19.0.0",
5858
"react-dom": "^19.0.0",
5959
"typescript": "~5.7.3",
60-
"typescript-eslint": "^8.24.0",
61-
"vite": "^6.1.0",
60+
"typescript-eslint": "^8.24.1",
61+
"vite": "^6.1.1",
6262
"vite-plugin-dts": "^4.5.0"
6363
}
6464
}

0 commit comments

Comments
 (0)