@anansi/core 0.20.9 → 0.20.11

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [0.20.11](https://github.com/ntucker/anansi/compare/@anansi/core@0.20.10...@anansi/core@0.20.11) (2024-11-24)
7
+
8
+ ### 📦 Package
9
+
10
+ * Match any types/react ([3ea2b96](https://github.com/ntucker/anansi/commit/3ea2b96e1c702de9200481b1b57eccc67c6b8622))
11
+
12
+ ### [0.20.10](https://github.com/ntucker/anansi/compare/@anansi/core@0.20.9...@anansi/core@0.20.10) (2024-11-09)
13
+
14
+ ### 📦 Package
15
+
16
+ * Update all non-major dependencies ([#2573](https://github.com/ntucker/anansi/issues/2573)) ([38c2abe](https://github.com/ntucker/anansi/commit/38c2abeb84e1d411dc3f15586d52873914957587))
17
+
6
18
  ### [0.20.9](https://github.com/ntucker/anansi/compare/@anansi/core@0.20.8...@anansi/core@0.20.9) (2024-10-09)
7
19
 
8
20
  ### 📦 Package
package/dist/client.js CHANGED
@@ -159,7 +159,7 @@ module.exports = require("@data-client/react");
159
159
  /******/
160
160
  /************************************************************************/
161
161
  var __webpack_exports__ = {};
162
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
162
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
163
163
  (() => {
164
164
  // ESM COMPAT FLAG
165
165
  __webpack_require__.r(__webpack_exports__);
package/dist/server.js CHANGED
@@ -120,7 +120,7 @@ module.exports = import("@ant-design/cssinjs");;
120
120
  /******/
121
121
  /************************************************************************/
122
122
  var __webpack_exports__ = {};
123
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
123
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
124
124
  (() => {
125
125
  // ESM COMPAT FLAG
126
126
  __webpack_require__.r(__webpack_exports__);
@@ -1 +1 @@
1
- {"version":3,"file":"prefetch.server.d.ts","sourceRoot":"","sources":["../../src/spouts/prefetch.server.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAEvC,OAAO,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAE5D,KAAK,WAAW,CAAC,SAAS,IAAI;IAC5B,aAAa,EAAE,KAAK,CAAC,SAAS,CAAC,EAAE,CAAC;IAClC,YAAY,EAAE,eAAe,CAAC;CAC/B,GAAG,YAAY,CAAC;AAEjB,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,CAAC,IAE5D,SAAS,EACT,CAAC,SAAS,WAAW,CAAC,SAAS,CAAC,EAChC,CAAC,SAAS,WAAW,QAEf,CAAC,KAAK,EAAE,CAAC,KAAK,OAAO,CACzB,GACG,CAAM,IAAD,CAAC,GAAG,SAAS,GACpB,GAAG,CAAC,CACN,aAEoB,CAAC,gBAJjB,CAAC,0BA2BT"}
1
+ {"version":3,"file":"prefetch.server.d.ts","sourceRoot":"","sources":["../../src/spouts/prefetch.server.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAEvC,OAAO,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAE5D,KAAK,WAAW,CAAC,SAAS,IAAI;IAC5B,aAAa,EAAE,KAAK,CAAC,SAAS,CAAC,EAAE,CAAC;IAClC,YAAY,EAAE,eAAe,CAAC;CAC/B,GAAG,YAAY,CAAC;AAEjB,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,CAAC,IAE5D,SAAS,EACT,CAAC,SAAS,WAAW,CAAC,SAAS,CAAC,EAChC,CAAC,SAAS,WAAW,QAEf,CAAC,KAAK,EAAE,CAAC,KAAK,OAAO,CACzB,GACG,CAAC,IAAI,CAAC,GAAG,SAAS,GACpB,GAAG,CAAC,CACN,aAEoB,CAAC,gBAJjB,CAAC,0BA2BT"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/core",
3
- "version": "0.20.9",
3
+ "version": "0.20.11",
4
4
  "description": "React 18 Framework",
5
5
  "homepage": "https://github.com/ntucker/anansi/tree/master/packages/core#readme",
6
6
  "repository": {
@@ -81,10 +81,10 @@
81
81
  "react-dom": "^18.2.0"
82
82
  },
83
83
  "dependencies": {
84
- "@anansi/router": "^0.10.7",
84
+ "@anansi/router": "^0.10.8",
85
85
  "@babel/runtime": "^7.17.0",
86
86
  "chalk": "^4.1.2",
87
- "compression": "^1.7.4",
87
+ "compression": "^1.7.5",
88
88
  "cross-fetch": "^4.0.0",
89
89
  "enhanced-resolve": "^5.17.1",
90
90
  "express": "^4.21.1",
@@ -102,8 +102,8 @@
102
102
  "peerDependencies": {
103
103
  "@ant-design/cssinjs": "^1.5.1",
104
104
  "@data-client/react": "^0.12.15 || ^0.13.0 || ^0.14.0",
105
- "@types/react": "^17.0.40 || ^18.0.0 || ^19.0.0-0",
106
- "@types/react-dom": "^17.0.40 || ^18.0.0 || ^19.0.0-0",
105
+ "@types/react": "*",
106
+ "@types/react-dom": "*",
107
107
  "react": "^18.0.0 || ^19.0.0-0",
108
108
  "react-dom": "^18.0.0 || ^19.0.0-0",
109
109
  "webpack": "^5.60.0"