@forge/bundler 4.15.1-next.2 → 4.15.1-next.4

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 +17 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 4.15.1-next.4
4
+
5
+ ### Patch Changes
6
+
7
+ - b941c2c: Bumping dependencies via Renovate:
8
+
9
+ - webpack-bundle-analyzer
10
+ - @types/webpack-bundle-analyzer
11
+
12
+ ## 4.15.1-next.3
13
+
14
+ ### Patch Changes
15
+
16
+ - e1e964d: Bumping dependencies via Renovate:
17
+
18
+ - eslint-plugin-prettier
19
+
3
20
  ## 4.15.1-next.2
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "4.15.1-next.2",
3
+ "version": "4.15.1-next.4",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Atlassian",
@@ -54,7 +54,7 @@
54
54
  "url": "^0.11.3",
55
55
  "util": "^0.12.5",
56
56
  "webpack": "5.89.0",
57
- "webpack-bundle-analyzer": "^4.9.1",
57
+ "webpack-bundle-analyzer": "^4.10.1",
58
58
  "whatwg-url": "^12.0.1"
59
59
  },
60
60
  "devDependencies": {
@@ -64,12 +64,12 @@
64
64
  "@types/node": "14.18.63",
65
65
  "@types/react": "^18.2.47",
66
66
  "@types/readable-stream": "^4.0.10",
67
- "@types/webpack-bundle-analyzer": "^4.6.2",
67
+ "@types/webpack-bundle-analyzer": "^4.6.3",
68
68
  "@typescript-eslint/eslint-plugin": "^5.62.0",
69
69
  "@typescript-eslint/parser": "^5.62.0",
70
70
  "eslint": "^8.56.0",
71
71
  "eslint-config-prettier": "^9.1.0",
72
- "eslint-plugin-prettier": "^5.1.2",
72
+ "eslint-plugin-prettier": "^5.1.3",
73
73
  "jest-matcher-specific-error": "^1.0.0",
74
74
  "prettier": "3.1.1"
75
75
  },