Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 2, 2024
1 parent 49d5ec6 commit cf80824
Show file tree
Hide file tree
Showing 3 changed files with 656 additions and 783 deletions.
7 changes: 4 additions & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ export default [
...loguxConfig,
{
rules: {
'no-console': 'off',
'node-import/prefer-node-protocol': 'off'
'n/prefer-node-protocol': 'off',
'no-console': 'off'
}
},
{
files: ['bin/autoprefixer'],
rules: {
'n/global-require': 'off'
'n/global-require': 'off',
'n/no-unsupported-features/es-syntax': 'off'
}
},
{
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,22 @@
"postcss": "^8.1.0"
},
"dependencies": {
"browserslist": "^4.23.0",
"caniuse-lite": "^1.0.30001599",
"browserslist": "^4.23.3",
"caniuse-lite": "^1.0.30001646",
"fraction.js": "^4.3.7",
"normalize-range": "^0.1.2",
"picocolors": "^1.0.0",
"picocolors": "^1.0.1",
"postcss-value-parser": "^4.2.0"
},
"devDependencies": {
"@logux/eslint-config": "^53.0.0",
"@size-limit/preset-small-lib": "11.1.1",
"c8": "^9.1.0",
"clean-publish": "^4.3.0",
"eslint": "^8.57.0",
"@logux/eslint-config": "^53.2.1",
"@size-limit/preset-small-lib": "11.1.4",
"c8": "^10.1.2",
"clean-publish": "^5.0.0",
"eslint": "^9.8.0",
"nanospy": "^1.0.0",
"postcss": "^8.4.38",
"size-limit": "^11.1.1",
"postcss": "^8.4.40",
"size-limit": "^11.1.4",
"uvu": "^0.5.6"
},
"prettier": {
Expand Down
Loading

0 comments on commit cf80824

Please sign in to comment.