Skip to content

Commit f56cf69

Browse files
fix: bring back old admin-bro package
1 parent eabe7f0 commit f56cf69

File tree

5 files changed

+89
-89
lines changed

5 files changed

+89
-89
lines changed

example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"typescript": "^3.9.7"
2020
},
2121
"dependencies": {
22-
"@admin-bro/core": "^3.0.0-beta.4",
22+
"admin-bro": "^3.0.0-beta.7",
2323
"@admin-bro/express": "^3.0.0-beta.1",
2424
"express": "^4.17.1",
2525
"express-formidable": "^1.2.0",

example-app/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import express from 'express'
2-
import AdminBro from '@admin-bro/core'
2+
import AdminBro from 'admin-bro'
33
import { buildRouter } from '@admin-bro/express'
44

55
const PORT = 3000

example-app/yarn.lock

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

44

5-
"@admin-bro/core@^3.0.0-beta.4":
6-
version "3.0.0-beta.4"
7-
resolved "https://registry.yarnpkg.com/@admin-bro/core/-/core-3.0.0-beta.4.tgz#cf20dcc9b33a0009d2e9ceaa6faecb09faae5edc"
8-
integrity sha512-j/1KY/C/SskVwH48P9QEh54QrKkNk2Oh3ppJ5hrJNHaBtUWrh7NYu9lnd+VgKI/Vf10ycscq3Z8m+VkNEEhUOA==
9-
dependencies:
10-
"@admin-bro/design-system" "^1.3.2"
11-
"@babel/core" "^7.10.2"
12-
"@babel/parser" "^7.10.2"
13-
"@babel/plugin-transform-runtime" "^7.10.1"
14-
"@babel/polyfill" "^7.10.1"
15-
"@babel/preset-env" "^7.10.2"
16-
"@babel/preset-react" "^7.10.1"
17-
"@babel/preset-typescript" "^7.10.1"
18-
"@babel/register" "^7.10.1"
19-
"@types/react" "^16.9.16"
20-
axios "^0.19.2"
21-
commander "^5.1.0"
22-
flat "^4.1.0"
23-
i18next "^19.1.0"
24-
lodash "^4.17.11"
25-
ora "^4.0.2"
26-
prop-types "^15.7.2"
27-
react ">= 16.13.1"
28-
react-dom ">= 16.13.1"
29-
react-i18next "^11.3.1"
30-
react-is "^16.13.1"
31-
react-redux "^7.2.0"
32-
react-router "^5.2.0"
33-
react-router-dom "^5.2.0"
34-
react-select "^2.4.2"
35-
redux "^4.0.5"
36-
rollup "^2.16.1"
37-
rollup-plugin-babel "^4.4.0"
38-
rollup-plugin-commonjs "^10.1.0"
39-
rollup-plugin-json "^4.0.0"
40-
rollup-plugin-node-resolve "^5.2.0"
41-
rollup-plugin-replace "^2.2.0"
42-
rollup-plugin-terser "^6.1.0"
43-
slash "^3.0.0"
44-
styled-components "^5.1.1"
45-
styled-system "^5.1.5"
46-
475
"@admin-bro/design-system@^1.3.2":
486
version "1.3.2"
497
resolved "https://registry.yarnpkg.com/@admin-bro/design-system/-/design-system-1.3.2.tgz#ec409d189b5112dd27f8ece974f2a7252c6db8c7"
@@ -1382,6 +1340,48 @@ accepts@~1.3.7:
13821340
mime-types "~2.1.24"
13831341
negotiator "0.6.2"
13841342

1343+
admin-bro@^3.0.0-beta.7:
1344+
version "3.0.0-beta.7"
1345+
resolved "https://registry.yarnpkg.com/admin-bro/-/admin-bro-3.0.0-beta.7.tgz#c257b70c48163f7f35ac580bf1ad39b5f26c1fc6"
1346+
integrity sha512-1F11kuWeVmB3nxhrPqZpt/SouCY8SqPy9dfgXApCjhM9gL1NfaaEXEq+QM48q69wvgcYvamRo3Dre9sIDLTJxQ==
1347+
dependencies:
1348+
"@admin-bro/design-system" "^1.3.2"
1349+
"@babel/core" "^7.10.2"
1350+
"@babel/parser" "^7.10.2"
1351+
"@babel/plugin-transform-runtime" "^7.10.1"
1352+
"@babel/polyfill" "^7.10.1"
1353+
"@babel/preset-env" "^7.10.2"
1354+
"@babel/preset-react" "^7.10.1"
1355+
"@babel/preset-typescript" "^7.10.1"
1356+
"@babel/register" "^7.10.1"
1357+
"@types/react" "^16.9.16"
1358+
axios "^0.19.2"
1359+
commander "^5.1.0"
1360+
flat "^4.1.0"
1361+
i18next "^19.1.0"
1362+
lodash "^4.17.11"
1363+
ora "^4.0.2"
1364+
prop-types "^15.7.2"
1365+
react ">= 16.13.1"
1366+
react-dom ">= 16.13.1"
1367+
react-i18next "^11.3.1"
1368+
react-is "^16.13.1"
1369+
react-redux "^7.2.0"
1370+
react-router "^5.2.0"
1371+
react-router-dom "^5.2.0"
1372+
react-select "^2.4.2"
1373+
redux "^4.0.5"
1374+
rollup "^2.16.1"
1375+
rollup-plugin-babel "^4.4.0"
1376+
rollup-plugin-commonjs "^10.1.0"
1377+
rollup-plugin-json "^4.0.0"
1378+
rollup-plugin-node-resolve "^5.2.0"
1379+
rollup-plugin-replace "^2.2.0"
1380+
rollup-plugin-terser "^6.1.0"
1381+
slash "^3.0.0"
1382+
styled-components "^5.1.1"
1383+
styled-system "^5.1.5"
1384+
13851385
ajv@^6.12.3:
13861386
version "6.12.3"
13871387
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.3.tgz#18c5af38a111ddeb4f2697bd78d68abc1cabd706"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
}
1818
},
1919
"peerDependencies": {
20-
"@admin-bro/core": ">=3.0.0-beta.4"
20+
"admin-bro": ">=3.0.0-beta.7"
2121
},
2222
"devDependencies": {
23-
"@admin-bro/core": ">=3.0.0-beta.4",
23+
"admin-bro": ">=3.0.0-beta.7",
2424
"@commitlint/cli": "^8.3.5",
2525
"@commitlint/config-conventional": "^8.3.4",
2626
"@semantic-release/git": "^9.0.0",

yarn.lock

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

44

5-
"@admin-bro/core@>=3.0.0-beta.3":
6-
version "3.0.0-beta.3"
7-
resolved "https://registry.yarnpkg.com/@admin-bro/core/-/core-3.0.0-beta.3.tgz#459a72314e77ccd916f4faf6a36a8795536b0e33"
8-
integrity sha512-n+mPPDZ09P1770fMglYfElCoh03PK4rEiPC72ALdACRXaCWI37s9vXY8rkgIVzWICxR3KXNSomnKKEBs8NBEBQ==
9-
dependencies:
10-
"@admin-bro/design-system" "^1.2.3"
11-
"@babel/core" "^7.10.2"
12-
"@babel/parser" "^7.10.2"
13-
"@babel/plugin-transform-runtime" "^7.10.1"
14-
"@babel/polyfill" "^7.10.1"
15-
"@babel/preset-env" "^7.10.2"
16-
"@babel/preset-react" "^7.10.1"
17-
"@babel/preset-typescript" "^7.10.1"
18-
"@babel/register" "^7.10.1"
19-
"@types/react" "^16.9.16"
20-
axios "^0.19.2"
21-
commander "^5.1.0"
22-
flat "^4.1.0"
23-
i18next "^19.1.0"
24-
lodash "^4.17.11"
25-
ora "^4.0.2"
26-
prop-types "^15.7.2"
27-
react ">= 16.13.1"
28-
react-dom ">= 16.13.1"
29-
react-i18next "^11.3.1"
30-
react-is "^16.13.1"
31-
react-redux "^7.2.0"
32-
react-router "^5.2.0"
33-
react-router-dom "^5.2.0"
34-
react-select "^2.4.2"
35-
redux "^4.0.5"
36-
rollup "^2.16.1"
37-
rollup-plugin-babel "^4.4.0"
38-
rollup-plugin-commonjs "^10.1.0"
39-
rollup-plugin-json "^4.0.0"
40-
rollup-plugin-node-resolve "^5.2.0"
41-
rollup-plugin-replace "^2.2.0"
42-
rollup-plugin-terser "^6.1.0"
43-
slash "^3.0.0"
44-
styled-components "^5.1.1"
45-
styled-system "^5.1.5"
46-
47-
"@admin-bro/design-system@^1.2.3":
5+
"@admin-bro/design-system@^1.3.2":
486
version "1.3.2"
497
resolved "https://registry.yarnpkg.com/@admin-bro/design-system/-/design-system-1.3.2.tgz#ec409d189b5112dd27f8ece974f2a7252c6db8c7"
508
integrity sha512-uwPiOLYgqlEwBnaCmKh0FXdhsDZ4HNIVkCBXzEW9U2SNcccZprYFYE0r2W5m7j2A9yVTPnAwKrwzrYjSGe0OBw==
@@ -1722,6 +1680,48 @@ acorn@^7.3.1:
17221680
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.3.1.tgz#85010754db53c3fbaf3b9ea3e083aa5c5d147ffd"
17231681
integrity sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA==
17241682

1683+
admin-bro@>=3.0.0-beta.7:
1684+
version "3.0.0-beta.7"
1685+
resolved "https://registry.yarnpkg.com/admin-bro/-/admin-bro-3.0.0-beta.7.tgz#c257b70c48163f7f35ac580bf1ad39b5f26c1fc6"
1686+
integrity sha512-1F11kuWeVmB3nxhrPqZpt/SouCY8SqPy9dfgXApCjhM9gL1NfaaEXEq+QM48q69wvgcYvamRo3Dre9sIDLTJxQ==
1687+
dependencies:
1688+
"@admin-bro/design-system" "^1.3.2"
1689+
"@babel/core" "^7.10.2"
1690+
"@babel/parser" "^7.10.2"
1691+
"@babel/plugin-transform-runtime" "^7.10.1"
1692+
"@babel/polyfill" "^7.10.1"
1693+
"@babel/preset-env" "^7.10.2"
1694+
"@babel/preset-react" "^7.10.1"
1695+
"@babel/preset-typescript" "^7.10.1"
1696+
"@babel/register" "^7.10.1"
1697+
"@types/react" "^16.9.16"
1698+
axios "^0.19.2"
1699+
commander "^5.1.0"
1700+
flat "^4.1.0"
1701+
i18next "^19.1.0"
1702+
lodash "^4.17.11"
1703+
ora "^4.0.2"
1704+
prop-types "^15.7.2"
1705+
react ">= 16.13.1"
1706+
react-dom ">= 16.13.1"
1707+
react-i18next "^11.3.1"
1708+
react-is "^16.13.1"
1709+
react-redux "^7.2.0"
1710+
react-router "^5.2.0"
1711+
react-router-dom "^5.2.0"
1712+
react-select "^2.4.2"
1713+
redux "^4.0.5"
1714+
rollup "^2.16.1"
1715+
rollup-plugin-babel "^4.4.0"
1716+
rollup-plugin-commonjs "^10.1.0"
1717+
rollup-plugin-json "^4.0.0"
1718+
rollup-plugin-node-resolve "^5.2.0"
1719+
rollup-plugin-replace "^2.2.0"
1720+
rollup-plugin-terser "^6.1.0"
1721+
slash "^3.0.0"
1722+
styled-components "^5.1.1"
1723+
styled-system "^5.1.5"
1724+
17251725
agent-base@4, agent-base@^4.3.0:
17261726
version "4.3.0"
17271727
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee"

0 commit comments

Comments
 (0)