Skip to content

Commit 667e22f

Browse files
committed
Applying package updates.
1 parent ac1d67a commit 667e22f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

build-tests/web-library-build-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"devDependencies": {
1212
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
13-
"@microsoft/load-themed-styles": "1.10.25",
14-
"@microsoft/web-library-build": "7.3.11",
13+
"@microsoft/load-themed-styles": "1.10.26",
14+
"@microsoft/web-library-build": "7.3.12",
1515
"@types/jest": "23.3.11",
1616
"gulp": "~4.0.2",
1717
"jest": "~23.6.0",

core-build/gulp-core-build-sass/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/gulp-core-build-sass",
3-
"version": "4.8.18",
3+
"version": "4.8.19",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@microsoft/gulp-core-build": "3.13.0",
17-
"@microsoft/load-themed-styles": "1.10.25",
17+
"@microsoft/load-themed-styles": "1.10.26",
1818
"@microsoft/node-core-library": "3.18.0",
1919
"@types/gulp": "4.0.6",
2020
"@types/node": "8.10.54",

core-build/web-library-build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/web-library-build",
3-
"version": "7.3.11",
3+
"version": "7.3.12",
44
"description": "",
55
"engines": {
66
"npm": "3.10.8"
@@ -16,7 +16,7 @@
1616
"typings": "lib/index.d.ts",
1717
"dependencies": {
1818
"@microsoft/gulp-core-build": "3.13.0",
19-
"@microsoft/gulp-core-build-sass": "4.8.18",
19+
"@microsoft/gulp-core-build-sass": "4.8.19",
2020
"@microsoft/gulp-core-build-serve": "3.5.18",
2121
"@microsoft/gulp-core-build-typescript": "8.3.11",
2222
"@microsoft/gulp-core-build-webpack": "4.0.3",

libraries/load-themed-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/load-themed-styles",
3-
"version": "1.10.25",
3+
"version": "1.10.26",
44
"description": "Loads themed styles.",
55
"license": "MIT",
66
"repository": {

webpack/loader-load-themed-styles/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/loader-load-themed-styles",
3-
"version": "1.7.204",
3+
"version": "1.7.205",
44
"description": "This simple loader wraps the loading of CSS in script equivalent to `require('load-themed-styles').loadStyles( /* css text */ )`. It is designed to be a replacement for style-loader.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -13,7 +13,7 @@
1313
"build": "gulp test --clean"
1414
},
1515
"dependencies": {
16-
"@microsoft/load-themed-styles": "1.10.25",
16+
"@microsoft/load-themed-styles": "1.10.26",
1717
"loader-utils": "~1.1.0"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)