Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jun 1, 2024
1 parent bfbdad8 commit 4e7939a
Show file tree
Hide file tree
Showing 3 changed files with 515 additions and 640 deletions.
6 changes: 6 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,11 @@ export default [
rules: {
'import/extensions': 'off'
}
},
{
files: ['lib/**', 'view/**', 'stores/**'],
rules: {
'n/no-unsupported-features/node-builtins': 'off'
}
}
]
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,37 +19,37 @@
"test": "FORCE_COLOR=1 pnpm run /^test:/"
},
"dependencies": {
"@csstools/postcss-oklab-function": "^3.0.14",
"@csstools/postcss-oklab-function": "^3.0.16",
"@nanostores/persistent": "^0.10.1",
"autoprefixer": "^10.4.19",
"culori": "^4.0.1",
"delaunator": "^5.0.1",
"jstransformer-markdown-it": "^3.0.0",
"nanodelay": "^2.0.2",
"nanostores": "^0.10.3",
"plausible-tracker": "^0.3.8",
"plausible-tracker": "^0.3.9",
"postcss": "^8.4.38",
"postcss-media-minmax": "^5.0.0",
"postcss-mixins": "^10.0.1",
"postcss-nesting": "^12.1.2",
"postcss-nesting": "^12.1.5",
"postcss-opacity-percentage": "^2.0.0",
"three": "~0.164.1",
"vite": "^5.2.10",
"three": "~0.165.0",
"vite": "^5.2.12",
"vite-plugin-pug-transformer": "^1.0.5"
},
"devDependencies": {
"@logux/eslint-config": "^53.0.1",
"@logux/eslint-config": "^53.2.0",
"@logux/stylelint-config": "^0.18.0",
"@size-limit/file": "^11.1.2",
"@size-limit/file": "^11.1.4",
"@types/culori": "^2.1.0",
"@types/delaunator": "^5.0.2",
"@types/three": "^0.164.0",
"eslint": "^8.57.0",
"@types/three": "^0.165.0",
"eslint": "^9.4.0",
"nano-staged": "^0.8.0",
"simple-git-hooks": "^2.11.1",
"size-limit": "^11.1.2",
"stylelint": "^16.4.0",
"svgo": "^3.2.0",
"size-limit": "^11.1.4",
"stylelint": "^16.6.1",
"svgo": "^3.3.2",
"typescript": "^5.4.5"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 4e7939a

Please sign in to comment.