Skip to content

Commit

Permalink
feat: fellowship v3 (#3048)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthecat authored Feb 12, 2025
1 parent 7957b62 commit 3206dc9
Show file tree
Hide file tree
Showing 231 changed files with 7,157 additions and 1,907 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ module.exports = {
],

'no-irregular-whitespace': 'off',
'newline-before-return': 'error',

'no-restricted-properties': [
'error',
Expand Down Expand Up @@ -345,7 +344,7 @@ module.exports = {
},
{
from: 'aggregates',
allow: ['shared', 'domains', /* TODO fix */ 'entities'],
allow: ['shared', 'domains', /* TODO fix */ 'entities', 'aggregates'],
},
{
from: 'processes',
Expand Down
1 change: 1 addition & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const config: StorybookConfig = {
stories: ['./intro/*.mdx', '../src/**/*.mdx', '../src/renderer/**/*.stories.@(ts|tsx)'],

addons: [
'@storybook/addon-a11y',
'@storybook/addon-links',
'@storybook/addon-essentials',
'@storybook/addon-interactions',
Expand Down
34 changes: 18 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
"lodash-es": "4.17.21",
"lottie-react": "2.4.0",
"mitt": "3.0.1",
"multiformats": "13.3.1",
"parity-scale-codec": "^0.6.1",
"patronum": "2.2.0",
"qr-code-styling": "1.6.0-rc.1",
Expand Down Expand Up @@ -156,16 +157,17 @@
"@fontsource/inter": "5.1.1",
"@headlessui/tailwindcss": "^0.1.2",
"@jonasgeiler/tsc-files": "2.3.1",
"@peterek/vite-plugin-favicons": "2.0.0",
"@peterek/vite-plugin-favicons": "2.1.0",
"@playwright/test": "^1.49.1",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/manager-api": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/test": "^8.4.7",
"@storybook/theming": "^8.4.7",
"@storybook/addon-a11y": "8.5.3",
"@storybook/addon-essentials": "^8.5.3",
"@storybook/addon-interactions": "^8.5.3",
"@storybook/addon-links": "^8.5.3",
"@storybook/manager-api": "^8.5.3",
"@storybook/react": "^8.5.3",
"@storybook/react-vite": "^8.5.3",
"@storybook/test": "^8.5.3",
"@storybook/theming": "^8.5.3",
"@svgr/plugin-svgo": "8.1.0",
"@swc/core": "1.9.3",
"@swc/helpers": "0.5.15",
Expand All @@ -180,8 +182,8 @@
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"@vitejs/plugin-react-swc": "3.7.2",
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "2.1.8",
"@vitest/coverage-v8": "3.0.5",
"@vitest/ui": "3.0.5",
"allure-playwright": "3.0.6",
"astro": "5.1.10",
"autoprefixer": "10.4.20",
Expand Down Expand Up @@ -212,7 +214,7 @@
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-unused-imports": "4.1.4",
"fake-indexeddb": "4.0.2",
"fake-indexeddb": "6.0.0",
"favicons": "7.2.0",
"happy-dom": "16.3.0",
"husky": "9.1.6",
Expand All @@ -232,20 +234,20 @@
"sharp": "0.33.5",
"source-map-support": "^0.5.21",
"starlight-typedoc": "0.18.0",
"storybook": "8.4.7",
"storybook": "^8.5.3",
"tailwindcss": "3.4.17",
"tailwindcss-animate": "1.0.7",
"ts-node": "10.9.2",
"tslib": "2.8.1",
"typescript": "5.7.3",
"vite": "6.0.9",
"vite": "6.1.0",
"vite-plugin-compression2": "1.3.3",
"vite-plugin-mkcert": "1.17.6",
"vite-plugin-node-polyfills": "0.22.0",
"vite-plugin-node-polyfills": "0.23.0",
"vite-plugin-svgr": "4.3.0",
"vite-plugin-target": "0.1.1",
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.8",
"vitest": "3.0.5",
"whatwg-fetch": "3.6.20"
},
"sideEffects": [
Expand Down
Loading

0 comments on commit 3206dc9

Please sign in to comment.