Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
firefoxic committed Aug 19, 2024
1 parent 94ec5dc commit 55ebbcd
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 61 deletions.
3 changes: 2 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import { default as firefoxicEslintConfig, globals } from "@firefoxic/eslint-config"

/** @type {import('eslint').Linter.Config[]} */
export default [
{
languageOptions: {
globals: {
...globals.nodeBuildIn,
...globals.nodeBuiltin,
},
},
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"files": [
"./stylelint.config.js"
],
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"engines": {
"node": "^18.12 || >=20.9"
},
"peerDependencies": {
"stylelint": "^16.8.1"
},
"dependencies": {
"@stylistic/stylelint-plugin": "^3.0.0",
"@stylistic/stylelint-plugin": "^3.0.1",
"stylelint-gamut": "^1.3.4",
"stylelint-plugin-logical-css": "^1.2.1"
},
Expand All @@ -43,11 +43,11 @@
"postpublish": "git push --follow-tags"
},
"devDependencies": {
"@firefoxic/eslint-config": "^2.1.0",
"@firefoxic/eslint-config": "^3.0.0",
"@firefoxic/update-changelog": "^0.2.0",
"eslint": "^9.9.0",
"husky": "^9.1.4",
"stylelint": "^16.8.1"
"stylelint": "^16.8.2"
},
"keywords": [
"config",
Expand Down
127 changes: 71 additions & 56 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 55ebbcd

Please sign in to comment.