Skip to content

Commit

Permalink
Moved is-plain-object dependency from devDependencies to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-sjogren committed Jul 8, 2023
1 parent ba103dc commit a98bf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"!dist/**/tests/*"
],
"dependencies": {
"is-plain-object": "^5.0.0",
"postcss": "^8.4.21",
"postcss-media-query-parser": "^0.2.3",
"postcss-value-parser": "^4.2.0",
Expand All @@ -49,7 +50,6 @@
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"is-plain-object": "^5.0.0",
"jest": "^29.5.0",
"jest-fail-on-console": "^3.1.1",
"jest-preset-stylelint": "^6.1.0",
Expand Down

0 comments on commit a98bf22

Please sign in to comment.