mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
chore: @types/node and unocss fix
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@testing-library/user-event": "^14.5.1",
|
||||
"@types/html-escaper": "^3.0.1",
|
||||
"@types/node": "18.17.9",
|
||||
"@types/node": "18.18.8",
|
||||
"@types/react": "^18.2.36",
|
||||
"@types/react-dom": "^18.2.14",
|
||||
"@unocss/eslint-plugin": "^0.57.2",
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
'@unocss/postcss': {
|
||||
content: ['src/**/*.tsx', 'contentlayer.config.ts', '../../packages/ui/src/lib/components/**/*.tsx'],
|
||||
},
|
||||
'@unocss/postcss': {},
|
||||
},
|
||||
};
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
"@next/bundle-analyzer": "^14.0.1",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@testing-library/user-event": "^14.5.1",
|
||||
"@types/node": "18.17.9",
|
||||
"@types/node": "18.18.8",
|
||||
"@types/react": "^18.2.36",
|
||||
"@types/react-dom": "^18.2.14",
|
||||
"@unocss/eslint-plugin": "^0.57.2",
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
'@unocss/postcss': {
|
||||
content: ['src/**/*.tsx', '../../packages/ui/src/lib/components/**/*.tsx'],
|
||||
},
|
||||
'@unocss/postcss': {},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user