chore(deps): pin dependencies
This commit is contained in:
parent
172e9d945d
commit
75eee3a888
2 changed files with 59 additions and 59 deletions
|
|
@ -13,64 +13,64 @@
|
|||
"serve": "babel-node ./scripts/serve.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.0.0-beta.51",
|
||||
"@babel/core": "^7.0.0-beta.51",
|
||||
"@babel/node": "^7.0.0-beta.51",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.51",
|
||||
"@babel/preset-env": "^7.0.0-beta.51",
|
||||
"@fullhuman/postcss-purgecss": "^1.0.1",
|
||||
"autoprefixer": "^8.6.4",
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
"babel-eslint": "^8.2.3",
|
||||
"babel-plugin-dynamic-import-node-sync": "^2.0.1",
|
||||
"chalk": "^2.4.1",
|
||||
"cheerio": "^1.0.0-rc.2",
|
||||
"chokidar": "^2.0.4",
|
||||
"cpx": "^1.5.0",
|
||||
"@babel/cli": "7.0.0-rc.3",
|
||||
"@babel/core": "7.0.0-rc.3",
|
||||
"@babel/node": "7.0.0-rc.3",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.0.0-rc.3",
|
||||
"@babel/preset-env": "7.0.0-rc.3",
|
||||
"@fullhuman/postcss-purgecss": "1.0.1",
|
||||
"autoprefixer": "8.6.5",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-eslint": "8.2.6",
|
||||
"babel-plugin-dynamic-import-node-sync": "2.0.1",
|
||||
"chalk": "2.4.1",
|
||||
"cheerio": "1.0.0-rc.2",
|
||||
"chokidar": "2.0.4",
|
||||
"cpx": "1.5.0",
|
||||
"eslint": "4.19.1",
|
||||
"eslint-config-algolia": "^13.1.0",
|
||||
"eslint-config-prettier": "^2.9.0",
|
||||
"eslint-plugin-import": "^2.11.0",
|
||||
"eslint-plugin-prettier": "^2.6.0",
|
||||
"front-matter": "^2.3.0",
|
||||
"fs-extra": "^7.0.0",
|
||||
"glob": "^7.1.2",
|
||||
"husky": "^0.14.3",
|
||||
"inquirer": "^6.0.0",
|
||||
"live-server": "^1.2.0",
|
||||
"lodash": "^4.17.10",
|
||||
"markdown-it": "^8.4.1",
|
||||
"markdown-it-anchor": "^5.0.2",
|
||||
"markdown-it-highlightjs": "^3.0.0",
|
||||
"normalize.css": "^8.0.0",
|
||||
"p-all": "^1.0.0",
|
||||
"p-each-series": "^1.0.0",
|
||||
"p-map": "^1.2.0",
|
||||
"pify": "^3.0.0",
|
||||
"postcss": "^6.0.23",
|
||||
"postcss-clean": "^1.1.0",
|
||||
"postcss-import": "^11.1.0",
|
||||
"postcss-nested": "^3.0.0",
|
||||
"prettier": "^1.14.2",
|
||||
"pug": "^2.0.3",
|
||||
"puppeteer": "^1.6.1",
|
||||
"remark-cli": "^5.0.0",
|
||||
"remark-frontmatter": "^1.2.1",
|
||||
"remark-lint-no-trailing-spaces": "^2.0.0",
|
||||
"remark-preset-lint-consistent": "^2.0.2",
|
||||
"remark-preset-lint-markdown-style-guide": "^2.1.2",
|
||||
"remark-preset-lint-recommended": "^3.0.2",
|
||||
"remark-reference-links": "^4.0.2",
|
||||
"stylelint": "^9.3.0",
|
||||
"stylelint-csstree-validator": "^1.3.0",
|
||||
"tailwindcss": "^0.6.4",
|
||||
"textlint": "^11.0.0",
|
||||
"textlint-rule-alex": "^1.3.1",
|
||||
"textlint-rule-common-misspellings": "^1.0.1",
|
||||
"textlint-rule-en-capitalization": "^2.0.1",
|
||||
"textlint-rule-stop-words": "^1.0.4",
|
||||
"textlint-rule-terminology": "^1.1.29",
|
||||
"textlint-rule-write-good": "^1.6.2"
|
||||
"eslint-config-algolia": "13.1.0",
|
||||
"eslint-config-prettier": "2.10.0",
|
||||
"eslint-plugin-import": "2.14.0",
|
||||
"eslint-plugin-prettier": "2.6.2",
|
||||
"front-matter": "2.3.0",
|
||||
"fs-extra": "7.0.0",
|
||||
"glob": "7.1.2",
|
||||
"husky": "0.14.3",
|
||||
"inquirer": "6.2.0",
|
||||
"live-server": "1.2.0",
|
||||
"lodash": "4.17.10",
|
||||
"markdown-it": "8.4.2",
|
||||
"markdown-it-anchor": "5.0.2",
|
||||
"markdown-it-highlightjs": "3.0.0",
|
||||
"normalize.css": "8.0.0",
|
||||
"p-all": "1.0.0",
|
||||
"p-each-series": "1.0.0",
|
||||
"p-map": "1.2.0",
|
||||
"pify": "3.0.0",
|
||||
"postcss": "6.0.23",
|
||||
"postcss-clean": "1.1.0",
|
||||
"postcss-import": "11.1.0",
|
||||
"postcss-nested": "3.0.0",
|
||||
"prettier": "1.14.2",
|
||||
"pug": "2.0.3",
|
||||
"puppeteer": "1.7.0",
|
||||
"remark-cli": "5.0.0",
|
||||
"remark-frontmatter": "1.2.1",
|
||||
"remark-lint-no-trailing-spaces": "2.0.0",
|
||||
"remark-preset-lint-consistent": "2.0.2",
|
||||
"remark-preset-lint-markdown-style-guide": "2.1.2",
|
||||
"remark-preset-lint-recommended": "3.0.2",
|
||||
"remark-reference-links": "4.0.2",
|
||||
"stylelint": "9.5.0",
|
||||
"stylelint-csstree-validator": "1.3.0",
|
||||
"tailwindcss": "0.6.5",
|
||||
"textlint": "11.0.0",
|
||||
"textlint-rule-alex": "1.3.1",
|
||||
"textlint-rule-common-misspellings": "1.0.1",
|
||||
"textlint-rule-en-capitalization": "2.0.1",
|
||||
"textlint-rule-stop-words": "1.0.5",
|
||||
"textlint-rule-terminology": "1.1.29",
|
||||
"textlint-rule-write-good": "1.6.2"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@
|
|||
"jest": "23.0.0",
|
||||
"jsdom": "11.12.0",
|
||||
"json": "9.0.6",
|
||||
"live-server": "^1.2.0",
|
||||
"live-server": "1.2.0",
|
||||
"mversion": "1.12.0",
|
||||
"node-sass": "4.9.3",
|
||||
"onchange": "4.1.0",
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
"sinon": "6.1.5",
|
||||
"uglify-js": "3.4.7",
|
||||
"webpack": "3.12.0",
|
||||
"webpack-cli": "^3.1.0"
|
||||
"webpack-cli": "3.1.0"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue