Skip to content

Commit e33f7e3

Browse files
authored
Merge pull request #2623 from devtron-labs/chore/sync-main-trial-options
chore: sync main trial options
2 parents f87d111 + 13d335a commit e33f7e3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ FEATURE_ACTION_AUDIOS_ENABLE=true
6363
FEATURE_APPLICATION_TEMPLATES_ENABLE=true
6464
FEATURE_CODE_MIRROR_ENABLE=false
6565
FEATURE_DEFAULT_AUTHENTICATED_VIEW_ENABLE=false
66-
GATEKEEPER_URL=https://license.devtron.ai/dashboard
66+
GATEKEEPER_URL=https://license.devtron.ai/dashboard

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.10.11",
7+
"@devtron-labs/devtron-fe-common-lib": "1.10.15",
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: 4 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].11":
1130-
version "1.10.11"
1131-
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.10.11.tgz#3d26a29373cb36d2bec35389d7a67f6a3ca3ee42"
1132-
integrity sha512-7Pts9Su3jigWtDARNn3JvznS7RZbiBae9nB8FQdI9vgKT1sWLfbapkcgz5A0iXaF72qOmrqVnMEjnnVYh8a8Rw==
1129+
"@devtron-labs/[email protected].15":
1130+
version "1.10.15"
1131+
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.10.15.tgz#f3954adc38d53da5b35fabb55f46cc654df92ecf"
1132+
integrity sha512-L4H+5zkHyBYJHsEN69xhJTUc+2HbLitbGzEOxtTOCoe5qa300nCPBSCc1HC9D1wjvYKZd9j/c115p9+yFj0uNw==
11331133
dependencies:
11341134
"@codemirror/lang-json" "6.0.1"
11351135
"@codemirror/lang-yaml" "6.1.2"

0 commit comments

Comments
 (0)