Skip to content

Commit

Permalink
Correct install of json5 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
p0nch000 committed Dec 18, 2024
1 parent 2875f7e commit 1c2100a
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 21 deletions.
72 changes: 58 additions & 14 deletions package-lock.json

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

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,5 @@
}
}
]
},
"dependencies": {
"json5": "^2.2.3"
}
}
9 changes: 5 additions & 4 deletions packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@
"test": "jest"
},
"dependencies": {
"@babel/helper-module-imports": "^7.22.15",
"@stylexjs/shared": "0.9.3",
"@stylexjs/stylex": "0.9.3",
"@babel/core": "^7.25.8",
"@babel/helper-module-imports": "^7.22.15",
"@babel/traverse": "^7.25.7",
"@babel/types": "^7.25.8",
"esm-resolve": "^1.0.11"
"@stylexjs/shared": "0.9.3",
"@stylexjs/stylex": "0.9.3",
"esm-resolve": "^1.0.11",
"json5": "^2.2.3"
},
"jest": {
"verbose": true,
Expand Down

0 comments on commit 1c2100a

Please sign in to comment.