Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maoberlehner committed Dec 29, 2018
1 parent 2eb9a1d commit a3f81ec
Show file tree
Hide file tree
Showing 10 changed files with 6,359 additions and 4,834 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"lerna": "2.5.1",
"lerna": "3.8.0",
"packages": [
"packages/*"
],
Expand Down
11,128 changes: 6,327 additions & 4,801 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -26,19 +26,19 @@
"url": "https://github.com/maoberlehner/node-sass-magic-importer/issues"
},
"devDependencies": {
"@avalanche/component-button": "^4.0.0-alpha.6",
"@avalanche/object-grid": "^4.0.0-alpha.14",
"@types/jest": "^22.2.3",
"@avalanche/component-button": "^4.0.0-alpha.7",
"@avalanche/object-grid": "^4.0.0-alpha.15",
"@types/jest": "^23.3.10",
"@types/node-sass": "^3.10.32",
"bootstrap": "4.0.0-beta",
"coveralls": "^3.0.0",
"jest": "^22.4.3",
"lerna": "^2.11.0",
"node-sass": "^4.9.0",
"npm-check-updates": "^2.14.2",
"ts-jest": "^22.4.4",
"tslint": "^5.9.1",
"typescript": "^2.8.3"
"coveralls": "^3.0.2",
"jest": "^23.6.0",
"lerna": "^3.8.0",
"node-sass": "^4.11.0",
"npm-check-updates": "^2.15.0",
"ts-jest": "^23.10.5",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
},
"jest": {
"coveragePathIgnorePatterns": [
Expand Down
6 changes: 3 additions & 3 deletions packages/node-sass-filter-importer/package.json
Expand Up @@ -28,12 +28,12 @@
"dependencies": {
"css-node-extract": "^2.1.3",
"node-sass-magic-importer": "^5.2.0",
"postcss-scss": "^1.0.2"
"postcss-scss": "^2.0.0"
},
"devDependencies": {
"@types/node": "^8.5.1",
"@types/node": "^10.12.18",
"rimraf": "^2.6.2",
"typescript": "^2.6.2"
"typescript": "^3.2.2"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-sass-glob-importer/package.json
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"rimraf": "^2.6.2",
"typescript": "^2.6.2"
"typescript": "^3.2.2"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
18 changes: 9 additions & 9 deletions packages/node-sass-magic-importer/package.json
Expand Up @@ -30,18 +30,18 @@
"dependencies": {
"css-node-extract": "^2.1.3",
"css-selector-extract": "^3.3.6",
"findup-sync": "^2.0.0",
"glob": "^7.1.2",
"object-hash": "^1.2.0",
"postcss-scss": "^1.0.2",
"resolve": "^1.5.0"
"findup-sync": "^3.0.0",
"glob": "^7.1.3",
"object-hash": "^1.3.1",
"postcss-scss": "^2.0.0",
"resolve": "^1.9.0"
},
"devDependencies": {
"@types/glob": "^5.0.34",
"@types/node": "^8.5.1",
"@types/resolve": "0.0.4",
"@types/glob": "^7.1.1",
"@types/node": "^10.12.18",
"@types/resolve": "0.0.8",
"rimraf": "^2.6.2",
"typescript": "^2.6.2"
"typescript": "^3.2.2"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-sass-once-importer/package.json
Expand Up @@ -29,9 +29,9 @@
"node-sass-magic-importer": "^5.2.0"
},
"devDependencies": {
"@types/node": "^8.5.1",
"@types/node": "^10.12.18",
"rimraf": "^2.6.2",
"typescript": "^2.6.2"
"typescript": "^3.2.2"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-sass-package-importer/package.json
Expand Up @@ -30,9 +30,9 @@
"node-sass-magic-importer": "^5.2.0"
},
"devDependencies": {
"@types/node": "^8.5.1",
"@types/node": "^10.12.18",
"rimraf": "^2.6.2",
"typescript": "^2.6.2"
"typescript": "^3.2.2"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/node-sass-selector-importer/package.json
Expand Up @@ -28,12 +28,12 @@
"dependencies": {
"css-selector-extract": "^3.3.6",
"node-sass-magic-importer": "^5.2.0",
"postcss-scss": "^1.0.2"
"postcss-scss": "^2.0.0"
},
"devDependencies": {
"@types/node": "^8.5.1",
"@types/node": "^10.12.18",
"rimraf": "^2.6.2",
"typescript": "^2.6.2"
"typescript": "^3.2.2"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion test/files/package-combined-import.css
Expand Up @@ -106,7 +106,6 @@
transition: background-color, color;
transition-duration: 0.2s;
display: inline-block;
margin: 0;
border: none;
vertical-align: top;
white-space: nowrap;
Expand Down

0 comments on commit a3f81ec

Please sign in to comment.