textpattern-default-theme
Advanced tools
Comparing version 4.7.3 to 4.8.0-beta
@@ -5,3 +5,3 @@ { | ||
"txp-type": "textpattern-theme", | ||
"version": "4.7.3", | ||
"version": "4.8.0-beta", | ||
"description": "The default theme that ships as standard with Textpattern CMS.", | ||
@@ -29,20 +29,22 @@ "author": "Team Textpattern", | ||
"devDependencies": { | ||
"autoprefixer": "9.4.7", | ||
"clean-webpack-plugin": "1.0.1", | ||
"copy-webpack-plugin": "4.6.0", | ||
"cross-env": "5.2.0", | ||
"css-loader": "2.1.0", | ||
"dart-sass": "1.17.0", | ||
"fibers": "3.1.1", | ||
"file-loader": "3.0.1", | ||
"mini-css-extract-plugin": "0.5.0", | ||
"autoprefixer": "9.7.3", | ||
"clean-webpack-plugin": "3.0.0", | ||
"copy-webpack-plugin": "5.1.1", | ||
"cross-env": "6.0.3", | ||
"css-loader": "3.4.0", | ||
"file-loader": "5.0.2", | ||
"mini-css-extract-plugin": "0.8.2", | ||
"postcss-loader": "3.0.0", | ||
"sass-loader": "7.1.0", | ||
"stylelint": "9.10.1", | ||
"stylelint-order": "2.0.0", | ||
"stylelint-scss": "3.5.3", | ||
"stylelint-webpack-plugin": "0.10.5", | ||
"webpack": "4.29.3", | ||
"webpack-cli": "3.2.3" | ||
"sass": "1.23.7", | ||
"sass-loader": "8.0.0", | ||
"stylelint": "12.0.0", | ||
"stylelint-order": "3.1.1", | ||
"stylelint-scss": "3.13.0", | ||
"stylelint-webpack-plugin": "1.1.2", | ||
"webpack": "4.41.4", | ||
"webpack-cli": "3.3.10" | ||
}, | ||
"optionalDependencies": { | ||
"fibers": "4.0.2" | ||
}, | ||
"browserslist": [ | ||
@@ -49,0 +51,0 @@ "> 0.5%", |
{ | ||
"title": "Four Point Seven", | ||
"title": "Four Point Eight", | ||
"txp-type": "textpattern-theme", | ||
"version": "4.7.3", | ||
"description": "The default theme shipped with Textpattern CMS 4.7.", | ||
"version": "4.8.0-beta", | ||
"description": "The default theme shipped with Textpattern CMS 4.8.", | ||
"author": "Team Textpattern", | ||
"author_uri": "https://github.com/textpattern/textpattern-default-theme" | ||
} |
@@ -1,7 +0,6 @@ | ||
const distDir = __dirname + '/dist/four-point-seven'; | ||
const distDir = __dirname + '/dist/four-point-eight'; | ||
const fs = require('fs'); | ||
const CleanWebpackPlugin = require('clean-webpack-plugin'); | ||
const { CleanWebpackPlugin } = require('clean-webpack-plugin'); | ||
const CopyWebpackPlugin = require('copy-webpack-plugin'); | ||
const Fiber = require('fibers'); | ||
const MiniCssExtractPlugin = require('mini-css-extract-plugin'); | ||
@@ -32,5 +31,6 @@ const StyleLintPlugin = require('stylelint-webpack-plugin'); | ||
options: { | ||
implementation: require('dart-sass'), | ||
fiber: Fiber, | ||
outputStyle: 'expanded' | ||
implementation: require('sass'), | ||
sassOptions: { | ||
outputStyle: 'expanded' | ||
} | ||
} | ||
@@ -47,3 +47,3 @@ } | ||
plugins: [ | ||
new CleanWebpackPlugin(__dirname +'/dist'), | ||
new CleanWebpackPlugin(), | ||
new StyleLintPlugin({ | ||
@@ -50,0 +50,0 @@ configFile: '.stylelintrc.yml', |
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
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
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
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
29359929
16
80
1771
1
1