Dependencies + Next.js 15.2.0 (#193)
- Updated All dependencies - Updated Next.js 15.2.0 - Updated Stripe API version - Remove Sentry replayIntegration by default - Added IMPROVEMENT.yml file - Bump version to 2.5.1
This commit is contained in:
committed by
GitHub
parent
131b1061e6
commit
d14d19f330
@@ -14,6 +14,11 @@ export default tsEsLint.config(
|
||||
version: '19.0',
|
||||
},
|
||||
},
|
||||
languageOptions: {
|
||||
parserOptions: {
|
||||
warnOnUnsupportedTypeScriptVersion: false,
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
rules: {
|
||||
|
||||
@@ -13,17 +13,17 @@
|
||||
"format": "prettier --check \"**/*.{js,json}\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@next/eslint-plugin-next": "15.1.7",
|
||||
"@next/eslint-plugin-next": "15.2.0",
|
||||
"@types/eslint": "9.6.1",
|
||||
"eslint-config-next": "15.1.7",
|
||||
"eslint-config-turbo": "^2.4.2",
|
||||
"typescript-eslint": "8.24.1"
|
||||
"eslint-config-next": "15.2.0",
|
||||
"eslint-config-turbo": "^2.4.4",
|
||||
"typescript-eslint": "8.25.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"eslint": "^9.20.1",
|
||||
"typescript": "^5.7.3"
|
||||
"eslint": "^9.21.0",
|
||||
"typescript": "^5.8.2"
|
||||
},
|
||||
"prettier": "@kit/prettier-config"
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"typescript": "^5.7.3"
|
||||
"typescript": "^5.8.2"
|
||||
},
|
||||
"prettier": "./index.mjs"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user