Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Commit

Permalink
chore(kkt): Upgrade dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 29, 2019
1 parent 945a495 commit 61f0e16
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kkt",
"version": "5.0.1",
"version": "5.0.2",
"description": "Create React apps with no build configuration, Cli tool for creating react apps.",
"author": "Kenny Wong <[email protected]> (https://github.com/jaywcjlove)",
"scripts": {
Expand Down Expand Up @@ -39,43 +39,43 @@
"src"
],
"devDependencies": {
"@types/case-sensitive-paths-webpack-plugin": "^2.1.3",
"@types/case-sensitive-paths-webpack-plugin": "^2.1.4",
"@types/detect-port": "^1.1.0",
"@types/fs-extra": "^8.0.0",
"@types/fs-extra": "^8.0.1",
"@types/loader-utils": "^1.1.3",
"@types/mini-css-extract-plugin": "^0.8.0",
"@types/node": "^12.7.1",
"@types/optimize-css-assets-webpack-plugin": "^5.0.0",
"@types/node": "^12.12.14",
"@types/optimize-css-assets-webpack-plugin": "^5.0.1",
"@types/react-dev-utils": "^9.0.1",
"@types/resolve": "0.0.8",
"@types/terser-webpack-plugin": "^1.2.1",
"@types/webpack": "^4.39.1",
"@types/webpack-manifest-plugin": "^2.0.0",
"@types/webpack": "^4.41.0",
"@types/webpack-manifest-plugin": "^2.1.0",
"@types/workbox-webpack-plugin": "^4.1.0",
"@types/yargs": "^13.0.2"
"@types/yargs": "^13.0.3"
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"@svgr/webpack": "^4.3.2",
"@tsbb/babel-preset-tsbb": "^1.5.2",
"@babel/runtime": "^7.7.4",
"@svgr/webpack": "^4.3.3",
"@tsbb/babel-preset-tsbb": "^1.8.0",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"babel-plugin-named-asset-import": "^0.3.3",
"babel-preset-react-app": "^9.0.1",
"babel-plugin-named-asset-import": "^0.3.4",
"babel-preset-react-app": "^9.0.2",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"colors-cli": "^1.0.26",
"css-loader": "^3.2.0",
"dotenv": "^8.1.0",
"dotenv": "^8.2.0",
"dotenv-expand": "^5.1.0",
"eslint": "^6.3.0",
"eslint-loader": "^3.0.0",
"file-loader": "^4.2.0",
"eslint": "^6.7.1",
"eslint-loader": "^3.0.2",
"file-loader": "^4.3.0",
"fs-extra": "^8.1.0",
"html-webpack-plugin": "^4.0.0-beta.8",
"html-webpack-plugin": "^4.0.0-beta.11",
"identity-obj-proxy": "^3.0.0",
"is-wsl": "^2.1.0",
"is-wsl": "^2.1.1",
"jest": "^24.9.0",
"jest-watch-typeahead": "^0.4.0",
"jest-watch-typeahead": "^0.4.2",
"loading-cli": "^1.1.0",
"mini-css-extract-plugin": "^0.8.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
Expand All @@ -85,18 +85,18 @@
"postcss-normalize": "^8.0.1",
"postcss-preset-env": "^6.7.0",
"postcss-safe-parser": "^4.0.1",
"react-dev-utils": "^9.0.3",
"resolve": "^1.12.0",
"resolve-url-loader": "^3.1.0",
"style-loader": "^1.0.0",
"react-dev-utils": "^9.1.0",
"resolve": "^1.13.1",
"resolve-url-loader": "^3.1.1",
"style-loader": "^1.0.1",
"terser-webpack-plugin": "^1.4.1",
"ts-pnp": "^1.1.4",
"tsbb": "^1.3.2",
"url-loader": "^2.1.0",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0",
"webpack-manifest-plugin": "^2.0.4",
"ts-pnp": "^1.1.5",
"tsbb": "^1.3.6",
"url-loader": "^2.3.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpack-manifest-plugin": "^2.2.0",
"webpack-node-externals": "^1.7.2",
"workbox-webpack-plugin": "^4.3.1",
"yargs": "^13.3.0"
Expand Down

0 comments on commit 61f0e16

Please sign in to comment.