Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 98dd7b4

Browse files
authored
Merge pull request #494 from JetBrains/rr/mb/update
Update obsolete dependencies, remove deprecated code
2 parents 60338e9 + 7f03304 commit 98dd7b4

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

‎.nvmrc‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v10.19.0
1+
v12.13.0

‎package.json‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"@jetbrains/kotlin-react": "^16.9.0-pre.89",
1919
"@jetbrains/kotlin-react-dom": "^16.9.0-pre.89",
2020
"core-js": "^3.5.0",
21-
"eslint": "^6.7.2",
21+
"eslint": "^7.32.0",
2222
"husky": "^3.1.0",
23-
"kotlin": "^1.3.70",
24-
"kotlinx-coroutines-core": "^1.3.5",
25-
"kotlinx-html": "^0.6.12",
26-
"lerna": "^3.19.0",
27-
"lerna-changelog": "^0.8.3",
28-
"lint-staged": "^9.5.0",
23+
"kotlin": "~1.5.32",
24+
"kotlinx-coroutines-core": "^1.5.2",
25+
"kotlinx-html": "^0.7.2",
26+
"lerna": "^4.0.0",
27+
"lerna-changelog": "^1.0.1",
28+
"lint-staged": "^10.5.4",
2929
"prettier": "^1.19.1",
3030
"react": "^16.12.0",
3131
"react-dom": "^16.12.0"

‎packages/create-react-kotlin-app/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-kotlin-app",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"keywords": [
55
"react"
66
],

‎packages/kotlin-webpack-plugin/example/main.kt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package example
22

3+
import kotlinx.browser.document
34
import react.dom.*
4-
import kotlin.browser.*
55

66
fun main(args: Array<String>) {
77
render(document.getElementById("app")) {

‎packages/react-scripts/package.json‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"dotenv": "^8.2.0",
4141
"file-loader": "^4.3.0",
4242
"fs-extra": "^8.1.0",
43-
"html-webpack-plugin": "^4.0.0-beta.8",
44-
"kotlin": "^1.3.70",
45-
"kotlinx-coroutines-core": "^1.3.5",
46-
"kotlinx-html": "^0.6.12",
43+
"html-webpack-plugin": "^4.5.1",
44+
"kotlin": "~1.5.32",
45+
"kotlinx-coroutines-core": "~1.5.2",
46+
"kotlinx-html": "^0.7.2",
4747
"mini-css-extract-plugin": "^0.8.2",
4848
"object-assign": "^4.1.1",
4949
"postcss-flexbugs-fixes": "^4.2.0",

‎packages/react-scripts/template/src/index/index.kt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package index
22

33
import app.*
44
import kotlinext.js.*
5+
import kotlinx.browser.document
56
import react.dom.*
6-
import kotlin.browser.*
77

88
fun main(args: Array<String>) {
99
requireAll(require.context("src", true, js("/\\.css$/")))

‎packages/react-scripts/template/src/ticker/Ticker.kt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package ticker
22

3+
import kotlinx.browser.window
34
import react.*
45
import react.dom.*
5-
import kotlin.browser.*
66

77
interface TickerProps : RProps {
88
var startFrom: Int

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /