🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@fluentui-react-native/composition

Package Overview
Dependencies
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui-react-native/composition - npm Package Compare versions

Comparing version
0.12.1
to
0.12.3
+20
-0
CHANGELOG.md
# Change Log - @fluentui-react-native/composition
## 0.12.3
### Patch Changes
- 9cf4444: Migrate from ESLint to oxlint
- Updated dependencies [9cf4444]
- @fluentui-react-native/use-styling@0.14.3
- @fluentui-react-native/use-slots@0.11.3
- @fluentui-react-native/framework-base@0.3.3
## 0.12.2
### Patch Changes
- 8a7b549: Update to the latest rnx-kit versions, fix some typing issues, and correct the vscode settings
- Updated dependencies [8a7b549]
- @fluentui-react-native/use-styling@0.14.2
- @fluentui-react-native/use-slots@0.11.2
- @fluentui-react-native/framework-base@0.3.2
## 0.12.1

@@ -4,0 +24,0 @@

+13
-13
{
"name": "@fluentui-react-native/composition",
"version": "0.12.1",
"version": "0.12.3",
"description": "Composition factories for building HOCs",

@@ -30,5 +30,5 @@ "keywords": [],

"depcheck": "fluentui-scripts depcheck",
"lint": "fluentui-scripts eslint",
"format": "fluentui-scripts format",
"lint": "fluentui-scripts lint",
"lint-package": "fluentui-scripts lint-package",
"format": "fluentui-scripts format",
"start": "fluentui-scripts dev",

@@ -40,5 +40,5 @@ "start-test": "fluentui-scripts jest-watch",

"dependencies": {
"@fluentui-react-native/framework-base": "0.3.1",
"@fluentui-react-native/use-slots": "0.11.1",
"@fluentui-react-native/use-styling": "0.14.1"
"@fluentui-react-native/framework-base": "0.3.3",
"@fluentui-react-native/use-slots": "0.11.3",
"@fluentui-react-native/use-styling": "0.14.3"
},

@@ -48,16 +48,16 @@ "devDependencies": {

"@fluentui-react-native/babel-config": "0.1.1",
"@fluentui-react-native/eslint-config-rules": "0.1.2",
"@fluentui-react-native/jest-config": "0.1.0",
"@fluentui-react-native/kit-config": "0.1.2",
"@fluentui-react-native/lint-config-rules": "0.1.3",
"@fluentui-react-native/scripts": "0.1.0",
"@react-native/babel-preset": "^0.81.0",
"@types/react": "~19.1.0",
"@types/react": "~19.1.4",
"@types/react-test-renderer": "^19.1.0",
"react": "19.1.0",
"react-native": "^0.81.0",
"react-test-renderer": "19.1.0"
"react": "19.1.4",
"react-native": "^0.81.6",
"react-test-renderer": "19.1.4"
},
"peerDependencies": {
"@types/react": "~18.2.0 || ~19.0.0 || ~19.1.0",
"react": "18.2.0 || 19.0.0 || 19.1.0"
"@types/react": "~18.2.0 || ~19.0.0 || ~19.1.4",
"react": "18.2.0 || 19.0.0 || 19.1.4"
},

@@ -64,0 +64,0 @@ "peerDependenciesMeta": {

const baseConfig = require('@fluentui-react-native/eslint-config-rules');
module.exports = baseConfig;