Skip to content

Commit

Permalink
Upgrade devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stormwarning committed Feb 6, 2024
1 parent 9a8e1d8 commit a06509f
Show file tree
Hide file tree
Showing 4 changed files with 1,656 additions and 1,074 deletions.
4 changes: 2 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json",
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"access": "public",
"baseBranch": "main",
"changelog": [
"@changesets/changelog-github",
"@zazen/changesets-changelog",
{ "repo": "stormwarning/stylelint-config-recess-order" }
],
"commit": false,
Expand Down
1 change: 0 additions & 1 deletion __tests__/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import test from 'ava'
import stylelint from 'stylelint'

import config from '../index.js'

import { correctOrder, incorrectOrder } from './_fixtures.mjs'

const runStylelint = async (code) => {
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"scripts": {
"changeset": "changeset add",
"lint": "eslint '**/*.js'",
"prepare": "husky install",
"prepare": "husky",
"release": "changeset publish",
"test": "ava"
},
Expand All @@ -49,16 +49,16 @@
"stylelint-order": "6.x"
},
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.0",
"@zazen/eslint-config": "6.2.1",
"@changesets/cli": "2.27.1",
"@zazen/changesets-changelog": "2.0.3",
"@zazen/eslint-config": "6.7.0",
"ava": "5.2.0",
"eslint": "8.34.0",
"eslint": "8.56.0",
"esm": "3.2.25",
"husky": "8.0.3",
"lint-staged": "13.1.1",
"prettier": "2.8.4",
"prettier-plugin-packagejson": "2.4.3",
"husky": "9.0.10",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.10",
"stylelint": "15.1.0",
"typescript": "4.9.5"
},
Expand Down
Loading

0 comments on commit a06509f

Please sign in to comment.