@anansi/core 0.20.3 → 0.20.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 +12 -0
  2. package/package.json +4 -4
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.5](https://github.com/ntucker/anansi/compare/@anansi/core@0.20.4...@anansi/core@0.20.5) (2024-09-06)
7
+
8
+ ### 📦 Package
9
+
10
+ * Update all non-major dependencies ([#2503](https://github.com/ntucker/anansi/issues/2503)) ([ff5ee61](https://github.com/ntucker/anansi/commit/ff5ee61910630bbd56e5ff932364579cd9b40999))
11
+ * Update all non-major dependencies ([#2505](https://github.com/ntucker/anansi/issues/2505)) ([13049f7](https://github.com/ntucker/anansi/commit/13049f748f209d801fd87b49667d9b8517be0cd8))
12
+ * Update webpack packages ([#2506](https://github.com/ntucker/anansi/issues/2506)) ([739238b](https://github.com/ntucker/anansi/commit/739238bf66667c773e9fdd6d429eebeecd1c8ca5))
13
+
14
+ ### [0.20.4](https://github.com/ntucker/anansi/compare/@anansi/core@0.20.3...@anansi/core@0.20.4) (2024-08-05)
15
+
16
+ **Note:** Version bump only for package @anansi/core
17
+
6
18
  ### [0.20.3](https://github.com/ntucker/anansi/compare/@anansi/core@0.20.2...@anansi/core@0.20.3) (2024-07-28)
7
19
 
8
20
  ### 📦 Package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/core",
3
- "version": "0.20.3",
3
+ "version": "0.20.5",
4
4
  "description": "React 18 Framework",
5
5
  "homepage": "https://github.com/ntucker/anansi/tree/master/packages/core#readme",
6
6
  "repository": {
@@ -81,7 +81,7 @@
81
81
  "react-dom": "^18.2.0"
82
82
  },
83
83
  "dependencies": {
84
- "@anansi/router": "^0.10.3",
84
+ "@anansi/router": "^0.10.4",
85
85
  "@babel/runtime": "^7.17.0",
86
86
  "chalk": "^4.1.2",
87
87
  "compression": "^1.7.4",
@@ -90,13 +90,13 @@
90
90
  "express": "^4.19.2",
91
91
  "fs-require": "^1.6.0",
92
92
  "history": "^5.3.0",
93
- "http-proxy-middleware": "^3.0.0",
93
+ "http-proxy-middleware": "^3.0.2",
94
94
  "memfs": "^3.5.3",
95
95
  "ora": "^6.3.1",
96
96
  "source-map-support": "^0.5.21",
97
97
  "tmp": "^0.2.3",
98
98
  "unionfs": "^4.5.4",
99
- "webpack-dev-server": "^5.0.4",
99
+ "webpack-dev-server": "^5.1.0",
100
100
  "whatwg-fetch": "^3.6.2"
101
101
  },
102
102
  "peerDependencies": {