Skip to content

Commit

Permalink
chore(deps): modify denpendency ~
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 8, 2022
1 parent 60ff3d7 commit b45eeab
Show file tree
Hide file tree
Showing 21 changed files with 105 additions and 104 deletions.
24 changes: 12 additions & 12 deletions core/package.json
Expand Up @@ -40,29 +40,29 @@
"react-scripts": ">=2.1.3"
},
"dependencies": {
"@babel/register": "7.17.7",
"@babel/register": "~7.17.7",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/fs-extra": "9.0.13",
"@types/minimist": "1.2.2",
"@types/react-dev-utils": "9.0.10",
"@types/semver": "7.3.9",
"@types/fs-extra": "~9.0.13",
"@types/minimist": "~1.2.2",
"@types/react-dev-utils": "~9.0.10",
"@types/semver": "~7.3.9",
"ajv": "^8.8.0",
"eslint-config-react-app": "^7.0.0",
"fs-extra": "10.0.1",
"minimist": "1.2.6",
"mocker-api": "2.9.5",
"fs-extra": "~10.0.1",
"minimist": "~1.2.6",
"mocker-api": "~2.9.5",
"postcss": "^8.4.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^6.2.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.0.1",
"react-scripts": "5.0.0",
"react-scripts": "~5.0.0",
"sass": "^1.45.1",
"semver": "7.3.5",
"ts-node": "10.7.0",
"typescript": "4.6.3",
"semver": "~7.3.5",
"ts-node": "~10.7.0",
"typescript": "~4.6.3",
"webpack": "^5.65.0"
}
}
6 changes: 3 additions & 3 deletions example/basic-entry/package.json
Expand Up @@ -15,11 +15,11 @@
"author": "",
"license": "MIT",
"dependencies": {
"react": "18.0.0",
"react-dom": "18.0.0"
"react": "~18.0.0",
"react-dom": "~18.0.0"
},
"devDependencies": {
"kkt": "7.1.5"
"kkt": "~7.1.5"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions example/basic/package.json
Expand Up @@ -17,8 +17,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"react": "18.0.0",
"react-dom": "18.0.0",
"react": "~18.0.0",
"react-dom": "~18.0.0",
"web-vitals": "^2.1.2"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions example/chrome-plugin/package.json
Expand Up @@ -16,13 +16,13 @@
"author": "",
"license": "MIT",
"dependencies": {
"react": "18.0.0",
"react-dom": "18.0.0"
"react": "~18.0.0",
"react-dom": "~18.0.0"
},
"devDependencies": {
"clean-webpack-plugin": "4.0.0",
"filemanager-webpack-plugin": "6.1.7",
"kkt": "7.1.5"
"clean-webpack-plugin": "~4.0.0",
"filemanager-webpack-plugin": "~6.1.7",
"kkt": "~7.1.5"
},
"eslintConfig": {
"extends": [
Expand Down
3 changes: 2 additions & 1 deletion example/electron/.npmrc
@@ -1 +1,2 @@
electron_mirror=https://cdn.npmmirror.com/binaries/electron
ELECTRON_MIRROR=https://cdn.npmmirror.com/binaries/electron
#electron_mirror=https://cdn.npmmirror.com/binaries/electron
12 changes: 6 additions & 6 deletions example/electron/package.json
Expand Up @@ -22,16 +22,16 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@kkt/less-modules": "7.1.1",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"@kkt/less-modules": "~7.1.1",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"electron": "~18.0.3",
"kkt": "7.1.5",
"kkt": "~7.1.5",
"tsbb": "~3.7.0"
},
"dependencies": {
"react": "18.0.0",
"react-dom": "18.0.0"
"react": "~18.0.0",
"react-dom": "~18.0.0"
},
"eslintConfig": {
"extends": [
Expand Down
8 changes: 4 additions & 4 deletions example/less/package.json
Expand Up @@ -14,12 +14,12 @@
"author": "",
"license": "MIT",
"dependencies": {
"react": "18.0.0",
"react-dom": "18.0.0"
"react": "~18.0.0",
"react-dom": "~18.0.0"
},
"devDependencies": {
"@kkt/less-modules": "7.1.1",
"kkt": "7.1.5"
"@kkt/less-modules": "~7.1.1",
"kkt": "~7.1.5"
},
"browserslist": {
"production": [
Expand Down
10 changes: 5 additions & 5 deletions example/markdown/package.json
Expand Up @@ -14,13 +14,13 @@
"author": "",
"license": "MIT",
"dependencies": {
"react": "18.0.0",
"react-dom": "18.0.0"
"react": "~18.0.0",
"react-dom": "~18.0.0"
},
"devDependencies": {
"@kkt/less-modules": "7.1.1",
"@kkt/raw-modules": "7.1.1",
"kkt": "7.1.5"
"@kkt/less-modules": "~7.1.1",
"@kkt/raw-modules": "~7.1.1",
"kkt": "~7.1.5"
},
"browserslist": {
"production": [
Expand Down
32 changes: 16 additions & 16 deletions example/react-component-tsx/package.json
Expand Up @@ -44,24 +44,24 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/react-github-corners": "1.5.14",
"@uiw/react-markdown-preview": "3.5.1",
"react": "18.0.0",
"react-dom": "18.0.0"
"@uiw/react-github-corners": "~1.5.14",
"@uiw/react-markdown-preview": "~4.0.5",
"react": "~18.0.0",
"react-dom": "~18.0.0"
},
"devDependencies": {
"@kkt/less-modules": "7.1.1",
"@kkt/raw-modules": "7.1.1",
"@kkt/scope-plugin-options": "7.1.1",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"@types/react-test-renderer": "17.0.1",
"compile-less-cli": "1.8.13",
"husky": "7.0.4",
"kkt": "7.1.5",
"lint-staged": "12.3.7",
"prettier": "2.5.1",
"react-test-renderer": "18.0.0",
"@kkt/less-modules": "~7.1.1",
"@kkt/raw-modules": "~7.1.1",
"@kkt/scope-plugin-options": "~7.1.1",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"@types/react-test-renderer": "~17.0.1",
"compile-less-cli": "~1.8.13",
"husky": "~7.0.4",
"kkt": "~7.1.5",
"lint-staged": "~12.3.7",
"prettier": "~2.5.1",
"react-test-renderer": "~18.0.0",
"tsbb": "~3.7.0"
},
"eslintConfig": {
Expand Down
12 changes: 6 additions & 6 deletions example/react-router/package.json
Expand Up @@ -14,14 +14,14 @@
"author": "",
"license": "MIT",
"dependencies": {
"axios": "0.26.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-router-dom": "6.2.1"
"axios": "~0.26.1",
"react": "~18.0.0",
"react-dom": "~18.0.0",
"react-router-dom": "~6.2.1"
},
"devDependencies": {
"@kkt/less-modules": "7.1.1",
"kkt": "7.1.5"
"@kkt/less-modules": "~7.1.1",
"kkt": "~7.1.5"
},
"eslintConfig": {
"extends": [
Expand Down
32 changes: 16 additions & 16 deletions example/rematch-tsx/package.json
Expand Up @@ -14,24 +14,24 @@
"author": "",
"license": "MIT",
"dependencies": {
"@rematch/core": "2.2.0",
"@rematch/loading": "2.1.2",
"axios": "0.26.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-dynamic-loadable": "3.0.0",
"react-redux": "7.2.8",
"react-router-dom": "6.2.1",
"uiw": "4.10.2"
"@rematch/core": "~2.2.0",
"@rematch/loading": "~2.1.2",
"axios": "~0.26.1",
"react": "~18.0.0",
"react-dom": "~18.0.0",
"react-dynamic-loadable": "~3.0.0",
"react-redux": "~7.2.8",
"react-router-dom": "~6.2.1",
"uiw": "~4.10.2"
},
"devDependencies": {
"@kkt/less-modules": "7.1.1",
"@kkt/raw-modules": "7.1.1",
"@kkt/scope-plugin-options": "7.1.1",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"@types/react-redux": "7.1.23",
"kkt": "7.1.5"
"@kkt/less-modules": "~7.1.1",
"@kkt/raw-modules": "~7.1.1",
"@kkt/scope-plugin-options": "~7.1.1",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"@types/react-redux": "~7.1.23",
"kkt": "~7.1.5"
},
"eslintConfig": {
"extends": [
Expand Down
6 changes: 3 additions & 3 deletions example/scss/package.json
Expand Up @@ -14,11 +14,11 @@
"author": "",
"license": "MIT",
"dependencies": {
"react": "18.0.0",
"react-dom": "18.0.0"
"react": "~18.0.0",
"react-dom": "~18.0.0"
},
"devDependencies": {
"kkt": "7.1.5"
"kkt": "~7.1.5"
},
"browserslist": {
"production": [
Expand Down
8 changes: 4 additions & 4 deletions example/stylus/package.json
Expand Up @@ -14,12 +14,12 @@
"author": "",
"license": "MIT",
"dependencies": {
"react": "18.0.0",
"react-dom": "18.0.0"
"react": "~18.0.0",
"react-dom": "~18.0.0"
},
"devDependencies": {
"@kkt/stylus-modules": "7.1.1",
"kkt": "7.1.5"
"@kkt/stylus-modules": "~7.1.1",
"kkt": "~7.1.5"
},
"browserslist": {
"production": [
Expand Down
14 changes: 7 additions & 7 deletions example/typescript/package.json
Expand Up @@ -16,16 +16,16 @@
"author": "",
"license": "MIT",
"dependencies": {
"react": "18.0.0",
"react-dom": "18.0.0",
"react": "~18.0.0",
"react-dom": "~18.0.0",
"web-vitals": "^2.1.2"
},
"devDependencies": {
"@kkt/less-modules": "7.1.1",
"@types/jest": "27.4.1",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"kkt": "7.1.5"
"@kkt/less-modules": "~7.1.1",
"@types/jest": "~27.4.1",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"kkt": "~7.1.5"
},
"eslintConfig": {
"extends": [
Expand Down
8 changes: 4 additions & 4 deletions example/uiw/package.json
Expand Up @@ -16,12 +16,12 @@
"author": "",
"license": "MIT",
"dependencies": {
"react": "18.0.0",
"react-dom": "18.0.0",
"uiw": "4.10.2"
"react": "~18.0.0",
"react-dom": "~18.0.0",
"uiw": "~4.10.2"
},
"devDependencies": {
"kkt": "7.1.5"
"kkt": "~7.1.5"
},
"browserslist": {
"production": [
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -48,10 +48,10 @@
"*.{js,jsx,tsx,ts,less,md,json}": "prettier --write"
},
"devDependencies": {
"husky": "7.0.4",
"lerna": "4.0.0",
"lint-staged": "12.3.7",
"prettier": "2.5.1",
"husky": "~7.0.4",
"lerna": "~4.0.0",
"lint-staged": "~12.3.7",
"prettier": "~2.5.1",
"tsbb": "~3.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/less-modules/package.json
Expand Up @@ -22,6 +22,6 @@
"less-loader": "^10.2.0"
},
"devDependencies": {
"kkt": "7.1.5"
"kkt": "~7.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/raw-modules/package.json
Expand Up @@ -20,6 +20,6 @@
"raw-loader": "^4.0.2"
},
"devDependencies": {
"kkt": "7.1.5"
"kkt": "~7.1.5"
}
}
4 changes: 2 additions & 2 deletions packages/react-library/package.json
Expand Up @@ -21,9 +21,9 @@
"src"
],
"dependencies": {
"css-minimizer-webpack-plugin": "3.4.1"
"css-minimizer-webpack-plugin": "~3.4.1"
},
"devDependencies": {
"kkt": "7.1.5"
"kkt": "~7.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/scope-plugin-options/package.json
Expand Up @@ -17,6 +17,6 @@
"src"
],
"devDependencies": {
"kkt": "7.1.5"
"kkt": "~7.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/stylus-modules/package.json
Expand Up @@ -23,6 +23,6 @@
"stylus-loader": "^6.2.0"
},
"devDependencies": {
"kkt": "7.1.5"
"kkt": "~7.1.5"
}
}

0 comments on commit b45eeab

Please sign in to comment.