Skip to content

Commit

Permalink
Upgrade all dependencies (#802)
Browse files Browse the repository at this point in the history
* Upgrade all dependencies

* Clean up package-lock.json

* Regenerate package-lock.json due to npm/cli#4828

* Downgrade chai
  • Loading branch information
nwalters512 authored Nov 15, 2024
1 parent df1dcd9 commit b87d4c1
Show file tree
Hide file tree
Showing 5 changed files with 3,440 additions and 3,886 deletions.
5 changes: 1 addition & 4 deletions .config/babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@
}
],
"@babel/typescript"
],
"plugins": [
["@babel/plugin-transform-class-properties", { "loose": true }]
]
]
}
7 changes: 4 additions & 3 deletions .config/stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
],

"rules": {
"color-function-notation": "legacy",
"selector-class-pattern": null,
"scss/no-global-function-names": null,
"shorthand-property-no-redundant-values": null,
"scss/dollar-variable-pattern": null,
"color-function-notation": "legacy",
"scss/at-import-partial-extension": null
"scss/load-partial-extension": null,
"scss/no-global-function-names": null
}
}
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run build:types
npm run stylelint
Loading

0 comments on commit b87d4c1

Please sign in to comment.