Skip to content

Commit

Permalink
chore: cleanup dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Nov 6, 2023
1 parent 3a81fa0 commit 3f96239
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 34 deletions.
2 changes: 1 addition & 1 deletion examples/gondel-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/react": "18.2.33",
"@types/react": "17.0.69",
"css-loader": "5.2.7",
"html-webpack-plugin": "4.5.2",
"style-loader": "2.0.0",
Expand Down
6 changes: 2 additions & 4 deletions examples/plugin-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
"start": "webpack serve"
},
"dependencies": {
"@gondel/core": "1.2.8",
"@gondel/core": "^1.2.8",
"@gondel/plugin-data": "^1.2.8",
"@gondel/plugin-hot": "^1.2.8",
"core-js": "3.33.2"
"@gondel/plugin-hot": "^1.2.8"
},
"devDependencies": {
"@babel/core": "7.23.2",
"html-webpack-plugin": "4.5.2",
"ts-config-webpack-plugin": "2.0.3",
"webpack": "4.46.0",
Expand Down
35 changes: 6 additions & 29 deletions package-lock.json

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

0 comments on commit 3f96239

Please sign in to comment.