mirror of
https://github.com/lingble/twenty.git
synced 2025-10-30 20:27:55 +00:00
wip
This commit is contained in:
@@ -210,6 +210,7 @@
|
||||
"@graphql-codegen/typescript": "^3.0.4",
|
||||
"@graphql-codegen/typescript-operations": "^3.0.4",
|
||||
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
|
||||
"@nabla/vite-plugin-eslint": "^2.0.4",
|
||||
"@nestjs/cli": "^9.0.0",
|
||||
"@nestjs/schematics": "^9.0.0",
|
||||
"@nestjs/testing": "^9.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { useEffect, useState } from 'react';
|
||||
import * as Sentry from '@sentry/react';
|
||||
import { isNonEmptyString } from '@sniptt/guards';
|
||||
import { useEffect, useState } from 'react';
|
||||
import { useRecoilValue } from 'recoil';
|
||||
|
||||
import { currentUserState } from '@/auth/states/currentUserState';
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import eslintPlugin from '@nabla/vite-plugin-eslint';
|
||||
import react from '@vitejs/plugin-react-swc';
|
||||
import wyw from '@wyw-in-js/vite';
|
||||
import path from 'path';
|
||||
import { defineConfig, loadEnv, searchForWorkspaceRoot } from 'vite';
|
||||
import checker from 'vite-plugin-checker';
|
||||
import eslint from 'vite-plugin-eslint2';
|
||||
import svgr from 'vite-plugin-svgr';
|
||||
import tsconfigPaths from 'vite-tsconfig-paths';
|
||||
|
||||
@@ -44,9 +44,7 @@ export default defineConfig(({ command, mode }) => {
|
||||
|
||||
plugins: [
|
||||
react({ jsxImportSource: '@emotion/react' }),
|
||||
eslint({
|
||||
cache: true,
|
||||
}),
|
||||
eslintPlugin(),
|
||||
tsconfigPaths({
|
||||
projects: ['tsconfig.json', '../twenty-ui/tsconfig.json'],
|
||||
}),
|
||||
|
||||
19
yarn.lock
19
yarn.lock
@@ -7662,6 +7662,20 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nabla/vite-plugin-eslint@npm:^2.0.4":
|
||||
version: 2.0.4
|
||||
resolution: "@nabla/vite-plugin-eslint@npm:2.0.4"
|
||||
dependencies:
|
||||
"@types/eslint": "npm:*"
|
||||
chalk: "npm:^4"
|
||||
debug: "npm:^4"
|
||||
peerDependencies:
|
||||
eslint: ^8.45 || ^9
|
||||
vite: ^4 || ^5
|
||||
checksum: 10c0/248611b9bf6733f3c8cf772a45570610971c1db73c6c152e27783a004b9a5aefba83ff94f3abf9f58bf23fefe186327c8b50ce14bbae908c6142204225d812de
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ndelangen/get-tarball@npm:^3.0.7":
|
||||
version: 3.0.9
|
||||
resolution: "@ndelangen/get-tarball@npm:3.0.9"
|
||||
@@ -21871,7 +21885,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"chalk@npm:4.1.2, chalk@npm:^4.0.0, chalk@npm:^4.0.2, chalk@npm:^4.1.0, chalk@npm:^4.1.1, chalk@npm:^4.1.2":
|
||||
"chalk@npm:4.1.2, chalk@npm:^4, chalk@npm:^4.0.0, chalk@npm:^4.0.2, chalk@npm:^4.1.0, chalk@npm:^4.1.1, chalk@npm:^4.1.2":
|
||||
version: 4.1.2
|
||||
resolution: "chalk@npm:4.1.2"
|
||||
dependencies:
|
||||
@@ -24401,7 +24415,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"debug@npm:4, debug@npm:^4.0.0, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4, debug@npm:^4.3.5":
|
||||
"debug@npm:4, debug@npm:^4, debug@npm:^4.0.0, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4, debug@npm:^4.3.5":
|
||||
version: 4.3.6
|
||||
resolution: "debug@npm:4.3.6"
|
||||
dependencies:
|
||||
@@ -47187,6 +47201,7 @@ __metadata:
|
||||
"@linaria/core": "npm:^6.2.0"
|
||||
"@linaria/react": "npm:^6.2.1"
|
||||
"@mdx-js/react": "npm:^3.0.0"
|
||||
"@nabla/vite-plugin-eslint": "npm:^2.0.4"
|
||||
"@nestjs/apollo": "npm:^11.0.5"
|
||||
"@nestjs/axios": "npm:^3.0.1"
|
||||
"@nestjs/cli": "npm:^9.0.0"
|
||||
|
||||
Reference in New Issue
Block a user