react-cosmos-plugin-rspack 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -180,7 +180,7 @@ function getDefaultRspackConfig(rootDir) {
180
180
  exclude: [/[\\/]node_modules[\\/]/],
181
181
  loader: "builtin:swc-loader",
182
182
  options: {
183
- sourceMap: true,
183
+ sourceMaps: true,
184
184
  jsc: { parser: { syntax: "typescript" } }
185
185
  },
186
186
  type: "javascript/auto"
@@ -190,7 +190,7 @@ function getDefaultRspackConfig(rootDir) {
190
190
  loader: "builtin:swc-loader",
191
191
  exclude: [/[\\/]node_modules[\\/]/],
192
192
  options: {
193
- sourceMap: true,
193
+ sourceMaps: true,
194
194
  jsc: {
195
195
  parser: {
196
196
  syntax: "typescript",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-cosmos-plugin-rspack",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "rspack plugin for React Cosmos",
5
5
  "repository": "https://github.com/birchill/react-cosmos-plugin-rspack/",
6
6
  "author": "Birchill, Inc.",
@@ -17,22 +17,22 @@
17
17
  "webpack-hot-middleware": "2.26.1"
18
18
  },
19
19
  "devDependencies": {
20
- "@release-it/conventional-changelog": "8.0.1",
21
- "@rspack/core": "1.0.0",
22
- "@types/node": "20.14.9",
20
+ "@release-it/conventional-changelog": "10.0.1",
21
+ "@rspack/core": "1.3.7",
22
+ "@types/node": "22.15.2",
23
23
  "@types/webpack-hot-middleware": "2.25.9",
24
- "esbuild": "0.23.1",
25
- "husky": "9.1.5",
26
- "knip": "5.27.4",
27
- "lint-staged": "15.2.9",
28
- "prettier": "3.3.3",
29
- "react-cosmos": "6.2.0",
24
+ "esbuild": "0.25.3",
25
+ "husky": "9.1.7",
26
+ "knip": "5.50.5",
27
+ "lint-staged": "15.5.1",
28
+ "prettier": "3.5.3",
29
+ "react-cosmos": "6.2.3",
30
30
  "react-cosmos-core": "6.2.0",
31
- "react-error-overlay": "6.0.9",
31
+ "react-error-overlay": "6.1.0",
32
32
  "react-plugin": "3.0.0-alpha.4",
33
- "release-it": "17.6.0",
34
- "tsup": "8.2.4",
35
- "typescript": "5.5.4"
33
+ "release-it": "19.0.1",
34
+ "tsup": "8.4.0",
35
+ "typescript": "5.8.3"
36
36
  },
37
37
  "prettier": {
38
38
  "singleQuote": true,