Skip to content

Commit d705443

Browse files
authored
Merge pull request #42 from contentstack/staging
back merge
2 parents 563e4bb + f5fa4d2 commit d705443

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: dart-lang/setup-dart@v1
18+
with:
19+
sdk: stable
1820
- name: Install dependencies
1921
run: dart pub get
2022
- name: Test Publish (Dry Run)

CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @contentstack/security-admin
1+
* @contentstack/security-admin

pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ dependencies:
1919

2020
dev_dependencies:
2121
flutter_lints: ^5.0.0
22-
build_runner: ^2.0.4
23-
build_test: ^2.1.0
22+
build_runner: ^2.4.13
23+
build_test: ^2.2.2
2424
build_web_compilers: ^4.0.11
25-
json_serializable: ^6.1.5
25+
json_serializable: ^6.9.0
2626
test: ^1.20.1
2727

0 commit comments

Comments
 (0)