Socket
Socket
Sign inDemoInstall

@fluentui/theme

Package Overview
Dependencies
Maintainers
13
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/theme - npm Package Compare versions

Comparing version 2.6.4 to 2.6.5

23

CHANGELOG.json

@@ -5,3 +5,24 @@ {

{
"date": "Tue, 15 Mar 2022 07:44:12 GMT",
"date": "Fri, 15 Apr 2022 07:41:10 GMT",
"tag": "@fluentui/theme_v2.6.5",
"version": "2.6.5",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/theme",
"comment": "Bump @fluentui/merge-styles to v8.5.1",
"commit": "96f083e62a0e0db802904430b5a1d31657eff028"
},
{
"author": "beachball",
"package": "@fluentui/theme",
"comment": "Bump @fluentui/utilities to v8.8.2",
"commit": "96f083e62a0e0db802904430b5a1d31657eff028"
}
]
}
},
{
"date": "Tue, 15 Mar 2022 07:45:54 GMT",
"tag": "@fluentui/theme_v2.6.4",

@@ -8,0 +29,0 @@ "version": "2.6.4",

# Change Log - @fluentui/theme
This log was last generated on Tue, 15 Mar 2022 07:44:12 GMT and should not be manually modified.
This log was last generated on Fri, 15 Apr 2022 07:41:10 GMT and should not be manually modified.
<!-- Start content -->
## [2.6.5](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v2.6.5)
Fri, 15 Apr 2022 07:41:10 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme_v2.6.4..@fluentui/theme_v2.6.5)
### Patches
- Bump @fluentui/merge-styles to v8.5.1 ([PR #22499](https://github.com/microsoft/fluentui/pull/22499) by beachball)
- Bump @fluentui/utilities to v8.8.2 ([PR #22499](https://github.com/microsoft/fluentui/pull/22499) by beachball)
## [2.6.4](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v2.6.4)
Tue, 15 Mar 2022 07:44:12 GMT
Tue, 15 Mar 2022 07:45:54 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme_v2.6.3..@fluentui/theme_v2.6.4)

@@ -11,0 +21,0 @@

6

config/tests.js
/** Jest test setup file. */
const { configure } = require('enzyme');
const Adapter = require('enzyme-adapter-react-16');
// Configure enzyme.
configure({ adapter: new Adapter() });
define(["require", "exports", "@fluentui/set-version"], function (require, exports, set_version_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
set_version_1.setVersion('@fluentui/theme', '2.6.4');
set_version_1.setVersion('@fluentui/theme', '2.6.5');
});
//# sourceMappingURL=version.js.map

@@ -6,3 +6,3 @@ "use strict";

var set_version_1 = require("@fluentui/set-version");
set_version_1.setVersion('@fluentui/theme', '2.6.4');
set_version_1.setVersion('@fluentui/theme', '2.6.5');
//# sourceMappingURL=version.js.map
// Do not modify this file; it is generated as part of publish.
// The checked in version is a placeholder only and will not be updated.
import { setVersion } from '@fluentui/set-version';
setVersion('@fluentui/theme', '2.6.4');
setVersion('@fluentui/theme', '2.6.5');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/theme",
"version": "2.6.4",
"version": "2.6.5",
"description": "Basic building blocks for Fluent UI React Component themes",

@@ -31,4 +31,4 @@ "main": "lib-commonjs/index.js",

"dependencies": {
"@fluentui/merge-styles": "^8.5.0",
"@fluentui/utilities": "^8.8.1",
"@fluentui/merge-styles": "^8.5.1",
"@fluentui/utilities": "^8.8.2",
"@fluentui/set-version": "^8.2.0",

@@ -35,0 +35,0 @@ "tslib": "^2.1.0"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc