Skip to content

Commit 8dfe51f

Browse files
committed
chore: version bump
1 parent eb2ff7f commit 8dfe51f

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"homepage": "/dashboard",
66
"dependencies": {
7-
"@devtron-labs/devtron-fe-common-lib": "1.11.0",
7+
"@devtron-labs/devtron-fe-common-lib": "1.11.0-beta-8",
88
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
99
"@rjsf/core": "^5.13.3",
1010
"@rjsf/utils": "^5.13.3",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,10 +1126,10 @@
11261126
dependencies:
11271127
"@jridgewell/trace-mapping" "0.3.9"
11281128

1129-
"@devtron-labs/[email protected]":
1130-
version "1.11.0"
1131-
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.11.0.tgz#1cf1ae310119b5b0c1c8bb3d162cf291951b84bf"
1132-
integrity sha512-JRJEqnuUBcfoqEQ7x/5Oqx+HcYxNmAQAZd/++Rf2F2mvslS1UFsbA8e6irRnGSmzUuksAX5OnARXnM1VOZNIsw==
1129+
"@devtron-labs/[email protected]-beta-8":
1130+
version "1.11.0-beta-8"
1131+
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.11.0-beta-8.tgz#9b4a30aaa341dfdcd5a5b6fe18556ec549fdec19"
1132+
integrity sha512-wH0SlsJgytf+0eDZ3XSjfNHDke3FSbzZD4LO41ERWte2cLs3OLqxQBKGm9zYFghSpqwI/I3lHDnRhtkNd3kd/A==
11331133
dependencies:
11341134
"@codemirror/lang-json" "6.0.1"
11351135
"@codemirror/lang-yaml" "6.1.2"
@@ -1154,6 +1154,7 @@
11541154
jsonpath-plus "^10.3.0"
11551155
marked "^13.0.3"
11561156
nanoid "^3.3.8"
1157+
qrcode.react "^4.2.0"
11571158
react-canvas-confetti "^2.0.7"
11581159
react-dates "^21.8.0"
11591160
react-diff-viewer-continued "^3.4.0"
@@ -7260,6 +7261,11 @@ punycode@^2.1.0:
72607261
resolved "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz"
72617262
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
72627263

7264+
qrcode.react@^4.2.0:
7265+
version "4.2.0"
7266+
resolved "https://registry.yarnpkg.com/qrcode.react/-/qrcode.react-4.2.0.tgz#1bce8363f348197d145c0da640929a24c83cbca3"
7267+
integrity sha512-QpgqWi8rD9DsS9EP3z7BT+5lY5SFhsqGjpgW5DY/i3mK4M9DTBNz3ErMi8BWYEfI3L0d8GIbGmcdFAS1uIRGjA==
7268+
72637269
query-string@^7.1.1:
72647270
version "7.1.3"
72657271
resolved "https://registry.npmjs.org/query-string/-/query-string-7.1.3.tgz"

0 commit comments

Comments
 (0)