Skip to content

Commit 715a7f4

Browse files
chore: bump admin-bro version
1 parent f60e61d commit 715a7f4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"typescript": "3.9.7"
2121
},
2222
"dependencies": {
23-
"admin-bro": "^3.1.0-beta.3",
23+
"admin-bro": "^3.1.1",
2424
"@admin-bro/express": "^3.0.0",
2525
"@admin-bro/typeorm": "^1.0.1",
2626
"express": "^4.17.1",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
3434
"author": "Artem Zabolotnyi <[email protected]>",
3535
"license": "MIT",
3636
"peerDependencies": {
37-
"admin-bro": "^3.1.0-beta.3",
37+
"admin-bro": "^3.1.1",
3838
"typeorm": ">=0.2.1"
3939
},
4040
"optionalDependencies": {},
4141
"devDependencies": {
4242
"@types/chai": "^4.2.4",
4343
"@types/mocha": "^5.2.7",
4444
"@types/node": "12.0.10",
45-
"admin-bro": "^3.1.0-beta.3",
45+
"admin-bro": "^3.1.1",
4646
"chai": "^4.2.0",
4747
"class-validator": "^0.11.0",
4848
"mocha": "^6.2.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1801,10 +1801,10 @@ acorn@^7.3.1:
18011801
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.0.tgz#e1ad486e6c54501634c6c397c5c121daa383607c"
18021802
integrity sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w==
18031803

1804-
admin-bro@^3.1.0-beta.3:
1805-
version "3.1.0-beta.3"
1806-
resolved "https://registry.yarnpkg.com/admin-bro/-/admin-bro-3.1.0-beta.3.tgz#d0677edec228dcb251e74758f22dc71aed685784"
1807-
integrity sha512-Dxccv+07bmUSWlyA5TtXoX/jqCaJE65GESBFBfbJHEbr/28CukK//lRAqPBhyNQWQAtsP8sot7kcelrDZ5Jm4w==
1804+
admin-bro@^3.1.1:
1805+
version "3.1.1"
1806+
resolved "https://registry.yarnpkg.com/admin-bro/-/admin-bro-3.1.1.tgz#b6c54a53f2c94ac1dfcaf6108663c56a0bf77926"
1807+
integrity sha512-i3k3E3oclXpNFKmia15y2vfqPQ7ddp1Z/JbQt40TVRHloPm+lG5WI/YJwA3Sx0zN2B42ClqngX0T07Cy+aumWQ==
18081808
dependencies:
18091809
"@admin-bro/design-system" "^1.3.3"
18101810
"@babel/core" "^7.10.2"

0 commit comments

Comments
 (0)