Skip to content

Commit

Permalink
released v6.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 20, 2021
1 parent 49a9a9e commit 39c5cbb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions example/bundle-react-component-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@kkt/less-modules": "6.11.4",
"@kkt/react-library": "6.11.4",
"@kkt/less-modules": "6.11.0",
"@kkt/react-library": "6.11.0",
"@types/react": "17.0.14",
"@types/react-dom": "17.0.9",
"kkt": "6.11.4"
"kkt": "6.11.0"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions example/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@kkt/less-modules": "6.11.4",
"@kkt/less-modules": "6.11.0",
"@types/react": "17.0.14",
"@types/react-dom": "17.0.9",
"electron": "13.1.7",
"kkt": "6.11.4",
"kkt": "6.11.0",
"tsbb": "2.2.1"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions example/react-component-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"react-dom": ">=16.9.0"
},
"devDependencies": {
"@kkt/less-modules": "6.11.4",
"@kkt/raw-modules": "6.11.4",
"@kkt/scope-plugin-options": "6.11.4",
"@kkt/less-modules": "6.11.0",
"@kkt/raw-modules": "6.11.0",
"@kkt/scope-plugin-options": "6.11.0",
"@types/react": "17.0.14",
"@types/react-dom": "17.0.9",
"@types/react-test-renderer": "17.0.1",
Expand Down
6 changes: 3 additions & 3 deletions example/rematch-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"uiw": "4.7.16"
},
"devDependencies": {
"@kkt/less-modules": "6.11.4",
"@kkt/raw-modules": "6.11.4",
"@kkt/scope-plugin-options": "6.11.4",
"@kkt/less-modules": "6.11.0",
"@kkt/raw-modules": "6.11.0",
"@kkt/scope-plugin-options": "6.11.0",
"@types/react": "17.0.14",
"@types/react-dom": "17.0.9",
"@types/react-redux": "7.1.16",
Expand Down
2 changes: 1 addition & 1 deletion example/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/jest": "26.0.23",
"@types/react": "17.0.14",
"@types/react-dom": "17.0.9",
"kkt": "6.11.4"
"kkt": "6.11.0"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 39c5cbb

Please sign in to comment.