Skip to content

Commit a334f8d

Browse files
committed
🔖 Update dependencies and release v0.3.2.
1 parent 0b340b9 commit a334f8d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "requirex-postcss-bundle",
3-
"version": "0.3.0",
3+
"version": "0.3.2",
44
"description": "PostCSS bundled for requirex",
55
"main": "dist/index.js",
66
"browser": "dist/index.min.js",
@@ -23,17 +23,17 @@
2323
"@types/autoprefixer": "^9.7.2",
2424
"@types/cssnano": "^4.0.0",
2525
"@types/postcss-url": "^8.0.1",
26-
"autoprefixer": "^9.7.6",
26+
"autoprefixer": "^9.8.0",
2727
"cssnano": "^4.1.10",
28-
"postcss": "^7.0.29",
28+
"postcss": "^7.0.30",
2929
"postcss-import": "^12.0.1",
3030
"postcss-safe-parser": "^4.0.2",
3131
"postcss-url": "^8.0.0",
32-
"requirex": "^0.3.0",
33-
"safe-buffer": "^5.2.0",
32+
"requirex": "0.3.2",
33+
"safe-buffer": "^5.2.1",
3434
"string_decoder": "^1.3.0",
3535
"sugarss": "^2.0.0",
36-
"typescript": "^3.8.3",
37-
"uglify-js": "^3.9.2"
36+
"typescript": "^3.9.2",
37+
"uglify-js": "^3.9.3"
3838
}
3939
}

0 commit comments

Comments
 (0)