Skip to content

Commit ed89660

Browse files
committed
Applying package updates.
1 parent 032b4ad commit ed89660

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"ts-jest": "~22.4.6",
1616
"@types/jest": "23.3.11",
1717
"@microsoft/rush-stack-compiler-3.2": "0.3.12",
18-
"@microsoft/load-themed-styles": "1.8.89",
19-
"@microsoft/web-library-build": "7.0.36",
18+
"@microsoft/load-themed-styles": "1.9.0",
19+
"@microsoft/web-library-build": "7.0.37",
2020
"gulp": "~3.9.1"
2121
}
2222
}

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.6.32",
3+
"version": "4.6.33",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@microsoft/gulp-core-build": "3.9.26",
20-
"@microsoft/load-themed-styles": "1.8.89",
20+
"@microsoft/load-themed-styles": "1.9.0",
2121
"@types/node": "8.5.8",
2222
"@types/gulp": "3.8.32",
2323
"autoprefixer": "~9.1.3",

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.0.36",
3+
"version": "7.0.37",
44
"description": "",
55
"engines": {
66
"npm": "3.10.8"
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@microsoft/gulp-core-build": "3.9.26",
22-
"@microsoft/gulp-core-build-sass": "4.6.32",
22+
"@microsoft/gulp-core-build-sass": "4.6.33",
2323
"@microsoft/gulp-core-build-serve": "3.3.34",
2424
"@microsoft/gulp-core-build-typescript": "8.1.10",
2525
"@microsoft/gulp-core-build-webpack": "3.4.101",

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.8.89",
3+
"version": "1.9.0",
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.157",
3+
"version": "1.7.158",
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",
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"loader-utils": "~1.1.0",
20-
"@microsoft/load-themed-styles": "1.8.89"
20+
"@microsoft/load-themed-styles": "1.9.0"
2121
},
2222
"devDependencies": {
2323
"@microsoft/rush-stack-compiler-3.2": "0.3.12",

0 commit comments

Comments
 (0)