Skip to content

Commit 6771627

Browse files
committed
Updated versions of dependencies
1 parent d340781 commit 6771627

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
coverage
3+
yarn.lock

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csso-loader",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "CSSO loader module for webpack",
55
"keywords": [
66
"webpack",
@@ -29,13 +29,13 @@
2929
},
3030
"main": "index.js",
3131
"dependencies": {
32-
"csso": "^2.1.0",
33-
"loader-utils": "^0.2.14"
32+
"csso": "^2.3.0",
33+
"loader-utils": "^0.2.16"
3434
},
3535
"devDependencies": {
36-
"istanbul": "^0.4.3",
37-
"mocha": "^2.4.5",
38-
"should": "^8.3.1",
36+
"istanbul": "^0.4.5",
37+
"mocha": "^3.2.0",
38+
"should": "^11.1.2",
3939
"test-console": "^1.0.0"
4040
},
4141
"engines": {

0 commit comments

Comments
 (0)