Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/react-audit-log-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"type": "module",
"packageManager": "yarn@4.11.0",
"packageManager": "yarn@4.12.0",
"scripts": {
"start": "vite",
"start:ci": "npm start -- --port 8080",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"lint-staged": {
"*.{js,jsx,ts,tsx,css,md}": "npx prettier --write"
},
"packageManager": "yarn@4.11.0"
"packageManager": "yarn@4.12.0"
}
2 changes: 1 addition & 1 deletion packages/oauth-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"parcel": "^2.16.1",
"typescript": "^5.9.3"
},
"packageManager": "yarn@4.11.0",
"packageManager": "yarn@4.12.0",
"dependencies": {
"jose": "^6.1.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/pangea-node-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"engines": {
"node": "20 || >=22"
},
"packageManager": "yarn@4.11.0",
"packageManager": "yarn@4.12.0",
"dependencies": {
"@aws-crypto/crc32c": "^5.2.0",
"crypto-js": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "yarn@4.11.0",
"packageManager": "yarn@4.12.0",
"scripts": {
"build": "yarn build-docs && parcel build && cp dist/index.d.ts dist/index.d.mts",
"build-docs": "typedoc --plugin typedoc-plugin-rename-defaults",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-mui-audit-log-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"packageManager": "yarn@4.11.0"
"packageManager": "yarn@4.12.0"
}
2 changes: 1 addition & 1 deletion packages/react-mui-authn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@
"react-google-recaptcha-enterprise": "^1.0.3",
"yup": "1.5.0"
},
"packageManager": "yarn@4.11.0"
"packageManager": "yarn@4.12.0"
}
2 changes: 1 addition & 1 deletion packages/react-oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"peerDependencies": {
"react": ">=17"
},
"packageManager": "yarn@4.11.0",
"packageManager": "yarn@4.12.0",
"dependencies": {
"@pangeacyber/oauth-js": "0.0.3-beta"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "yarn@4.11.0",
"packageManager": "yarn@4.12.0",
"scripts": {
"build": "rm -rf dist && rollup -c",
"build-docs": "typedoc --plugin typedoc-plugin-rename-defaults",
Expand Down
2 changes: 1 addition & 1 deletion packages/webcomponents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "yarn@4.11.0",
"packageManager": "yarn@4.12.0",
"scripts": {
"build": "parcel build",
"lint-publint": "publint",
Expand Down
Loading