Skip to content

Commit

Permalink
bring back previous prebundling strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Dec 29, 2023
1 parent 85591c9 commit 0f9c1e4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,13 @@
"lint-staged": {
"*.{ts,js,css,md}": "prettier --write"
},
"dependencies": {
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/parser": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@babel/traverse": "^7.23.6",
"@babel/types": "^7.23.6",
"lodash": "^4.17.21"
},
"devDependencies": {
"@mdx-js/mdx": "^3.0.0",
"@types/babel__traverse": "^7.20.4",
"@types/lodash": "^4.14.202",
Expand All @@ -52,6 +49,7 @@
"hast-util-to-estree": "^3.1.0",
"husky": ">=6",
"lint-staged": ">=10",
"lodash": "^4.17.21",
"prettier": "^3.1.1",
"ts-dedent": "^2.2.0",
"tsup": "^8.0.1",
Expand Down

0 comments on commit 0f9c1e4

Please sign in to comment.