Skip to content

Commit

Permalink
Switch to package
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed May 15, 2023
1 parent 8fd98fa commit 47189d6
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 85 deletions.
24 changes: 24 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@
"dependencies": {
"aria-query": "^5.0.0",
"chalk": "^5.0.1",
"css.escape": "^1.5.1",
"dom-accessibility-api": "^0.5.14",
"lodash-es": "^4.17.21",
"redent": "^3.0.0"
},
"devDependencies": {
"@types/aria-query": "^5.0.1",
"@types/css.escape": "^1.5.0",
"@types/lodash-es": "^4.17.7",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
Expand Down
2 changes: 0 additions & 2 deletions src/css-escape.d.ts

This file was deleted.

82 changes: 0 additions & 82 deletions src/css-escape.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/to-have-form-values.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
compareArraysAsSet,
getSingleElementValue,
} from "./utils";
import escape from "./css-escape";
import escape from "css.escape";
import { isEqualWith, uniq } from "lodash-es";

// Returns the combined value of several elements that have the same name
Expand Down

0 comments on commit 47189d6

Please sign in to comment.