@openmrs/webpack-config 3.2.1-pre.1115 → 3.2.1-pre.1121

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.
package/.babelrc ADDED
@@ -0,0 +1,3 @@
1
+ {
2
+ "presets": ["@babel/preset-typescript"]
3
+ }
@@ -1,2 +1,2 @@
1
- @openmrs/webpack-config:build: cache hit, replaying output 9eef111b185c1143
1
+ @openmrs/webpack-config:build: cache hit, replaying output 0c743701fb508298
2
2
  @openmrs/webpack-config:build: $ tsc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/webpack-config",
3
- "version": "3.2.1-pre.1115",
3
+ "version": "3.2.1-pre.1121",
4
4
  "license": "MPL-2.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "src/index.ts",
@@ -30,11 +30,10 @@
30
30
  ],
31
31
  "homepage": "https://github.com/openmrs/openmrs-esm-core#readme",
32
32
  "dependencies": {
33
- "@babel/core": "^7.11.4",
34
- "@babel/preset-env": "^7.11.0",
35
- "@babel/preset-react": "^7.10.4",
36
- "@babel/preset-typescript": "^7.10.4",
37
- "babel-loader": "^8.2.2",
33
+ "@babel/core": "^7.17.9",
34
+ "@babel/types": "^7.17.0",
35
+ "@swc/core": "^1.2.165",
36
+ "babel-preset-minify": "^0.5.1",
38
37
  "clean-webpack-plugin": "^4.0.0",
39
38
  "css-loader": "^5.2.4",
40
39
  "fork-ts-checker-webpack-plugin": "^6.5.0",
@@ -42,6 +41,7 @@
42
41
  "sass": "^1.44.0",
43
42
  "sass-loader": "^12.3.0",
44
43
  "style-loader": "^3.3.1",
44
+ "swc-loader": "^0.1.15",
45
45
  "systemjs-webpack-interop": "^2.3.7",
46
46
  "webpack-bundle-analyzer": "^4.5.0",
47
47
  "webpack-stats-plugin": "^1.0.3"
@@ -53,5 +53,5 @@
53
53
  "typescript": "~4.5.2",
54
54
  "webpack": "^5.64.0"
55
55
  },
56
- "gitHead": "68c4b82997cacdbb09aaa6a091b3e5c8e3279f22"
56
+ "gitHead": "218c2f7585b0692bd3066c08a21506b7071be51a"
57
57
  }