@anansi/core 0.14.26 → 0.14.28

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.14.28](https://github.com/ntucker/anansi/compare/@anansi/core@0.14.27...@anansi/core@0.14.28) (2022-10-19)
7
+
8
+ ### 📦 Package
9
+
10
+ * Update JS test packages ([#1712](https://github.com/ntucker/anansi/issues/1712)) ([4713fca](https://github.com/ntucker/anansi/commit/4713fcad5477ca82daedce1b0f951b4df4e5ae0b))
11
+
12
+ ### [0.14.27](https://github.com/ntucker/anansi/compare/@anansi/core@0.14.26...@anansi/core@0.14.27) (2022-10-15)
13
+
14
+ ### 📦 Package
15
+
16
+ * Update JS test packages to ^29.2.0 ([#1699](https://github.com/ntucker/anansi/issues/1699)) ([04b985a](https://github.com/ntucker/anansi/commit/04b985a6d58d808f942355e409c38cd63c381c4b))
17
+
6
18
  ### [0.14.26](https://github.com/ntucker/anansi/compare/@anansi/core@0.14.25...@anansi/core@0.14.26) (2022-10-10)
7
19
 
8
20
  **Note:** Version bump only for package @anansi/core
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/core",
3
- "version": "0.14.26",
3
+ "version": "0.14.28",
4
4
  "description": "React 18 Framework",
5
5
  "homepage": "https://github.com/ntucker/anansi/tree/master/packages/core#readme",
6
6
  "repository": {
@@ -67,20 +67,20 @@
67
67
  "devDependencies": {
68
68
  "@anansi/babel-preset": "3.2.19",
69
69
  "@anansi/browserslist-config": "1.4.1",
70
- "@anansi/webpack-config": "13.0.17",
70
+ "@anansi/webpack-config": "13.0.19",
71
71
  "@babel/cli": "7.19.3",
72
72
  "@babel/core": "7.19.3",
73
73
  "@types/compression": "1.7.2",
74
74
  "@types/source-map-support": "0.5.6",
75
75
  "@types/tmp": "0.2.3",
76
76
  "@types/webpack-hot-middleware": "2.25.6",
77
- "jest": "29.1.2",
77
+ "jest": "29.2.1",
78
78
  "rimraf": "3.0.2",
79
79
  "webpack": "5.74.0",
80
80
  "webpack-cli": "4.10.0"
81
81
  },
82
82
  "dependencies": {
83
- "@anansi/router": "^0.6.28",
83
+ "@anansi/router": "^0.6.30",
84
84
  "@babel/runtime": "^7.10.5",
85
85
  "@rest-hooks/ssr": "^0.2.0",
86
86
  "chalk": "^4.0.0",