Skip to content

Commit

Permalink
fix(build): add missing dev deps in scene-composer
Browse files Browse the repository at this point in the history
  • Loading branch information
diehbria authored and mumanity committed Mar 14, 2023
1 parent c160031 commit b128405
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 134 deletions.
258 changes: 127 additions & 131 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/scene-composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
"jest-simple-dot-reporter": "^1.0.5",
"jest-styled-components": "^7.0.0",
"lodash": "^4.17.21",
"npm-watch": "^0.11.0",
"nodemon": "^2.0.19",
"npm-watch": "^0.11.0",
"postcss": "^8.3.6",
"prettier": "^2.3.2",
"prettier-eslint": "^13.0.0",
Expand All @@ -123,8 +123,8 @@
"react-intl": "^6.2.10",
"react-test-renderer": "^18.2.0",
"rimraf": "^3.0.2",
"sass": "^1.58.3",
"sass-loader": "^7.1.0",
"sass": "^1.59.2",
"sass-loader": "^7.3.1",
"svglint": "^2.2.0",
"ts-jest": "^27.0.4",
"ttypescript": "1.5.13",
Expand Down

0 comments on commit b128405

Please sign in to comment.