Skip to content

Commit

Permalink
chore: Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 12, 2020
1 parent 4db3a08 commit 384975c
Show file tree
Hide file tree
Showing 11 changed files with 74 additions and 64 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ export const loaderOneOf = [

### Development


```
```bash
npm run watch:lib
npm run watch:kkt
```

## License
Expand Down
2 changes: 1 addition & 1 deletion example/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"react-dom": "^16.12.0"
},
"devDependencies": {
"@kkt/loader-less": "^1.0.6",
"@kkt/loader-less": "^5.3.0",
"kkt": "file:../../packages/kkt"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion example/less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-dom": "^16.12.0"
},
"devDependencies": {
"@kkt/loader-less": "^1.0.6",
"@kkt/loader-less": "^5.3.0",
"kkt": "file:../../packages/kkt"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion example/react-component-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"react-dom": "^16.12.0"
},
"devDependencies": {
"@kkt/loader-less": "^1.0.6",
"@kkt/loader-less": "^5.3.0",
"@types/classnames": "^2.2.9",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
Expand Down
2 changes: 1 addition & 1 deletion example/react-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-dom": "^16.12.0"
},
"devDependencies": {
"@kkt/loader-less": "^1.0.6",
"@kkt/loader-less": "^5.3.0",
"kkt": "file:../../packages/kkt"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion example/rematch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react-router-dom": "^5.1.2"
},
"devDependencies": {
"@kkt/loader-less": "^1.0.6",
"@kkt/loader-less": "^5.3.0",
"kkt": "file:../../packages/kkt",
"mocker-api": "^1.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion example/scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-dom": "^16.12.0"
},
"devDependencies": {
"@kkt/loader-scss": "^1.0.5",
"@kkt/loader-scss": "^5.3.0",
"kkt": "file:../../packages/kkt"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion example/stylus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-dom": "^16.12.0"
},
"devDependencies": {
"@kkt/loader-stylus": "^1.0.6",
"@kkt/loader-stylus": "^5.3.0",
"kkt": "file:../../packages/kkt"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion example/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-dom": "^16.12.0"
},
"devDependencies": {
"@kkt/loader-less": "^1.0.6",
"@kkt/loader-less": "^5.3.0",
"@types/classnames": "^2.2.8",
"@types/jest": "^24.0.23",
"@types/react": "^16.9.13",
Expand Down
16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "kkt",
"version": "5.2.1",
"version": "5.3.0",
"description": "Create React apps with no build configuration, Cli tool for creating react apps.",
"author": "Kenny Wong <wowohoo@qq.com> (https://github.com/jaywcjlove)",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kktjs/kkt-next.git"
},
"scripts": {
"prepack": "npm run bootstrap",
"build": "lerna exec npm run build",
Expand All @@ -16,11 +22,11 @@
"watch:kkt": "lerna run --scope kkt watch --stream"
},
"devDependencies": {
"lerna": "^3.19.0",
"tsbb": "^1.3.9",
"webpack": "^4.41.2"
"lerna": "^3.20.2",
"tsbb": "^1.5.2",
"webpack": "^4.41.5"
},
"dependencies": {
"@types/webpack": "^4.41.0"
"@types/webpack": "^4.41.6"
}
}
100 changes: 52 additions & 48 deletions packages/kkt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,70 +38,74 @@
"src"
],
"dependencies": {
"@babel/runtime": "^7.7.4",
"@svgr/webpack": "^4.3.3",
"@tsbb/babel-preset-tsbb": "^1.8.0",
"@types/case-sensitive-paths-webpack-plugin": "^2.1.4",
"@types/detect-port": "^1.1.0",
"@types/fs-extra": "^8.0.1",
"@types/loader-utils": "^1.1.3",
"@types/mini-css-extract-plugin": "^0.8.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",
"@babel/runtime": "7.8.4",
"@jest/fake-timers": "25.1.0",
"@svgr/webpack": "4.3.3",
"@tsbb/babel-preset-tsbb": "1.9.1",
"@types/case-sensitive-paths-webpack-plugin": "2.1.4",
"@types/detect-port": "1.1.0",
"@types/fs-extra": "8.0.1",
"@types/loader-utils": "1.1.3",
"@types/mini-css-extract-plugin": "0.9.0",
"@types/node": "13.7.0",
"@types/optimize-css-assets-webpack-plugin": "5.0.1",
"@types/react-dev-utils": "^9.0.3",
"@types/resolve": "1.14.0",
"@types/terser-webpack-plugin": "^2.2.0",
"@types/webpack-dev-server": "^3.9.0",
"@types/webpack-dev-server": "^3.10.0",
"@types/webpack-manifest-plugin": "^2.1.0",
"@types/workbox-webpack-plugin": "^4.1.0",
"@types/yargs": "^13.0.3",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"@types/yargs": "^15.0.3",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-jest": "25.1.0",
"babel-loader": "^8.0.6",
"babel-plugin-named-asset-import": "^0.3.5",
"babel-preset-react-app": "^9.1.0",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"babel-plugin-named-asset-import": "^0.3.6",
"babel-preset-react-app": "^9.1.1",
"camelcase": "^5.3.1",
"case-sensitive-paths-webpack-plugin": "2.3.0",
"colors-cli": "^1.0.26",
"css-loader": "^3.2.0",
"css-loader": "3.4.2",
"dotenv": "^8.2.0",
"dotenv-expand": "^5.1.0",
"eslint": "^6.7.1",
"eslint-config-react-app": "^5.1.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^1.6.1",
"eslint": "6.7.1",
"eslint-config-react-app": "5.2.0",
"eslint-loader": "3.0.3",
"eslint-plugin-flowtype": "4.6.0",
"eslint-plugin-import": "2.20.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.18.0",
"eslint-plugin-react-hooks": "1.6.1",
"file-loader": "^4.3.0",
"fs-extra": "^8.1.0",
"html-webpack-plugin": "^4.0.0-beta.11",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"jest-watch-typeahead": "^0.4.2",
"jest": "25.1.0",
"jest-environment-jsdom-fourteen": "1.0.1",
"jest-resolve": "25.1.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",
"pnp-webpack-plugin": "^1.5.0",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"postcss-normalize": "^8.0.1",
"postcss-preset-env": "^6.7.0",
"postcss-safe-parser": "^4.0.1",
"react-dev-utils": "^10.0.0",
"resolve": "^1.13.1",
"mini-css-extract-plugin": "0.9.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"pnp-webpack-plugin": "1.6.0",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-normalize": "8.0.1",
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.1",
"react-dev-utils": "^10.1.0",
"resolve": "1.15.0",
"resolve-url-loader": "^3.1.1",
"style-loader": "^1.0.1",
"terser-webpack-plugin": "^2.2.1",
"style-loader": "1.1.3",
"terser-webpack-plugin": "2.3.4",
"ts-pnp": "^1.1.5",
"typescript": "^3.7.3",
"url-loader": "^2.3.0",
"webpack": "^4.41.2",
"webpack-dev-server": "^3.9.0",
"webpack-manifest-plugin": "^2.2.0",
"workbox-webpack-plugin": "^4.3.1",
"yargs": "^13.3.0"
"webpack": "4.41.5",
"webpack-dev-server": "^3.10.3",
"webpack-manifest-plugin": "2.2.0",
"workbox-webpack-plugin": "^5.0.0",
"yargs": "15.1.0"
}
}

0 comments on commit 384975c

Please sign in to comment.