Skip to content

Commit

Permalink
chore(deps): update dependency kkt to v7.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 1, 2022
1 parent cae39d3 commit bd4d00b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
9 changes: 0 additions & 9 deletions .kktrc.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import path from 'path';
import webpack, { Configuration } from 'webpack';
import { LoaderConfOptions } from 'kkt';
import WebpackDevServer from 'webpack-dev-server';
import lessModules from '@kkt/less-modules';
import rawModules from '@kkt/raw-modules';
import scopePluginOptions from '@kkt/scope-plugin-options';
Expand All @@ -27,11 +26,3 @@ export default (conf: Configuration, env: 'development' | 'production', options:
}
return conf;
};

/**
* Modify WebpackDevServer Configuration Example
*/
export const devServer = (config: WebpackDevServer.Configuration) => {
// Return your customised Webpack Development Server config.
return config;
};
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,24 @@
"react-dom": ">=16.9.0"
},
"devDependencies": {
"@kkt/less-modules": "6.11.0",
"@kkt/raw-modules": "6.11.0",
"@kkt/scope-plugin-options": "6.11.0",
"@types/react": "17.0.34",
"@kkt/less-modules": "7.0.3",
"@kkt/raw-modules": "7.0.3",
"@kkt/scope-plugin-options": "7.0.3",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"@uiw/react-code-preview": "2.2.4",
"@uiw/react-code-preview": "3.0.0",
"@uiw/react-github-corners": "1.5.3",
"@uiw/react-markdown-preview": "3.4.3",
"@uiw/react-markdown-preview": "3.4.5",
"@uiw/react-tooltip": "4.9.7",
"@uiw/reset.css": "1.0.5",
"compile-less-cli": "1.8.9",
"husky": "7.0.4",
"kkt": "6.11.0",
"kkt": "7.0.3",
"lint-staged": "11.2.6",
"prettier": "2.4.1",
"prettier": "2.5.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"tsbb": "3.4.4"
"tsbb": "3.5.4"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit bd4d00b

Please sign in to comment.