Stop doing Tabler import hack, use our forked version from git
This commit is contained in:
parent
562812fecf
commit
5ba4275f73
3 changed files with 4 additions and 8 deletions
|
@ -66,7 +66,7 @@
|
|||
"@sentry/browser": "^6.12.0",
|
||||
"@sentry/react": "^6.12.0",
|
||||
"@sentry/tracing": "^6.12.0",
|
||||
"@tabler/icons": "^1.53.0",
|
||||
"@tabler/icons": "https://gitlab.com/soapbox-pub/tabler-icons.git",
|
||||
"@tailwindcss/forms": "^0.4.0",
|
||||
"@tailwindcss/typography": "^0.5.1",
|
||||
"@testing-library/react": "^12.1.4",
|
||||
|
|
|
@ -145,9 +145,6 @@ module.exports = {
|
|||
'node_modules',
|
||||
],
|
||||
alias: {
|
||||
// Override tabler's package.json to allow importing .svg files directly
|
||||
// https://stackoverflow.com/a/35990101/8811886
|
||||
'@tabler': resolve('node_modules', '@tabler'),
|
||||
'icons': resolve('app', 'icons'),
|
||||
'custom': resolve('custom'),
|
||||
},
|
||||
|
|
|
@ -1883,10 +1883,9 @@
|
|||
remark "^13.0.0"
|
||||
unist-util-find-all-after "^3.0.2"
|
||||
|
||||
"@tabler/icons@^1.53.0":
|
||||
version "1.53.0"
|
||||
resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-1.53.0.tgz#51536e01b343cfaf26b701df306b2c0369769e3c"
|
||||
integrity sha512-Skk1BqXEOEhiRsXJgZBYtjFa/+4dMSFA5UyzTUW20oyyUSd3iizhEWrYt0jT87iFu771gWoqVV2/OGobBcGjgQ==
|
||||
"@tabler/icons@https://gitlab.com/soapbox-pub/tabler-icons.git":
|
||||
version "1.68.0"
|
||||
resolved "https://gitlab.com/soapbox-pub/tabler-icons.git#20e43498bdc0f38f75f176ef1a6526ca76c9172e"
|
||||
|
||||
"@tailwindcss/forms@^0.4.0":
|
||||
version "0.4.0"
|
||||
|
|
Loading…
Reference in a new issue