Update version of the dependency

This commit is contained in:
CJ Patoilo 2020-05-18 14:40:04 -03:00
parent 62a5a2e5b4
commit bc7d43b492
6 changed files with 40 additions and 31 deletions

View File

@ -28,6 +28,6 @@
"stylus" "stylus"
], ],
"dependencies": { "dependencies": {
"normalize.css": "~5.0.0" "normalize.css": "~8.0.1"
} }
} }

View File

@ -28,6 +28,6 @@
"stylus" "stylus"
], ],
"dependencies": { "dependencies": {
"normalize.css": "~5.0.0" "normalize.css": "~8.0.1"
} }
} }

View File

@ -16,7 +16,7 @@
/> />
<link <link
rel="stylesheet" rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css"
/> />
<link rel="stylesheet" href="../dist/milligram.min.css" /> <link rel="stylesheet" href="../dist/milligram.min.css" />
<link rel="stylesheet" href="https://milligram.io/styles/main.css" /> <link rel="stylesheet" href="https://milligram.io/styles/main.css" />

61
package-lock.json generated
View File

@ -922,18 +922,18 @@
"dev": true "dev": true
}, },
"autoprefixer": { "autoprefixer": {
"version": "9.7.6", "version": "9.8.0",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.7.6.tgz", "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.0.tgz",
"integrity": "sha512-F7cYpbN7uVVhACZTeeIeealwdGM6wMtfWARVLTy5xmKtgVdBNJvbDRoCK3YO1orcs7gv/KwYlb3iXwu9Ug9BkQ==", "integrity": "sha512-D96ZiIHXbDmU02dBaemyAg53ez+6F5yZmapmgKcjm35yEe1uVDYI8hGW3VYoGRaG290ZFf91YxHrR518vC0u/A==",
"dev": true, "dev": true,
"requires": { "requires": {
"browserslist": "^4.11.1", "browserslist": "^4.12.0",
"caniuse-lite": "^1.0.30001039", "caniuse-lite": "^1.0.30001061",
"chalk": "^2.4.2", "chalk": "^2.4.2",
"normalize-range": "^0.1.2", "normalize-range": "^0.1.2",
"num2fraction": "^1.2.2", "num2fraction": "^1.2.2",
"postcss": "^7.0.27", "postcss": "^7.0.30",
"postcss-value-parser": "^4.0.3" "postcss-value-parser": "^4.1.0"
} }
}, },
"ava": { "ava": {
@ -6181,19 +6181,19 @@
"dev": true "dev": true
}, },
"lint-staged": { "lint-staged": {
"version": "10.2.2", "version": "10.2.4",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.2.2.tgz", "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.2.4.tgz",
"integrity": "sha512-78kNqNdDeKrnqWsexAmkOU3Z5wi+1CsQmUmfCuYgMTE8E4rAIX8RHW7xgxwAZ+LAayb7Cca4uYX4P3LlevzjVg==", "integrity": "sha512-doTMGKXQAT34c3S3gwDrTnXmCZp/z1/92D8suPqqh755sKPT18ew1NoPNHxJdrvv1D4WrJ7CEnx79Ns3EdEFbg==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^4.0.0", "chalk": "^4.0.0",
"commander": "^5.0.0", "commander": "^5.1.0",
"cosmiconfig": "^6.0.0", "cosmiconfig": "^6.0.0",
"debug": "^4.1.1", "debug": "^4.1.1",
"dedent": "^0.7.0", "dedent": "^0.7.0",
"execa": "^4.0.0", "execa": "^4.0.1",
"listr2": "1.3.8", "listr2": "^2.0.2",
"log-symbols": "^3.0.0", "log-symbols": "^4.0.0",
"micromatch": "^4.0.2", "micromatch": "^4.0.2",
"normalize-path": "^3.0.0", "normalize-path": "^3.0.0",
"please-upgrade-node": "^3.2.0", "please-upgrade-node": "^3.2.0",
@ -6248,6 +6248,15 @@
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
"dev": true "dev": true
}, },
"log-symbols": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.0.0.tgz",
"integrity": "sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA==",
"dev": true,
"requires": {
"chalk": "^4.0.0"
}
},
"supports-color": { "supports-color": {
"version": "7.1.0", "version": "7.1.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz",
@ -6582,23 +6591,23 @@
} }
}, },
"listr2": { "listr2": {
"version": "1.3.8", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/listr2/-/listr2-1.3.8.tgz", "resolved": "https://registry.npmjs.org/listr2/-/listr2-2.0.2.tgz",
"integrity": "sha512-iRDRVTgSDz44tBeBBg/35TQz4W+EZBWsDUq7hPpqeUHm7yLPNll0rkwW3lIX9cPAK7l+x95mGWLpxjqxftNfZA==", "integrity": "sha512-HkbraLsbHRFtuT0p1g9KUiMoJeqlPdgsi4Q3mCvBlYnVK+2I1vPdCxBvJ+nAxwpL7SZiyaICWMvLOyMBtu+VKw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@samverschueren/stream-to-observable": "^0.3.0", "@samverschueren/stream-to-observable": "^0.3.0",
"chalk": "^3.0.0", "chalk": "^4.0.0",
"cli-cursor": "^3.1.0", "cli-cursor": "^3.1.0",
"cli-truncate": "^2.1.0", "cli-truncate": "^2.1.0",
"elegant-spinner": "^2.0.0", "elegant-spinner": "^2.0.0",
"enquirer": "^2.3.4", "enquirer": "^2.3.5",
"figures": "^3.2.0", "figures": "^3.2.0",
"indent-string": "^4.0.0", "indent-string": "^4.0.0",
"log-update": "^4.0.0", "log-update": "^4.0.0",
"p-map": "^4.0.0", "p-map": "^4.0.0",
"pad": "^3.2.0", "pad": "^3.2.0",
"rxjs": "^6.3.3", "rxjs": "^6.5.5",
"through": "^2.3.8", "through": "^2.3.8",
"uuid": "^7.0.2" "uuid": "^7.0.2"
}, },
@ -6614,9 +6623,9 @@
} }
}, },
"chalk": { "chalk": {
"version": "3.0.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.0.0.tgz",
"integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", "integrity": "sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==",
"dev": true, "dev": true,
"requires": { "requires": {
"ansi-styles": "^4.1.0", "ansi-styles": "^4.1.0",
@ -7574,9 +7583,9 @@
"dev": true "dev": true
}, },
"normalize.css": { "normalize.css": {
"version": "5.0.0", "version": "8.0.1",
"resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-5.0.0.tgz", "resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz",
"integrity": "sha1-fOyHXOgXilMzxN6Ato6pwYudfDc=" "integrity": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg=="
}, },
"npm-run-all": { "npm-run-all": {
"version": "4.1.5", "version": "4.1.5",

View File

@ -28,7 +28,7 @@
"stylus" "stylus"
], ],
"dependencies": { "dependencies": {
"normalize.css": "5.0.0" "normalize.css": "~8.0.1"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^9.6.1", "autoprefixer": "^9.6.1",

View File

@ -17,7 +17,7 @@
/> />
<link <link
rel="stylesheet" rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css"
/> />
<link rel="stylesheet" href="milligram.min.css" /> <link rel="stylesheet" href="milligram.min.css" />
<!-- to generate this style run `$ npm start` --> <!-- to generate this style run `$ npm start` -->