Skip to content

Commit 9660718

Browse files
chore: bump admin version
1 parent 3afd0f5 commit 9660718

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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.1",
20+
"admin-bro": ">=3.0.0.beta.10",
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.1",
33+
"admin-bro": "^3.0.0-beta.10",
3434
"chai": "^4.2.0",
3535
"eslint": "^5.10.0",
3636
"eslint-config-airbnb-base": "^13.1.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@admin-bro/design-system@^1.3.2":
6-
version "1.3.2"
7-
resolved "https://registry.yarnpkg.com/@admin-bro/design-system/-/design-system-1.3.2.tgz#ec409d189b5112dd27f8ece974f2a7252c6db8c7"
8-
integrity sha512-uwPiOLYgqlEwBnaCmKh0FXdhsDZ4HNIVkCBXzEW9U2SNcccZprYFYE0r2W5m7j2A9yVTPnAwKrwzrYjSGe0OBw==
5+
"@admin-bro/design-system@^1.3.3":
6+
version "1.3.3"
7+
resolved "https://registry.yarnpkg.com/@admin-bro/design-system/-/design-system-1.3.3.tgz#a57d44988ec9501e7f199a49cad4f2b0180b9be1"
8+
integrity sha512-sZ1ocow6pU5JuNA1mW4u8Sg82CEeT3jbD/GhSGzl4ct58A/iXC7uBoN6KvM/rqR+Fzk2T/EMh4ZCpEDh3Yp6Cw==
99
dependencies:
1010
"@carbon/icons-react" "^10.14.0"
1111
jw-paginate "^1.0.4"
@@ -1779,12 +1779,12 @@ 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.1:
1783-
version "3.0.0-beta.7"
1784-
resolved "https://registry.yarnpkg.com/admin-bro/-/admin-bro-3.0.0-beta.7.tgz#c257b70c48163f7f35ac580bf1ad39b5f26c1fc6"
1785-
integrity sha512-1F11kuWeVmB3nxhrPqZpt/SouCY8SqPy9dfgXApCjhM9gL1NfaaEXEq+QM48q69wvgcYvamRo3Dre9sIDLTJxQ==
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==
17861786
dependencies:
1787-
"@admin-bro/design-system" "^1.3.2"
1787+
"@admin-bro/design-system" "^1.3.3"
17881788
"@babel/core" "^7.10.2"
17891789
"@babel/parser" "^7.10.2"
17901790
"@babel/plugin-transform-runtime" "^7.10.1"

0 commit comments

Comments
 (0)