Skip to content

Commit 4b2640a

Browse files
committed
ktl-1690 chore: api button in the global nav
1 parent 1c88d19 commit 4b2640a

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/core": "^7.22.10",
1111
"@babel/register": "7.15.3",
1212
"@jetbrains/babel-preset-jetbrains": "^2.3.1",
13-
"@jetbrains/kotlin-web-site-ui": "^4.9.0",
13+
"@jetbrains/kotlin-web-site-ui": "4.9.2",
1414
"@react-hook/resize-observer": "1.2.5",
1515
"@rescui/button": "0.18.0",
1616
"@rescui/card": "^0.8.1",
@@ -42,6 +42,7 @@
4242
"debounce": "1.0.2",
4343
"event-emitter": "0.3.4",
4444
"extend": "3.0.2",
45+
"false": "0.0.4",
4546
"file-loader": "6.2.0",
4647
"formik": "2.2.9",
4748
"google-map-react": "2.1.10",

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,10 +1433,10 @@
14331433
"@babel/runtime" "^7.14.0"
14341434
babel-plugin-angularjs-annotate "^0.10.0"
14351435

1436-
"@jetbrains/kotlin-web-site-ui@^4.9.0":
1437-
version "4.9.0"
1438-
resolved "https://registry.yarnpkg.com/@jetbrains/kotlin-web-site-ui/-/kotlin-web-site-ui-4.9.0.tgz#94c0a95ed81612e87825639ee153c4119c8413c4"
1439-
integrity sha512-7gtddUYdlmcWd1S5r4sBhL2oZ+h3wpB49PEUsDUmDzZPfFSntBcVLc7JKOzV87iVWyyOuvOc9F3MbbRf9o97PQ==
1436+
"@jetbrains/[email protected].2":
1437+
version "4.9.2"
1438+
resolved "https://registry.yarnpkg.com/@jetbrains/kotlin-web-site-ui/-/kotlin-web-site-ui-4.9.2.tgz#7c95215771c4c76d882c0eb17289dc49e8d8f5e7"
1439+
integrity sha512-iyFvIYrEzHBJ6uePtUo1JW9vCdxQaKkdd9uNQdPasaRGGqisWUeRO9Ao9GUlZNKQF6+z7YtvqCcLKpVDbAqx2Q==
14401440

14411441
"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2":
14421442
version "0.3.3"
@@ -4472,6 +4472,11 @@ [email protected]:
44724472
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
44734473
integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
44744474

4475+
4476+
version "0.0.4"
4477+
resolved "https://registry.yarnpkg.com/false/-/false-0.0.4.tgz#8f55de5af5c03f50bf68aed57ed80e3d2176a517"
4478+
integrity sha512-CPAG3ud9Cz8NvLKlsTLr/F1aoJL6tPyhNTzaDFzS5CX6id21hVuS5sBK8wlTLuvFklpvH1idvPbW8Lbri3G7qA==
4479+
44754480
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
44764481
version "3.1.3"
44774482
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"

0 commit comments

Comments
 (0)