Skip to content

Commit 6c279ec

Browse files
fix: bump admin version
1 parent a191eb5 commit 6c279ec

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

example-app/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"typescript": "3.9.7"
2121
},
2222
"dependencies": {
23-
"@admin-bro/design-system": "^1.7.0-beta.17",
24-
"admin-bro": "^3.3.0-beta.18",
23+
"admin-bro": "^3.3.0-beta.19",
2524
"@admin-bro/express": "^3.0.0",
2625
"@admin-bro/typeorm": "^1.0.1",
2726
"express": "^4.17.1",

example-app/yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,11 +1357,12 @@ accepts@~1.3.7:
13571357
mime-types "~2.1.24"
13581358
negotiator "0.6.2"
13591359

1360-
admin-bro@^3.3.0-beta.18:
1361-
version "3.3.0-beta.18"
1362-
resolved "https://registry.yarnpkg.com/admin-bro/-/admin-bro-3.3.0-beta.18.tgz#7c4bfb1d14ee8645100b5150e19ebb3d3630b48f"
1363-
integrity sha512-pQ8xuBXvQjqMUUA2/9G2P7TMyz7TmoCgTKOR3NPiAv8fMHLFNpSpO/kO10ETvwSAxGsM7zWAmKBf2wslknE1tQ==
1360+
admin-bro@^3.3.0-beta.19:
1361+
version "3.3.0-beta.19"
1362+
resolved "https://registry.yarnpkg.com/admin-bro/-/admin-bro-3.3.0-beta.19.tgz#849395dfa2845bdf7e6b28e40fbcebfb3c67104d"
1363+
integrity sha512-lGz27I9wVJXd1Ux91NADjBZxdYxmxUUZPaAzP90AOBLRskgU7oXsdtp1N0CMeYamxi3G4xfwdfehpB2bpCz4Dg==
13641364
dependencies:
1365+
"@admin-bro/design-system" "^1.7.0-beta.17"
13651366
"@babel/core" "^7.10.2"
13661367
"@babel/parser" "^7.10.2"
13671368
"@babel/plugin-transform-runtime" "^7.10.1"

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,15 @@
3535
"author": "Artem Zabolotnyi <1arteha1@gmail.com>",
3636
"license": "MIT",
3737
"peerDependencies": {
38-
"admin-bro": "^3.1.1",
38+
"admin-bro": "^3.3.0-beta.20",
3939
"typeorm": ">=0.2.28"
4040
},
4141
"optionalDependencies": {},
4242
"devDependencies": {
4343
"@types/chai": "^4.2.4",
4444
"@types/mocha": "^5.2.7",
4545
"@types/node": "12.0.10",
46-
"admin-bro": "^3.3.0-beta.18",
47-
"@admin-bro/design-system": "^1.7.0-beta.17",
46+
"admin-bro": "^3.3.0-beta.20",
4847
"chai": "^4.2.0",
4948
"class-validator": "^0.11.0",
5049
"mocha": "^6.2.2",

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1808,11 +1808,12 @@ acorn@^7.3.1:
18081808
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.0.tgz#e1ad486e6c54501634c6c397c5c121daa383607c"
18091809
integrity sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w==
18101810

1811-
admin-bro@^3.3.0-beta.18:
1812-
version "3.3.0-beta.18"
1813-
resolved "https://registry.yarnpkg.com/admin-bro/-/admin-bro-3.3.0-beta.18.tgz#7c4bfb1d14ee8645100b5150e19ebb3d3630b48f"
1814-
integrity sha512-pQ8xuBXvQjqMUUA2/9G2P7TMyz7TmoCgTKOR3NPiAv8fMHLFNpSpO/kO10ETvwSAxGsM7zWAmKBf2wslknE1tQ==
1811+
admin-bro@^3.3.0-beta.20:
1812+
version "3.3.0-beta.20"
1813+
resolved "https://registry.yarnpkg.com/admin-bro/-/admin-bro-3.3.0-beta.20.tgz#cc89300701243b78b0fe85adae35502dce156880"
1814+
integrity sha512-JPnUIdW8nDLK8Hjc3vY99GX7+gxgowjzuzECd/RuMxKZUqCkWgpUcaUfsCh3HJzu8fqMheplNoFdmOj9yJnn4g==
18151815
dependencies:
1816+
"@admin-bro/design-system" "^1.7.0-beta.17"
18161817
"@babel/core" "^7.10.2"
18171818
"@babel/parser" "^7.10.2"
18181819
"@babel/plugin-transform-runtime" "^7.10.1"

0 commit comments

Comments
 (0)