Skip to content

Commit 3e916d2

Browse files
renovate[bot]kenany
authored andcommitted
chore(deps): update yarn to v4.10.3
1 parent 829b6a5 commit 3e916d2

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

examples/react-audit-log-viewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"type": "module",
6-
"packageManager": "yarn@4.10.2",
6+
"packageManager": "yarn@4.10.3",
77
"scripts": {
88
"start": "vite",
99
"start:ci": "npm start -- --port 8080",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"lint-staged": {
1919
"*.{js,jsx,ts,tsx,css,md}": "npx prettier --write"
2020
},
21-
"packageManager": "yarn@4.10.2"
21+
"packageManager": "yarn@4.10.3"
2222
}

packages/oauth-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"parcel": "^2.16.0",
2727
"typescript": "^5.9.2"
2828
},
29-
"packageManager": "yarn@4.10.2",
29+
"packageManager": "yarn@4.10.3",
3030
"dependencies": {
3131
"jose": "^6.1.0"
3232
}

packages/pangea-node-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"engines": {
2525
"node": "20 || >=22"
2626
},
27-
"packageManager": "yarn@4.10.2",
27+
"packageManager": "yarn@4.10.3",
2828
"dependencies": {
2929
"@aws-crypto/crc32c": "^5.2.0",
3030
"crypto-js": "^4.2.0",

packages/react-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"publishConfig": {
3030
"access": "public"
3131
},
32-
"packageManager": "yarn@4.10.2",
32+
"packageManager": "yarn@4.10.3",
3333
"scripts": {
3434
"build": "yarn build-docs && parcel build && cp dist/index.d.ts dist/index.d.mts",
3535
"build-docs": "typedoc --plugin typedoc-plugin-rename-defaults",

packages/react-mui-audit-log-viewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@
8080
"react": "^17.0.0 || ^18.0.0",
8181
"react-dom": "^17.0.0 || ^18.0.0"
8282
},
83-
"packageManager": "yarn@4.10.2"
83+
"packageManager": "yarn@4.10.3"
8484
}

packages/react-mui-authn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@
7575
"react-google-recaptcha-enterprise": "^1.0.3",
7676
"yup": "1.5.0"
7777
},
78-
"packageManager": "yarn@4.10.2"
78+
"packageManager": "yarn@4.10.3"
7979
}

packages/react-oauth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"peerDependencies": {
4848
"react": ">=17"
4949
},
50-
"packageManager": "yarn@4.10.2",
50+
"packageManager": "yarn@4.10.3",
5151
"dependencies": {
5252
"@pangeacyber/oauth-js": "0.0.3-beta"
5353
}

packages/vanilla-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"publishConfig": {
1515
"access": "public"
1616
},
17-
"packageManager": "yarn@4.10.2",
17+
"packageManager": "yarn@4.10.3",
1818
"scripts": {
1919
"build": "rm -rf dist && rollup -c",
2020
"build-docs": "typedoc --plugin typedoc-plugin-rename-defaults",

packages/webcomponents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"publishConfig": {
1616
"access": "public"
1717
},
18-
"packageManager": "yarn@4.10.2",
18+
"packageManager": "yarn@4.10.3",
1919
"scripts": {
2020
"build": "parcel build",
2121
"lint-publint": "publint",

0 commit comments

Comments
 (0)