@forge/bundler 4.10.1-next.3 → 4.10.1-next.5

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 +26 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 4.10.1-next.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 38743db: Bumping dependencies via Renovate:
8
+
9
+ - @babel/core
10
+ - @babel/plugin-proposal-class-properties
11
+ - @babel/plugin-proposal-numeric-separator
12
+ - @babel/plugin-proposal-optional-chaining
13
+ - @babel/plugin-transform-react-jsx
14
+ - @babel/preset-typescript
15
+ - @babel/traverse
16
+ - @babel/types
17
+
18
+ - Updated dependencies [38743db]
19
+ - @forge/babel-plugin-transform-ui@1.1.3-next.0
20
+
21
+ ## 4.10.1-next.4
22
+
23
+ ### Patch Changes
24
+
25
+ - 4c17ddd: Bumping dependencies via Renovate:
26
+
27
+ - html-webpack-plugin
28
+
3
29
  ## 4.10.1-next.3
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "4.10.1-next.3",
3
+ "version": "4.10.1-next.5",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Atlassian",
@@ -12,14 +12,14 @@
12
12
  "clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo"
13
13
  },
14
14
  "dependencies": {
15
- "@babel/core": "^7.16.7",
16
- "@babel/plugin-proposal-class-properties": "^7.16.7",
17
- "@babel/plugin-proposal-numeric-separator": "^7.16.7",
18
- "@babel/plugin-proposal-optional-chaining": "^7.16.7",
19
- "@babel/plugin-transform-react-jsx": "^7.16.7",
20
- "@babel/preset-typescript": "^7.16.7",
15
+ "@babel/core": "^7.22.5",
16
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
17
+ "@babel/plugin-proposal-numeric-separator": "^7.18.6",
18
+ "@babel/plugin-proposal-optional-chaining": "^7.21.0",
19
+ "@babel/plugin-transform-react-jsx": "^7.22.5",
20
+ "@babel/preset-typescript": "^7.22.5",
21
21
  "@forge/api": "2.18.1-next.0",
22
- "@forge/babel-plugin-transform-ui": "1.1.2",
22
+ "@forge/babel-plugin-transform-ui": "1.1.3-next.0",
23
23
  "@forge/cli-shared": "3.15.0-next.3",
24
24
  "@forge/lint": "3.6.0-next.3",
25
25
  "@forge/runtime": "4.4.2-next.0",
@@ -32,7 +32,7 @@
32
32
  "console-browserify": "^1.1.0",
33
33
  "crypto-browserify": "^3.11.0",
34
34
  "events": "^3.0.0",
35
- "html-webpack-plugin": "^5.5.1",
35
+ "html-webpack-plugin": "^5.5.3",
36
36
  "memfs": "^3.4.1",
37
37
  "nock": "^10.0.6",
38
38
  "os-browserify": "^0.3.0",