Skip to content

Commit b36b2f7

Browse files
committed
🔖 Update dependencies and release v0.1.0.
1 parent 9e69d77 commit b36b2f7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "requirex-postcss-bundle",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "PostCSS bundled for requirex",
55
"main": "dist/index.js",
66
"browser": "dist/index.min.js",
@@ -19,20 +19,20 @@
1919
},
2020
"homepage": "https://github.com/requirex/requirex-postcss-bundle#readme",
2121
"devDependencies": {
22-
"@types/autoprefixer": "^9.5.0",
22+
"@types/autoprefixer": "^9.6.1",
2323
"@types/cssnano": "^4.0.0",
2424
"@types/postcss-url": "^8.0.1",
25-
"autoprefixer": "^9.6.0",
25+
"autoprefixer": "^9.6.5",
2626
"cssnano": "^4.1.10",
27-
"postcss": "^7.0.17",
27+
"postcss": "^7.0.18",
2828
"postcss-import": "^12.0.1",
2929
"postcss-safe-parser": "^4.0.1",
3030
"postcss-url": "^8.0.0",
31-
"requirex": "^0.1.3",
32-
"safe-buffer": "^5.1.2",
33-
"string_decoder": "^1.2.0",
31+
"requirex": "^0.1.5",
32+
"safe-buffer": "^5.2.0",
33+
"string_decoder": "^1.3.0",
3434
"sugarss": "^2.0.0",
35-
"typescript": "^3.5.2",
36-
"uglify-js": "^3.6.0"
35+
"typescript": "^3.6.4",
36+
"uglify-js": "^3.6.2"
3737
}
3838
}

0 commit comments

Comments
 (0)