Skip to content

Commit 367524e

Browse files
chore: bump admin to the latest version
1 parent fb2cc08 commit 367524e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Wojciech Krysiak",
1818
"license": "MIT",
1919
"peerDependencies": {
20-
"admin-bro": ">=3.0.0.beta.10",
20+
"admin-bro": ">=3.0.0",
2121
"sequelize": ">=4"
2222
},
2323
"husky": {
@@ -30,7 +30,7 @@
3030
"@commitlint/config-conventional": "^8.3.4",
3131
"@semantic-release/git": "^9.0.0",
3232
"@types/mocha": "^7.0.2",
33-
"admin-bro": "^3.0.0-beta.10",
33+
"admin-bro": "^3.0.0",
3434
"chai": "^4.2.0",
3535
"eslint": "^5.10.0",
3636
"eslint-config-airbnb-base": "^13.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1779,10 +1779,10 @@ acorn@^6.0.2:
17791779
version "6.0.4"
17801780
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.4.tgz#77377e7353b72ec5104550aa2d2097a2fd40b754"
17811781

1782-
admin-bro@^3.0.0-beta.10:
1783-
version "3.0.0-beta.10"
1784-
resolved "https://registry.yarnpkg.com/admin-bro/-/admin-bro-3.0.0-beta.10.tgz#6b3220b39b1ed88bd6b1fb57b15c1dcb8ecfa088"
1785-
integrity sha512-wBYiuIhr7y7S1H2hq0RbZpSaaoaBOfcCHzRKEz46xiERmmBwHSrykOwm4oLjmG3IAIjnokDyX6umnHjPIzlUDQ==
1782+
admin-bro@^3.0.0:
1783+
version "3.0.0"
1784+
resolved "https://registry.yarnpkg.com/admin-bro/-/admin-bro-3.0.0.tgz#e6f6238672ab7ec46debd008eab6e6a1299fe59b"
1785+
integrity sha512-fXnPn/BFBSrib1oAn65kG6LhxE6WAH9QVsLjGw+gMut6j4l9uNloodrgxuERHMksMMDmO5pMzmCOUuqw3LmRuw==
17861786
dependencies:
17871787
"@admin-bro/design-system" "^1.3.3"
17881788
"@babel/core" "^7.10.2"

0 commit comments

Comments
 (0)