Update packages

This commit is contained in:
Michael
2021-11-07 20:31:41 +01:00
parent 740b717bfa
commit 08287d52c5
4 changed files with 523 additions and 861 deletions

1344
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,30 +11,30 @@
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@sendgrid/mail": "^7.4.7",
"@stripe/stripe-js": "^1.18.0",
"@supabase/supabase-js": "^1.25.0",
"@sendgrid/mail": "^7.6.0",
"@stripe/stripe-js": "^1.21.1",
"@supabase/supabase-js": "^1.25.2",
"@types/node": "^16.10.1",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"axios": "^0.21.4",
"axios": "^0.24.0",
"cors": "^2.8.5",
"daisyui": "^1.14.1",
"express-rate-limit": "^5.3.0",
"daisyui": "^1.16.1",
"express-rate-limit": "^5.5.1",
"micro": "^9.3.4",
"next": ">=11.1.2",
"next": ">=12.0.3",
"next-seo": "^4.28.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-icons": "^4.2.0",
"react-toastify": "^8.0.3",
"stripe": "^8.176.0",
"typescript": "^4.4.3"
"react-icons": "^4.3.1",
"react-toastify": "^8.1.0",
"stripe": "^8.186.1",
"typescript": "^4.4.4"
},
"devDependencies": {
"@next/eslint-plugin-next": "^11.1.2",
"@playwright/test": "^1.16.0",
"@playwright/test": "^1.16.3",
"@types/cors": "^2.8.12",
"@types/express-rate-limit": "^5.1.3",
"@types/micro": "^7.3.6",
@@ -52,8 +52,8 @@
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"postcss": "^8.3.8",
"postcss": "^8.3.11",
"prettier": "^2.4.1",
"tailwindcss": "^2.2.16"
"tailwindcss": "^2.2.19"
}
}

View File

@@ -36,8 +36,7 @@
// "noPropertyAccessFromIndexSignature": true, /* Require undeclared properties from index signatures to use element accesses. */
/* Module Resolution Options */
"moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
"baseUrl": "./", /* Base directory to resolve non-absolute module names. */ /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
"baseUrl": "./", /* Base directory to resolve non-absolute module names. */ /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
// "typeRoots": [], /* List of folders to include type definitions from. */
// "types": [], /* Type declaration files to be included in compilation. */
"allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
@@ -47,8 +46,7 @@
// "sourceRoot": "", /* Specify the location where debugger should locate TypeScript files instead of source locations. */
// "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */
"inlineSourceMap": true, /* Emit a single file with source maps instead of having a separate file. */
"inlineSources": true, /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */ /* Experimental Options */
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
"inlineSources": true, /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */ /* Experimental Options */// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
/* Advanced Options */
"skipLibCheck": true, /* Skip type checking of declaration files. */
@@ -61,7 +59,8 @@
"allowJs": true,
"noEmit": true,
"resolveJsonModule": true,
"isolatedModules": true
"isolatedModules": true,
"incremental": true
},
"include": [
"next-env.d.ts",
@@ -71,4 +70,4 @@
"exclude": [
"node_modules"
]
}
}

1
tsconfig.tsbuildinfo Normal file

File diff suppressed because one or more lines are too long