shakapacker 9.0.0 → 9.1.0

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.
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shakapacker",
3
- "version": "9.0.0",
3
+ "version": "9.1.0",
4
4
  "description": "Use webpack to manage app-like JavaScript modules in Rails",
5
5
  "homepage": "https://github.com/shakacode/shakapacker",
6
6
  "bugs": {
@@ -47,6 +47,7 @@
47
47
  "devDependencies": {
48
48
  "@rspack/cli": "^1.4.11",
49
49
  "@rspack/core": "^1.4.11",
50
+ "@swc/core": "^1.3.0",
50
51
  "@types/babel__core": "^7.20.5",
51
52
  "@types/js-yaml": "^4.0.9",
52
53
  "@types/node": "^24.5.2",
@@ -92,6 +93,7 @@
92
93
  "@rspack/cli": "^1.0.0",
93
94
  "@rspack/core": "^1.0.0",
94
95
  "@rspack/plugin-react-refresh": "^1.0.0",
96
+ "@swc/core": "^1.3.0",
95
97
  "@types/babel__core": "^7.0.0",
96
98
  "@types/webpack": "^5.0.0",
97
99
  "babel-loader": "^8.2.4 || ^9.0.0 || ^10.0.0",
@@ -133,6 +135,9 @@
133
135
  "@rspack/plugin-react-refresh": {
134
136
  "optional": true
135
137
  },
138
+ "@swc/core": {
139
+ "optional": true
140
+ },
136
141
  "@types/babel__core": {
137
142
  "optional": true
138
143
  },