@itwin/backend-webpack-tools 3.3.0-dev.8 → 3.3.0-dev.80

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 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,31 @@
1
1
  # Change Log - @itwin/backend-webpack-tools
2
2
 
3
- This log was last generated on Fri, 20 May 2022 13:10:54 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 13 Jul 2022 15:45:52 GMT and should not be manually modified.
4
+
5
+ ## 3.2.5
6
+ Wed, 13 Jul 2022 15:45:52 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.2.4
11
+ Tue, 21 Jun 2022 18:06:33 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.2.3
16
+ Fri, 17 Jun 2022 15:18:39 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 3.2.2
21
+ Fri, 10 Jun 2022 16:11:36 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 3.2.1
26
+ Tue, 07 Jun 2022 15:02:56 GMT
27
+
28
+ _Version update only_
4
29
 
5
30
  ## 3.2.0
6
31
  Fri, 20 May 2022 13:10:54 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/backend-webpack-tools",
3
- "version": "3.3.0-dev.8",
3
+ "version": "3.3.0-dev.80",
4
4
  "description": "Configuration and scripts for iTwin.js agents and backends.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -15,7 +15,7 @@
15
15
  "backend-webpack-tools": "./bin/backend-webpack-tools.js"
16
16
  },
17
17
  "dependencies": {
18
- "@itwin/core-webpack-tools": "3.3.0-dev.8",
18
+ "@itwin/core-webpack-tools": "3.3.0-dev.80",
19
19
  "case-sensitive-paths-webpack-plugin": "^2.1.2",
20
20
  "chalk": "^3.0.0",
21
21
  "concurrently": "^3.6.1",
@@ -27,7 +27,7 @@
27
27
  "source-map-loader": "^1.0.0",
28
28
  "webpack": "4.42.0",
29
29
  "yargonaut": "^1.1.2",
30
- "yargs": "^16.0.0"
30
+ "yargs": "^17.4.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "rimraf": "^3.0.2"