Skip to content

Commit

Permalink
React: remove unused dependency framer-motion
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed May 6, 2024
1 parent e517520 commit 51734ee
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
11 changes: 5 additions & 6 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"@prettier/plugin-pug": "3.0.0",
"@prettier/plugin-xml": "3.4.1",
"@tikui/core": "4.1.0",
"@types/node": "20.12.10",
"@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public JHipsterModule buildModule(JHipsterModuleProperties properties) {
.addType("module")
.addDependency(packageName("react-hook-form"), REACT)
.addDependency(packageName("axios"), REACT)
.addDependency(packageName("framer-motion"), REACT)
.addDependency(packageName("@nextui-org/react"), REACT)
.addDevDependency(packageName("autoprefixer"), REACT)
.addDevDependency(packageName("sass"), REACT)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"dependencies": {
"@nextui-org/react": "2.3.6",
"axios": "1.6.8",
"framer-motion": "11.1.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.51.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ private void assertReactApp(JHipsterModuleAsserter asserter) {
.containing(nodeDependency("autoprefixer"))
.containing(nodeDependency("postcss"))
.containing(nodeDependency("tailwindcss"))
.containing(nodeDependency("framer-motion"))
.containing(nodeDependency("react-hook-form"))
.containing(nodeDependency("axios"))
.containing(nodeDependency("@nextui-org/react"))
Expand Down

0 comments on commit 51734ee

Please sign in to comment.