Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit dc6c824

Browse files
committed
update packages
1 parent 24c04f8 commit dc6c824

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ settings = require('./settings'),
33
browserSync = require('browser-sync').create(),
44
postcss = require('gulp-postcss'),
55
autoprefixer = require('autoprefixer'),
6+
mixins = require('postcss-mixins'),
67
cssvars = require('postcss-simple-vars'),
78
nested = require('postcss-nested'),
89
cssImport = require('postcss-import'),
9-
mixins = require('postcss-mixins'),
1010
colorFunction = require('postcss-color-function');
1111

1212
gulp.task('styles', function() {

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"author": "Code for Durham",
1010
"license": "ISC",
1111
"devDependencies": {
12-
"autoprefixer": "8.4.1",
12+
"autoprefixer": "^8.4.1",
1313
"browser-sync": "^2.24.6",
1414
"gulp": "^4.0.0",
15-
"gulp-postcss": "7.0.1",
15+
"gulp-postcss": "^7.0.1",
1616
"postcss-color-function": "^4.0.1",
17-
"postcss-import": "11.1.0",
18-
"postcss-mixins": "6.2.0",
19-
"postcss-nested": "3.0.0",
20-
"postcss-simple-vars": "4.1.0"
17+
"postcss-import": "^11.1.0",
18+
"postcss-mixins": "^6.2.0",
19+
"postcss-nested": "^3.0.0",
20+
"postcss-simple-vars": "^4.1.0"
2121
},
2222
"dependencies": {
2323
"normalize.css": "8.0.0"

0 commit comments

Comments
 (0)