2
0

⬆️ Upgrade dependencies

This commit is contained in:
Baptiste Arnaud
2023-05-25 17:24:39 +02:00
parent 16f3ad3a19
commit 55bbf0e593
24 changed files with 2139 additions and 2692 deletions

View File

@ -1,8 +0,0 @@
module.exports = {
root: true,
extends: ['custom'],
rules: {
'@next/next/no-img-element': 'off',
'@next/next/no-html-link-for-pages': 'off',
},
}

View File

@ -8,8 +8,7 @@
"types": "dist/index.d.ts",
"scripts": {
"build": "pnpm tsc --noEmit && tsup",
"dev": "tsup --watch",
"lint": "eslint --fix \"src/**/*.ts*\""
"dev": "tsup --watch"
},
"dependencies": {
"@stripe/react-stripe-js": "1.16.4",

View File

@ -1,5 +0,0 @@
module.exports = {
root: true,
extends: ['custom'],
ignorePatterns: ['/tests'],
}

View File

@ -7,7 +7,6 @@
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"lint": "eslint \"src/**/*.ts*\"",
"test": "pnpm jest"
},
"devDependencies": {