Skip to content

Commit

Permalink
Upgrade dependent packages to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki Hattori committed Dec 13, 2019
1 parent 080f001 commit 71f172e
Show file tree
Hide file tree
Showing 2 changed files with 316 additions and 331 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,57 +65,57 @@
"devDependencies": {
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-replace": "^2.2.1",
"@types/cheerio": "^0.22.14",
"@types/cheerio": "^0.22.15",
"@types/cosmiconfig": "^6.0.0",
"@types/express": "^4.17.2",
"@types/jest": "^24.0.23",
"@types/jest-plugin-context": "^2.9.2",
"@types/node": "^12.12.8",
"@types/node": "^12.12.17",
"@types/pug": "^2.0.4",
"@types/puppeteer": "^1.20.2",
"@types/puppeteer": "^2.0.0",
"@types/supertest": "^2.0.8",
"@types/ws": "^6.0.3",
"@types/ws": "^6.0.4",
"@types/yargs": "^13.0.3",
"autoprefixer": "^9.7.1",
"autoprefixer": "^9.7.3",
"bespoke": "bespokejs/bespoke",
"builtin-modules": "^3.1.0",
"cheerio": "^1.0.0-rc.3",
"codecov": "^3.6.1",
"cssnano": "^4.1.10",
"image-size": "^0.8.3",
"jest": "^24.9.0",
"jest-junit": "^9.0.0",
"jest-junit": "^10.0.0",
"jest-plugin-context": "^2.9.0",
"nanoid": "^2.1.7",
"npm-run-all": "^4.1.5",
"pkg": "^4.4.0",
"pkg": "^4.4.1",
"postcss-url": "^8.0.0",
"prettier": "^1.19.1",
"pug": "^2.0.4",
"rimraf": "^3.0.0",
"rollup": "^1.27.1",
"rollup": "^1.27.11",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-pug": "^1.1.1",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-terser": "^5.1.3",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-url": "^2.2.4",
"sass": "^1.23.6",
"rollup-plugin-url": "^3.0.1",
"sass": "^1.23.7",
"screenfull": "^5.0.0",
"stylelint": "^12.0.0",
"stylelint-config-prettier": "^6.0.0",
"stylelint-config-prettier": "^8.0.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-scss": "^3.12.1",
"stylelint-scss": "^3.13.0",
"supertest": "^4.0.2",
"tar-stream": "^2.1.0",
"ts-jest": "^24.1.0",
"ts-jest": "^24.2.0",
"ts-keycode-enum": "^1.0.6",
"tslib": "^1.10.0",
"tslint": "^5.20.1",
"tslint-config-airbnb": "^5.11.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.7.2",
"typescript": "^3.7.3",
"yauzl": "^2.10.0",
"zip-stream": "^2.1.2"
},
Expand Down Expand Up @@ -145,7 +145,7 @@
"v8-compile-cache": "^2.1.0",
"wrap-ansi": "^6.2.0",
"ws": "^7.2.0",
"yargs": "^15.0.1"
"yargs": "^15.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 71f172e

Please sign in to comment.