Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev depenency updates #97

Merged
merged 3 commits into from
Nov 6, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: cleanup dev deps
  • Loading branch information
ernscht committed Nov 6, 2023
commit 3f9623939d122ea109aab24b63830c5c9d90d650
2 changes: 1 addition & 1 deletion examples/gondel-react/package.json
Original file line number Diff line number Diff line change
@@ -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",
6 changes: 2 additions & 4 deletions examples/plugin-data/package.json
Original file line number Diff line number Diff line change
@@ -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",
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.

Loading