build-ts 13.1.7 → 13.1.8

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.
Files changed (2) hide show
  1. package/babel.config.mjs +1 -4
  2. package/package.json +4 -4
package/babel.config.mjs CHANGED
@@ -29,11 +29,8 @@ const config = {
29
29
  '@babel/typescript',
30
30
  ],
31
31
  plugins: [
32
- // We should use import assertions until TypeScript supports import attributes.
33
- // cf. https://github.com/microsoft/TypeScript/issues/53656
34
- '@babel/plugin-syntax-import-assertions',
35
32
  // cf. https://babeljs.io/blog/2023/05/26/7.22.0#import-attributes-15536-15620
36
- // '@babel/plugin-syntax-import-attributes',
33
+ '@babel/plugin-syntax-import-attributes',
37
34
  // cf. https://babeljs.io/blog/2023/05/26/7.22.0#explicit-resource-management-15633-15520
38
35
  '@babel/plugin-proposal-explicit-resource-management',
39
36
  // cf. https://babeljs.io/blog/2024/02/28/7.24.0#decorators-updates-16242
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "build-ts",
3
- "version": "13.1.7",
3
+ "version": "13.1.8",
4
4
  "repository": "github:WillBooster/build-ts",
5
5
  "license": "UNLICENSED",
6
6
  "author": "WillBooster Inc.",
@@ -32,7 +32,7 @@
32
32
  "@babel/core": "7.24.5",
33
33
  "@babel/plugin-proposal-decorators": "7.24.1",
34
34
  "@babel/plugin-proposal-explicit-resource-management": "7.24.5",
35
- "@babel/plugin-syntax-import-assertions": "7.24.1",
35
+ "@babel/plugin-syntax-import-attributes": "7.24.1",
36
36
  "@babel/plugin-transform-runtime": "7.24.3",
37
37
  "@babel/preset-env": "7.24.5",
38
38
  "@babel/preset-react": "7.24.1",
@@ -41,7 +41,7 @@
41
41
  "@rollup/plugin-commonjs": "25.0.7",
42
42
  "@rollup/plugin-json": "6.1.0",
43
43
  "@rollup/plugin-node-resolve": "15.2.3",
44
- "@rollup/plugin-replace": "5.0.4",
44
+ "@rollup/plugin-replace": "5.0.5",
45
45
  "@rollup/plugin-terser": "0.4.4",
46
46
  "@rollup/pluginutils": "5.1.0",
47
47
  "@willbooster/shared-lib-node": "5.1.0",
@@ -77,7 +77,7 @@
77
77
  "@willbooster/babel-configs": "1.3.1",
78
78
  "@willbooster/eslint-config-ts": "10.6.0",
79
79
  "@willbooster/prettier-config": "9.1.2",
80
- "@willbooster/wb": "7.6.0",
80
+ "@willbooster/wb": "7.6.4",
81
81
  "conventional-changelog-conventionalcommits": "8.0.0",
82
82
  "eslint": "8.57.0",
83
83
  "eslint-config-prettier": "9.1.0",