Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit 749b013

Browse files
author
Eimantas
authored
Hotfix: Styles plugin packages (#5)
* Added packages. * Applying package updates.
1 parent 4156241 commit 749b013

File tree

10 files changed

+563
-30
lines changed

10 files changed

+563
-30
lines changed

common/config/rush/shrinkwrap.yaml

Lines changed: 540 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"policyName": "WebpackBuilderPolicy",
1515
"mainProject": "@reactway/webpack-builder",
1616
"nextBump": "prerelease",
17-
"version": "1.0.0-alpha.4"
17+
"version": "1.0.0-alpha.5"
1818
}
1919
]

packages/webpack-builder-plugin-clean/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactway/webpack-builder-plugin-clean",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -16,7 +16,7 @@
1616
],
1717
"license": "MIT",
1818
"dependencies": {
19-
"@reactway/webpack-builder": "1.0.0-alpha.4",
19+
"@reactway/webpack-builder": "1.0.0-alpha.5",
2020
"tslib": "^1.9.3",
2121
"clean-webpack-plugin": "^2.0.1",
2222
"upath": "^1.1.2"

packages/webpack-builder-plugin-html/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactway/webpack-builder-plugin-html",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -16,7 +16,7 @@
1616
],
1717
"license": "MIT",
1818
"dependencies": {
19-
"@reactway/webpack-builder": "1.0.0-alpha.4",
19+
"@reactway/webpack-builder": "1.0.0-alpha.5",
2020
"tslib": "^1.9.3",
2121
"html-webpack-plugin": "^3.2.0",
2222
"html-webpack-template": "^6.2.0",

packages/webpack-builder-plugin-images/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactway/webpack-builder-plugin-images",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -16,7 +16,7 @@
1616
],
1717
"license": "MIT",
1818
"dependencies": {
19-
"@reactway/webpack-builder": "1.0.0-alpha.4",
19+
"@reactway/webpack-builder": "1.0.0-alpha.5",
2020
"tslib": "^1.9.3",
2121
"url-loader": "^1.1.2",
2222
"upath": "^1.1.2"

packages/webpack-builder-plugin-styles/package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactway/webpack-builder-plugin-styles",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -16,15 +16,16 @@
1616
],
1717
"license": "MIT",
1818
"dependencies": {
19-
"@reactway/webpack-builder": "1.0.0-alpha.4",
19+
"@reactway/webpack-builder": "1.0.0-alpha.5",
2020
"fs-extra": "^7.0.1",
2121
"tslib": "^1.9.3",
2222
"upath": "^1.1.2",
2323
"style-loader": "^0.23.1",
2424
"postcss-loader": "^3.0.0",
2525
"sass-loader": "^7.1.0",
2626
"css-loader": "^2.1.1",
27-
"url-loader": "^1.1.2"
27+
"url-loader": "^1.1.2",
28+
"file-loader": "^3.0.1"
2829
},
2930
"devDependencies": {
3031
"istanbul-azure-reporter": "^0.1.4",
@@ -36,9 +37,12 @@
3637
"tslint-language-service": "^0.9.9",
3738
"typescript": "^3.3.3333",
3839
"@types/jest": "^24.0.11",
39-
"@types/fs-extra": "^5.0.5"
40+
"@types/fs-extra": "^5.0.5",
41+
"node-sass": "^4.11.0"
42+
},
43+
"peerDependencies": {
44+
"node-sass": "^4.11.0"
4045
},
41-
"peerDependencies": {},
4246
"jest": {
4347
"verbose": true,
4448
"preset": "ts-jest",

packages/webpack-builder-plugin-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactway/webpack-builder-plugin-typescript",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -16,7 +16,7 @@
1616
],
1717
"license": "MIT",
1818
"dependencies": {
19-
"@reactway/webpack-builder": "1.0.0-alpha.4",
19+
"@reactway/webpack-builder": "1.0.0-alpha.5",
2020
"fork-ts-checker-webpack-plugin": "^1.0.0",
2121
"tsconfig-paths-webpack-plugin": "^3.2.0",
2222
"fs-extra": "^7.0.1",

packages/webpack-builder-plugin-web-dev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactway/webpack-builder-plugin-web-dev",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -16,7 +16,7 @@
1616
],
1717
"license": "MIT",
1818
"dependencies": {
19-
"@reactway/webpack-builder": "1.0.0-alpha.4",
19+
"@reactway/webpack-builder": "1.0.0-alpha.5",
2020
"tslib": "^1.9.3",
2121
"upath": "^1.1.2"
2222
},

packages/webpack-builder-plugin-write-file/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactway/webpack-builder-plugin-write-file",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -16,7 +16,7 @@
1616
],
1717
"license": "MIT",
1818
"dependencies": {
19-
"@reactway/webpack-builder": "1.0.0-alpha.4",
19+
"@reactway/webpack-builder": "1.0.0-alpha.5",
2020
"tslib": "^1.9.3",
2121
"write-file-webpack-plugin": "^4.5.0",
2222
"upath": "^1.1.2"

packages/webpack-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactway/webpack-builder",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)