@forge/bundler 4.14.0-next.11 → 4.14.0-next.13

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/CHANGELOG.md +29 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 4.14.0-next.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [61e60fc]
8
+ - @forge/cli-shared@3.21.0-next.8
9
+ - @forge/lint@3.7.5-next.8
10
+
11
+ ## 4.14.0-next.12
12
+
13
+ ### Patch Changes
14
+
15
+ - a3ff775: Bumping dependencies via Renovate:
16
+
17
+ - @babel/core
18
+ - @babel/plugin-transform-class-properties
19
+ - @babel/plugin-transform-class-static-block
20
+ - @babel/plugin-transform-numeric-separator
21
+ - @babel/plugin-transform-optional-chaining
22
+ - @babel/preset-typescript
23
+ - @babel/traverse
24
+ - @babel/types
25
+
26
+ - Updated dependencies [a3ff775]
27
+ - Updated dependencies [59bac39]
28
+ - @forge/babel-plugin-transform-ui@1.1.12-next.0
29
+ - @forge/cli-shared@3.21.0-next.7
30
+ - @forge/lint@3.7.5-next.7
31
+
3
32
  ## 4.14.0-next.11
4
33
 
5
34
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "4.14.0-next.11",
3
+ "version": "4.14.0-next.13",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Atlassian",
@@ -12,17 +12,17 @@
12
12
  "clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo"
13
13
  },
14
14
  "dependencies": {
15
- "@babel/core": "^7.23.2",
16
- "@babel/plugin-transform-class-properties": "^7.22.5",
17
- "@babel/plugin-transform-class-static-block": "^7.22.11",
18
- "@babel/plugin-transform-numeric-separator": "^7.22.11",
19
- "@babel/plugin-transform-optional-chaining": "^7.23.0",
15
+ "@babel/core": "^7.23.3",
16
+ "@babel/plugin-transform-class-properties": "^7.23.3",
17
+ "@babel/plugin-transform-class-static-block": "^7.23.3",
18
+ "@babel/plugin-transform-numeric-separator": "^7.23.3",
19
+ "@babel/plugin-transform-optional-chaining": "^7.23.3",
20
20
  "@babel/plugin-transform-react-jsx": "^7.22.15",
21
- "@babel/preset-typescript": "^7.23.2",
21
+ "@babel/preset-typescript": "^7.23.3",
22
22
  "@forge/api": "2.20.1-next.1",
23
- "@forge/babel-plugin-transform-ui": "1.1.11",
24
- "@forge/cli-shared": "3.21.0-next.6",
25
- "@forge/lint": "3.7.5-next.6",
23
+ "@forge/babel-plugin-transform-ui": "1.1.12-next.0",
24
+ "@forge/cli-shared": "3.21.0-next.8",
25
+ "@forge/lint": "3.7.5-next.8",
26
26
  "@forge/node-runtime": "0.4.3-next.3",
27
27
  "@forge/util": "1.3.3",
28
28
  "assert": "^2.1.0",