|
1 | 1 | {
|
2 | 2 | "name": "postcss-nested-props",
|
3 |
| - "version": "1.1.2", |
| 3 | + "version": "1.1.5", |
4 | 4 | "description": "PostCSS plugin to unwrap nested properties.",
|
5 | 5 | "main": "dist/lib/plugin.js",
|
6 |
| - "types": "dist/lib/plugin.d.ts", |
| 6 | + "typings": "dist/lib/plugin.d.ts", |
7 | 7 | "scripts": {
|
8 | 8 | "prepublish": "gulp && npm run tsc && gulp copy",
|
9 | 9 | "tsc": "tsc",
|
|
31 | 31 | },
|
32 | 32 | "homepage": "https://github.com/jedmao/postcss-nested-props#readme",
|
33 | 33 | "dependencies": {
|
34 |
| - "postcss": "^5.2.9", |
| 34 | + "postcss": "^5.2.10", |
35 | 35 | "pseudo-classes": "^1.0.0",
|
36 | 36 | "pseudo-elements": "^1.0.0"
|
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 | 39 | "@types/chai": "^3.4.34",
|
40 |
| - "@types/glob": "^5.0.29", |
41 |
| - "@types/glob-stream": "^3.1.29", |
42 |
| - "@types/gulp": "^3.8.31", |
43 |
| - "@types/mocha": "^2.2.36", |
44 |
| - "@types/node": "^6.0.58", |
| 40 | + "@types/glob": "^5.0.30", |
| 41 | + "@types/glob-stream": "^3.1.30", |
| 42 | + "@types/gulp": "^3.8.32", |
| 43 | + "@types/minimatch": "^2.0.29", |
| 44 | + "@types/mocha": "^2.2.38", |
| 45 | + "@types/node": "^7.0.0", |
| 46 | + "@types/orchestrator": "0.0.30", |
| 47 | + "@types/q": "0.0.32", |
45 | 48 | "@types/sinon": "^1.16.34",
|
46 |
| - "@types/minimatch": "^2.0.28", |
47 |
| - "@types/orchestrator": "0.0.29", |
48 |
| - |
49 |
| - "@types/q": "0.0.30", |
50 |
| - "@types/sinon": "^1.16.29", |
51 | 49 | "@types/sinon-chai": "^2.7.27",
|
52 | 50 | "@types/vinyl": "^2.0.0",
|
53 | 51 | "@types/vinyl-fs": "0.0.28",
|
54 | 52 | "chai": "^3.5.0",
|
55 |
| - "eslint": "^3.12.2", |
56 | 53 | "gulp": "^3.9.1",
|
57 |
| - "gulp-eslint": "^3.0.1", |
58 |
| - "gulp-filter": "^4.0.0", |
| 54 | + "gulp-filter": "^5.0.0", |
59 | 55 | "gulp-istanbul": "^1.1.1",
|
60 | 56 | "gulp-mocha": "^3.0.1",
|
61 | 57 | "gulp-plumber": "^1.1.0",
|
62 | 58 | "gulp-rimraf": "^0.2.1",
|
63 | 59 | "gulp-tslint": "^7.0.1",
|
64 |
| - "gulp-typescript": "^3.1.3", |
65 |
| - "isparta": "^4.0.0", |
66 |
| - "istanbul": "^0.4.5", |
| 60 | + "gulp-typescript": "^3.1.4", |
67 | 61 | "istanbul": "^0.4.5",
|
68 | 62 | "merge2": "^1.0.3",
|
69 | 63 | "mocha": "^3.2.0",
|
70 | 64 | "through2": "^2.0.3",
|
71 |
| - "ts-node": "^1.3.0", |
| 65 | + "ts-node": "^2.0.0", |
72 | 66 | "tslint": "^4.3.1",
|
73 |
| - "typescript": "^2.1.4" |
| 67 | + "typescript": "^2.1.5" |
74 | 68 | }
|
75 | 69 | }
|
0 commit comments