Skip to content

Commit

Permalink
Updated loadable versions and babel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DownUndaDev committed Jun 6, 2024
1 parent 2616141 commit 2cef847
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 42 deletions.
10 changes: 5 additions & 5 deletions examples/bundle-splitting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@loadable/babel-plugin": "^5.13.2",
"@loadable/component": "^5.13.2",
"@loadable/server": "^5.13.2",
"@loadable/webpack-plugin": "^5.13.0",
"@types/loadable__component": "^5.13.0",
"@types/loadable__server": "^5.12.2",
"@loadable/component": "^5.16.4",
"@loadable/server": "^5.16.5",
"@loadable/webpack-plugin": "^5.15.2",
"@types/loadable__component": "^5.13.9",
"@types/loadable__server": "^5.12.11",
"webpack": "^5.0.0"
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"promise-completion-source": "^1.0.0"
},
"dependencies": {
"@babel/core": "^7.11.6",
"@babel/core": "^7.12.17",
"@babel/runtime": "7.12.18",
"@changesets/cli": "^2.10.2",
"@types/assets-webpack-plugin": "^7.1.5",
"@types/express": "^4.17.21",
Expand Down
Loading

0 comments on commit 2cef847

Please sign in to comment.