Update dependencies.
This commit is contained in:
parent
1e37b8fbc8
commit
76f9c3a518
33
package.json
33
package.json
|
@ -3,26 +3,26 @@
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"modern-normalize": "^2.0.0",
|
"modern-normalize": "^2.0.0",
|
||||||
"preact": "^10.18.1"
|
"preact": "^10.19.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@bauke/eslint-config": "^0.1.4",
|
"@bauke/eslint-config": "^0.1.5",
|
||||||
"@bauke/prettier-config": "^0.1.4",
|
"@bauke/prettier-config": "^0.1.5",
|
||||||
"@bauke/stylelint-config": "^0.1.4",
|
"@bauke/stylelint-config": "^0.1.5",
|
||||||
"@holllo/test": "^0.2.1",
|
"@holllo/test": "^0.2.2",
|
||||||
"@types/node": "^20.8.5",
|
"@types/node": "^20.11.10",
|
||||||
"cssnano": "^6.0.1",
|
"cssnano": "^6.0.3",
|
||||||
"esbuild": "^0.19.4",
|
"esbuild": "^0.19.4",
|
||||||
"esbuild-copy-static-files": "^0.1.0",
|
"esbuild-copy-static-files": "^0.1.0",
|
||||||
"esbuild-sass-plugin": "^2.16.0",
|
"esbuild-sass-plugin": "^2.16.1",
|
||||||
"netlify-cli": "^16.7.0",
|
"netlify-cli": "^17.15.5",
|
||||||
"postcss": "^8.4.31",
|
"postcss": "^8.4.33",
|
||||||
"sass": "^1.69.3",
|
"sass": "^1.69.3",
|
||||||
"stylelint": "^15.10.3",
|
"stylelint": "^16.2.0",
|
||||||
"stylelint-config-standard-scss": "^11.0.0",
|
"stylelint-config-standard-scss": "^13.0.0",
|
||||||
"trash-cli": "^5.0.0",
|
"trash-cli": "^5.0.0",
|
||||||
"tsx": "^3.13.0",
|
"tsx": "^4.7.0",
|
||||||
"typescript": "^5.2.2",
|
"typescript": "^5.3.3",
|
||||||
"xo": "^0.56.0"
|
"xo": "^0.56.0"
|
||||||
},
|
},
|
||||||
"prettier": "@bauke/prettier-config",
|
"prettier": "@bauke/prettier-config",
|
||||||
|
@ -32,11 +32,6 @@
|
||||||
"xo": {
|
"xo": {
|
||||||
"extends": "@bauke/eslint-config",
|
"extends": "@bauke/eslint-config",
|
||||||
"prettier": true,
|
"prettier": true,
|
||||||
"rules": {
|
|
||||||
"@typescript-eslint/consistent-type-definitions": "off",
|
|
||||||
"import/no-extraneous-dependencies": "off",
|
|
||||||
"no-await-in-loop": "off"
|
|
||||||
},
|
|
||||||
"space": true
|
"space": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
5505
pnpm-lock.yaml
5505
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue