Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed May 1, 2020
1 parent 5330525 commit 309d140
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 314 deletions.
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -32,39 +32,39 @@
"@rollup/plugin-node-resolve": "7.1.3",
"@types/jasmine": "3.5.10",
"@types/puppeteer": "2.0.1",
"@typescript-eslint/eslint-plugin": "2.29.0",
"@typescript-eslint/parser": "2.29.0",
"@typescript-eslint/eslint-plugin": "2.30.0",
"@typescript-eslint/parser": "2.30.0",
"autoprefixer": "9.7.6",
"clean-css-cli": "4.3.0",
"clean-scripts": "1.12.2",
"clean-scripts": "1.12.3",
"cross-env": "7.0.2",
"eslint": "6.8.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-plantain": "0.1.2",
"file2variable-cli": "1.9.1",
"file2variable-cli": "1.9.2",
"github-fork-ribbon-css": "0.2.3",
"http-server": "0.12.1",
"http-server": "0.12.3",
"jasmine": "3.5.0",
"karma": "5.0.2",
"karma": "5.0.4",
"karma-chrome-launcher": "3.1.0",
"karma-firefox-launcher": "1.3.0",
"karma-jasmine": "3.1.1",
"karma-webpack": "4.0.2",
"lerna": "3.20.2",
"less": "3.11.1",
"markdownlint-cli": "0.22.0",
"no-unused-export": "1.10.2",
"postcss-cli": "7.1.0",
"puppeteer": "3.0.1",
"rev-static": "3.4.4",
"no-unused-export": "1.10.3",
"postcss-cli": "7.1.1",
"puppeteer": "3.0.2",
"rev-static": "3.4.5",
"rimraf": "3.0.2",
"rollup": "2.7.2",
"rollup": "2.7.6",
"rollup-plugin-uglify": "6.0.4",
"stylelint": "13.3.3",
"stylelint-config-standard": "20.0.0",
"type-coverage": "2.4.2",
"type-coverage": "2.4.3",
"typescript": "3.8.3",
"watch-then-execute": "1.1.2",
"watch-then-execute": "1.1.3",
"webpack": "4.43.0",
"webpack-cli": "3.3.11"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Expand Up @@ -27,6 +27,6 @@
},
"devDependencies": {
"@types/react": "16.9.34",
"@types/react-dom": "16.9.6"
"@types/react-dom": "16.9.7"
}
}

0 comments on commit 309d140

Please sign in to comment.