Skip to content

Commit 8cc42dd

Browse files
committed
chore(deps)
1 parent 7d7b3d6 commit 8cc42dd

6 files changed

Lines changed: 169 additions & 161 deletions

File tree

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"devDependencies": {
6666
"@tailwindcss/postcss": "^4.1.18",
6767
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
68-
"@types/node": "^25.0.1",
68+
"@types/node": "^25.0.2",
6969
"@types/react": "^19.2.7",
7070
"@types/react-dom": "^19.2.3",
7171
"postcss": "^8.5.6",

apps/docs/src/app/layout.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ export default function RootLayout({
4444
data-website-id={process.env.NEXT_PUBLIC_UMAMI_WEBSITE_ID}
4545
/>
4646
)}
47+
<Script
48+
async
49+
src={`https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=${process.env.NEXT_PUBLIC_GOOGLE_ADS_CLIENT_ID}`}
50+
crossOrigin='anonymous'
51+
/>
4752
</body>
4853
</html>
4954
)

apps/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"tailwindcss": "^4.1.18"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^25.0.1",
18+
"@types/node": "^25.0.2",
1919
"@types/react": "^19.2.7",
2020
"@types/react-dom": "^19.2.3",
2121
"@vitejs/plugin-react": "^5.1.2",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@
3737
"devDependencies": {
3838
"@changesets/changelog-github": "^0.5.2",
3939
"@changesets/cli": "^2.29.8",
40-
"@eslint/js": "^9.39.1",
40+
"@eslint/js": "^9.39.2",
4141
"@testing-library/jest-dom": "^6.9.1",
4242
"@testing-library/react": "^16.3.0",
4343
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
4444
"@types/jsdom": "^27.0.0",
45-
"@types/node": "^25.0.1",
45+
"@types/node": "^25.0.2",
4646
"@vitejs/plugin-react": "^5.1.2",
4747
"@vitest/coverage-v8": "4.0.15",
4848
"concurrently": "^9.2.1",
49-
"eslint": "^9.39.1",
49+
"eslint": "^9.39.2",
5050
"eslint-plugin-react": "^7.37.5",
5151
"eslint-plugin-react-hooks": "^7.0.1",
52-
"eslint-plugin-react-refresh": "^0.4.24",
52+
"eslint-plugin-react-refresh": "^0.4.25",
5353
"globals": "^16.5.0",
5454
"husky": "^9.1.7",
5555
"jsdom": "^27.3.0",

packages/react-qr-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"react": "^18 || ^19"
5050
},
5151
"devDependencies": {
52-
"@types/node": "^25.0.1",
52+
"@types/node": "^25.0.2",
5353
"@types/react": "^19.2.7",
5454
"@types/react-dom": "^19.2.3",
5555
"@vitejs/plugin-react": "^5.1.2",

0 commit comments

Comments
 (0)