Skip to content

Commit

Permalink
build: bump rspack canary (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework authored Jul 10, 2024
1 parent 1e4dd8d commit 3ad4ae9
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 60 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ The project is still under development, so it possible dependents on unstable Rs

Current unstable versions are:

| Package | Version | Link |
| ------------ | ------------------------------------------------------- | --------------------------------------------------------- |
| @rspack/core | @rspack/core-canary@1.0.0-canary-0b368b6-20240704171208 | [PR](https://github.com/webpack/webpack/pull/11751/files) |
| Package | Version | Link |
| ------------ | ------------------------------------------------------- | ------------------------------------------------------- |
| @rspack/core | @rspack/core-canary@1.0.0-canary-26460a2-20240710092718 | [PR](https://github.com/web-infra-dev/rspack/pull/7102) |
3 changes: 1 addition & 2 deletions e2e/cases/alias/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`alias should work 1`] = `
"var __webpack_exports__ = {};
"
;// CONCATENATED MODULE: ./e2e/cases/alias/src/a.ts
const a = 'hello world';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"pnpm": {
"overrides": {
"@rspack/core": "npm:@rspack/core-canary@1.0.0-canary-0b368b6-20240704171208"
"@rspack/core": "npm:@rspack/core-canary@1.0.0-canary-26460a2-20240710092718"
}
}
}
108 changes: 54 additions & 54 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 3ad4ae9

Please sign in to comment.