Skip to content

Commit

Permalink
Merge branch 'module-federation:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinBomkamp authored Dec 2, 2024
2 parents 2075b7e + 9cfdc5a commit d2f8d98
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@module-federation/vite",
"version": "1.1.7",
"version": "1.1.8",
"description": "Vite plugin for Module Federation",
"type": "module",
"source": "src/index.ts",
Expand Down Expand Up @@ -46,13 +46,12 @@
"homepage": "https://github.com/module-federation/vite#readme",
"packageManager": "pnpm@9.1.3",
"dependencies": {
"@module-federation/runtime": "^0.7.1",
"@module-federation/runtime": "^0.8.0",
"@rollup/pluginutils": "^5.1.0",
"defu": "^6.1.4",
"estree-walker": "^2",
"magic-string": "^0.30.11",
"pathe": "^1.1.2",
"vitest": "^2.1.1"
"pathe": "^1.1.2"
},
"devDependencies": {
"@playwright/test": "^1.47.2",
Expand All @@ -64,6 +63,7 @@
"pretty-quick": "^4.0.0",
"rimraf": "^6.0.1",
"vite": "^5.4.3",
"vitest": "^2.1.1",
"wait-on": "^8.0.1"
}
}
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

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

0 comments on commit d2f8d98

Please sign in to comment.