We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0ba48 commit 80a5603Copy full SHA for 80a5603
package.json
@@ -22,9 +22,9 @@
22
"dist/index.d.ts"
23
],
24
"devDependencies": {
25
- "@babel/core": "^7.18.5",
26
- "@babel/preset-env": "^7.17.12",
27
- "@babel/types": "^7.18.4",
+ "@babel/core": "7.18.6",
+ "@babel/preset-env": "7.18.6",
+ "@babel/types": "7.18.6",
28
"@rollup/plugin-commonjs": "^22.0.1",
29
"@rollup/plugin-json": "^4.1.0",
30
"@rollup/plugin-node-resolve": "^13.3.0",
@@ -43,7 +43,7 @@
43
"babel-preset-jest": "28.1.1",
44
"eslint": "^8.18.0",
45
"eslint-config-prettier": "^8.5.0",
46
- "eslint-plugin-prettier": "^4.1.0",
+ "eslint-plugin-prettier": "4.2.1",
47
"husky": "^8.0.1",
48
"jest": "27.5.1",
49
"jsdom": "^20.0.0",
0 commit comments