Skip to content

Commit

Permalink
Remove @babel/preset-typescript and react deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jattasNI committed Mar 30, 2023
1 parent e08ed04 commit 399fa5c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions packages/nimble-components/.babelrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"chrome": 100
}
}
],
"@babel/preset-typescript"
]
],
"plugins": []
}
3 changes: 0 additions & 3 deletions packages/nimble-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"@babel/cli": "^7.13.16",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@ni/eslint-config-javascript": "^4.2.0",
"@ni/eslint-config-typescript": "^4.2.0",
"@rollup/plugin-commonjs": "^24.0.1",
Expand Down Expand Up @@ -115,8 +114,6 @@
"prettier-eslint": "^15.0.1",
"prettier-eslint-cli": "^7.1.0",
"puppeteer": "^10.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.10.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"storybook": "^7.0.0-rc.8",
Expand Down

0 comments on commit 399fa5c

Please sign in to comment.