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
14 changes: 14 additions & 0 deletions .changeset/forty-beds-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"@equinor/react-native-mad-tag-ocr": patch
"@equinor/mad-components": patch
"@equinor/mad-navigation": patch
"@equinor/react-native-skia-draw": patch
"@equinor/mad-insights": patch
"@equinor/mad-chronicles": patch
"@equinor/mad-toast": patch
"@equinor/mad-auth": patch
"@equinor/mad-core": patch
"@equinor/mad-dfw": patch
---

Changed peer dependencies requirement range to now allow patch changes.
39 changes: 39 additions & 0 deletions .syncpackrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,43 @@
{
"$schema": "./node_modules/syncpack/dist/schema.json",
"semverGroups": [
{
"label": "Core packages should have exact range",
"range": "",
"dependencyTypes": [
"prod",
"resolutions",
"overrides",
"pnpmOverrides",
"local"
],
"dependencies": [
"react",
"react-dom",
"react-native",
"expo"
],
"packages": [
"**"
]
},
{
"label": "Peer deps of core packages should have patch range",
"dependencyTypes": [
"peer"
],
"range": "~",
"dependencies": [
"react",
"react-dom",
"react-native",
"expo"
],
"packages": [
"**"
]
}
],
"versionGroups": [
{
"label": "Require workspace protocol for internal packages",
Expand Down
10 changes: 5 additions & 5 deletions apps/chronicles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@
"@react-navigation/native-stack": "^6.10.0",
"@react-navigation/stack": "^6",
"@shopify/react-native-skia": "1.5.0",
"expo": "~52.0.11",
"expo": "52.0.18",
"expo-asset": "~11.0.1",
"expo-auth-session": "~6.0.0",
"expo-auth-session": "~6.0.1",
"expo-constants": "~17.0.3",
"expo-crypto": "~14.0.1",
"expo-device": "~7.0.1",
"expo-font": "~13.0.1",
"expo-image-picker": "~16.0.3",
"expo-linking": "~7.0.3",
"expo-localization": "~16.0.0",
"expo-splash-screen": "~0.29.13",
"expo-splash-screen": "~0.29.18",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.4",
"expo-system-ui": "~4.0.6",
"expo-web-browser": "~14.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3",
"react-native": "0.76.5",
"react-native-device-info": "^10.9.0",
"react-native-gesture-handler": "~2.20.2",
"react-native-msal": "git+https://github.com/equinor/react-native-msal.git#db8a2031d6464208c0f9afb5b40e218f9e607de0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"eslint": "^8.46.0",
"prettier": "3.0.1",
"prettier": "3.4.2",
"syncpack": "^13.0.0",
"turbo": "^2.3.1",
"typescript": "~5.3.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"peerDependencies": {
"expo-auth-session": "~6.0.0",
"expo-crypto": "~14.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-native": "~0.76.3",
"react-native-msal": "*"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"main": "./dist/index.js",
"peerDependencies": {
"expo-font": "~13.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-native": "~0.76.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-svg": "15.8.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"@react-navigation/native": "^6.1.17",
"expo-device": "~7.0.1",
"expo-localization": "~16.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-native": "~0.76.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-msal": "*",
"react-native-safe-area-context": "4.12.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/dfw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"license": "MIT",
"main": "./dist/index.js",
"peerDependencies": {
"react": "18.3.1",
"react-native": "0.76.3"
"react": "~18.3.1",
"react-native": "~0.76.3"
},
"scripts": {
"build": "tsup-node && echo '\n ⚙️ Generating typescript declarations..' && tsc --project tsconfig.json --emitDeclarationOnly --declaration",
Expand Down
6 changes: 3 additions & 3 deletions packages/insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"license": "MIT",
"main": "./dist/index.js",
"peerDependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-native": "~0.76.3",
"react-native-device-info": "^10.9.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mad-tag-ocr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"peerDependencies": {
"@ismaelmoreiraa/vision-camera-ocr": "^3.0.1",
"@shopify/react-native-skia": "1.5.0",
"react": "18.3.1",
"react-native": "0.76.3",
"react": "~18.3.1",
"react-native": "~0.76.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-vision-camera": "^4.0.4",
"react-native-worklets-core": "^1.3.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.10.0",
"@react-navigation/stack": "^6.4.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3"
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-native": "~0.76.3"
},
"scripts": {
"build": "tsup-node && echo '\n ⚙️ Generating typescript declarations..' && tsc --project tsconfig.json --emitDeclarationOnly --declaration",
Expand Down
4 changes: 2 additions & 2 deletions packages/skia-draw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"main": "./dist/index.js",
"peerDependencies": {
"@shopify/react-native-skia": "1.5.0",
"react": "18.3.1",
"react-native": "0.76.3",
"react": "~18.3.1",
"react-native": "~0.76.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/toast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"license": "MIT",
"main": "./dist/index.js",
"peerDependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3"
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-native": "~0.76.3"
},
"scripts": {
"build": "tsup-node && echo '\n ⚙️ Generating typescript declarations..' && tsc --project tsconfig.json --emitDeclarationOnly --declaration",
Expand Down
Loading
Loading