Skip to content

Commit 48b9b59

Browse files
authored
Merge pull request #177 from icflorescu/next
Next
2 parents 130ce65 + ea2e5d8 commit 48b9b59

File tree

3 files changed

+28
-2136
lines changed

3 files changed

+28
-2136
lines changed

next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-disable @typescript-eslint/no-var-requires */
1+
/* eslint-disable @typescript-eslint/no-require-imports */
22
const { name: PACKAGE_NAME, version: PACKAGE_VERSION } = require('./package.json');
33

44
module.exports = async () => {

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@
101101
"sharp": "^0.33.5",
102102
"swr": "^2.2.5",
103103
"tsup": "^8.3.5",
104-
"typescript": "^5.7.2",
105-
"webpack": "^5.96.1"
104+
"typescript": "^5.7.2"
106105
},
107106
"peerDependencies": {
108107
"@mantine/core": ">=7.12",

0 commit comments

Comments
 (0)