@knapsack/renderer-webpack-base 4.80.8--canary.4d8be63.0 → 4.80.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/CHANGELOG.md +13 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # v4.80.8 (Wed May 21 2025)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - Update firebase sdk to 11.7.1 [#6128](https://github.com/knapsack-labs/app-monorepo/pull/6128) ([@freneticpixel](https://github.com/freneticpixel))
6
+ - Remove hasura-cli npm package and switch to official binary [#6138](https://github.com/knapsack-labs/app-monorepo/pull/6138) ([@freneticpixel](https://github.com/freneticpixel))
7
+
8
+ #### Authors: 1
9
+
10
+ - Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
11
+
12
+ ---
13
+
1
14
  # v4.80.3 (Thu May 08 2025)
2
15
 
3
16
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-webpack-base",
3
3
  "description": "",
4
- "version": "4.80.8--canary.4d8be63.0",
4
+ "version": "4.80.8",
5
5
  "type": "commonjs",
6
6
  "exports": {
7
7
  ".": {
@@ -23,21 +23,21 @@
23
23
  "test": "time ava"
24
24
  },
25
25
  "dependencies": {
26
- "@knapsack/app": "4.80.8--canary.4d8be63.0",
27
- "@knapsack/babel-config-starter": "4.80.8--canary.4d8be63.0",
28
- "@knapsack/file-utils": "4.80.8--canary.4d8be63.0",
29
- "@knapsack/types": "4.80.8--canary.4d8be63.0",
30
- "@knapsack/utils": "4.80.8--canary.4d8be63.0",
26
+ "@knapsack/app": "4.80.8",
27
+ "@knapsack/babel-config-starter": "4.80.8",
28
+ "@knapsack/file-utils": "4.80.8",
29
+ "@knapsack/types": "4.80.8",
30
+ "@knapsack/utils": "4.80.8",
31
31
  "babel-loader": "^9.2.1",
32
32
  "react-dev-utils": "^12.0.1",
33
33
  "webpack": "^5.99.6",
34
34
  "webpack-manifest-plugin": "^4.1.1"
35
35
  },
36
36
  "devDependencies": {
37
- "@knapsack/eslint-config-starter": "4.80.8--canary.4d8be63.0",
38
- "@knapsack/prettier-config": "4.80.8--canary.4d8be63.0",
39
- "@knapsack/test-ava": "4.80.8--canary.4d8be63.0",
40
- "@knapsack/typescript-config-starter": "4.80.8--canary.4d8be63.0",
37
+ "@knapsack/eslint-config-starter": "4.80.8",
38
+ "@knapsack/prettier-config": "4.80.8",
39
+ "@knapsack/test-ava": "4.80.8",
40
+ "@knapsack/typescript-config-starter": "4.80.8",
41
41
  "@types/node": "^20.17.24",
42
42
  "@types/react-dev-utils": "^9.0.15",
43
43
  "@types/webpack": "^5.28.5",
@@ -54,5 +54,5 @@
54
54
  "directory": "apps/client/libs/renderer-webpack-base",
55
55
  "type": "git"
56
56
  },
57
- "gitHead": "4d8be6378d0ebaf9a8710f6fd299895dda6417b6"
57
+ "gitHead": "85b7b8ee5d0a7732fb4d442de265e3d690c79275"
58
58
  }