Commit Graph

1163 Commits

Author SHA1 Message Date
Willian Mitsuda 0b210fd446
Use SWR for Sourcify metadata fetching 2022-08-16 00:46:05 -03:00
Willian Mitsuda 50ac6f7a3e
Extract swr fetcher 2022-08-16 00:46:05 -03:00
dependabot[bot] 5fc0058fb9
Bump @vitejs/plugin-react from 2.0.0 to 2.0.1 (#334) 2022-08-15 05:11:27 +00:00
dependabot[bot] 380a2dbe98
Bump vite from 3.0.5 to 3.0.7 (#335) 2022-08-15 05:10:31 +00:00
dependabot[bot] a76f692c61
Bump @types/node from 16.11.47 to 16.11.48 (#336) 2022-08-15 05:10:06 +00:00
dependabot[bot] 3fde05d55b
Bump vite from 3.0.4 to 3.0.5 (#332) 2022-08-09 18:47:30 +00:00
Willian Mitsuda 213b92b19e
Run npm audit fix 2022-08-09 01:13:45 -03:00
dependabot[bot] 3a6fbe095f
Bump @testing-library/react from 11.2.7 to 13.3.0 (#330) 2022-08-09 04:09:15 +00:00
dependabot[bot] 3183c0b214
Bump @fontsource/roboto-mono from 4.5.7 to 4.5.8 (#328) 2022-08-09 04:08:15 +00:00
dependabot[bot] 7653eb64f6
Bump @fontsource/fira-code from 4.5.10 to 4.5.11 (#327) 2022-08-09 04:07:54 +00:00
dependabot[bot] e6ec496d70
Bump @fontsource/roboto from 4.5.7 to 4.5.8 (#329) 2022-08-09 04:05:57 +00:00
dependabot[bot] f16674d44b
Bump @fontsource/space-grotesk from 4.5.8 to 4.5.9 (#331) 2022-08-09 04:03:50 +00:00
Willian Mitsuda 917015c55c
Add radicle ignores 2022-08-08 18:11:39 -03:00
Willian Mitsuda 8418ce97bc Merge branch 'feature/tailwindcss-3.1' into develop 2022-08-08 05:19:20 -03:00
Willian Mitsuda 5fb81fb215 Tailwind 3 enables everything by default 2022-08-08 05:01:32 -03:00
Willian Mitsuda 664106b542 Reference type definitions 2022-08-08 04:59:31 -03:00
Willian Mitsuda 96646cb13c Merge branch 'feature/tailwindcss3' into develop; fix #324 2022-08-08 02:28:21 -03:00
Willian Mitsuda 8db54c6871 Grow/shrink new class names 2022-08-08 02:02:30 -03:00
Willian Mitsuda 5d3bf127f4 Color renames from tailwindcss 3 2022-08-08 01:56:24 -03:00
Willian Mitsuda 8f074b6650 Code simplification: new tailwindcss 3 opacity syntax 2022-08-08 01:11:17 -03:00
Willian Mitsuda b89ddc2e35 Code simplification: remove transform/filter classes unnecessary on tailwind 3 2022-08-07 23:32:38 -03:00
Willian Mitsuda 42f03fc557 Upgrade tailwindcss to v3 and dependencies; migrate config file 2022-08-07 21:39:37 -03:00
dependabot[bot] 2fca205106
Bump @testing-library/jest-dom from 5.16.4 to 5.16.5 (#325) 2022-08-07 02:53:28 +00:00
Willian Mitsuda 51f035b07c Merge branch 'feature/react18' into develop; fix #326 2022-08-06 23:50:11 -03:00
Willian Mitsuda 6b9d8f6190 Opt-into react 18 concurrent renderer 2022-08-06 23:40:59 -03:00
Willian Mitsuda 8ad1c7186b Fix types for react 18 2022-08-06 23:32:08 -03:00
Willian Mitsuda 2acadc7d00 Forked react-qr-reader to add react 18 support 2022-08-06 19:18:09 -03:00
Willian Mitsuda 136220f791 Upgrade chart.js dependency 2022-08-06 16:20:03 -03:00
Willian Mitsuda 1c6140e01d Upgrade to react 18; upgrade direct dependencies; qr-code reader needs to force because no peer-deps for 18 2022-08-06 16:12:30 -03:00
Willian Mitsuda f4c518f93c Merge branch 'feature/vitejs' into develop; fix #323 2022-08-05 20:08:20 -03:00
Willian Mitsuda ae619a5d9e Remove webpack annotations 2022-08-05 18:54:30 -03:00
Willian Mitsuda 3bede6d90b Removing direct dependency on sass 2022-08-05 16:23:39 -03:00
Willian Mitsuda 623744f0ad Enable brotli compression 2022-08-05 05:52:18 -03:00
Willian Mitsuda eb9b5f0607 Apply code formatter 2022-08-05 05:40:49 -03:00
Willian Mitsuda 10e4579fdc Apply static build compression on vite; remove remaining from cra 2022-08-05 05:39:29 -03:00
Willian Mitsuda b1fa7f79db Migrate docker build to work with vitejs structure; small improvements in the process 2022-08-05 03:32:42 -03:00
Willian Mitsuda 8aea0e9c75 Remove unused craco config 2022-08-04 20:13:01 -03:00
Willian Mitsuda a0cc9d8de1 Remove serve; vite preview will do the job from now on 2022-08-04 20:12:21 -03:00
Willian Mitsuda 6bddd19d21 Remove react-scripts 2022-08-04 20:03:29 -03:00
Willian Mitsuda 3c036de760 Add build dir for vitejs 2022-08-04 19:30:06 -03:00
Willian Mitsuda de1d88ba19 Remove craco 2022-08-04 19:11:06 -03:00
Willian Mitsuda 4446464607 First working version using vitejs instead of CRA 2022-08-04 18:47:14 -03:00
Willian Mitsuda d5879ef3c7 npm i after updating modules 2022-08-02 18:27:07 -03:00
dependabot[bot] 9d76f35e99
Bump @fortawesome/free-regular-svg-icons from 6.1.1 to 6.1.2 (#313) 2022-08-01 17:36:24 +00:00
dependabot[bot] 4d2a135063
Bump terser from 4.8.0 to 4.8.1 (#311) 2022-08-01 17:33:40 +00:00
dependabot[bot] e41872dc32
Bump @fortawesome/fontawesome-svg-core from 6.1.1 to 6.1.2 (#315) 2022-08-01 17:33:10 +00:00
dependabot[bot] f56297422f
Bump @fortawesome/free-solid-svg-icons from 6.1.1 to 6.1.2 (#314) 2022-08-01 17:27:35 +00:00
dependabot[bot] de747cb610
Bump @fortawesome/free-brands-svg-icons from 6.1.1 to 6.1.2 (#316) 2022-08-01 17:27:13 +00:00
dependabot[bot] 2488192600
Bump @types/react-syntax-highlighter from 15.5.3 to 15.5.4 (#317) 2022-08-01 17:26:12 +00:00
dependabot[bot] b4472a97fb
Bump @chainlink/contracts from 0.4.1 to 0.4.2 (#318) 2022-08-01 17:25:47 +00:00