@anansi/core 0.14.12 → 0.14.15

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 +18 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
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.15](https://github.com/ntucker/anansi/compare/@anansi/core@0.14.14...@anansi/core@0.14.15) (2022-08-25)
7
+
8
+ ### 📦 Package
9
+
10
+ * Update `@babel/core` to v7.18.13 ([#1622](https://github.com/ntucker/anansi/issues/1622)) ([431a2b4](https://github.com/ntucker/anansi/commit/431a2b49453e8937c5f9e376a5f26395117a1d35))
11
+ * Update all non-major dependencies ([#1626](https://github.com/ntucker/anansi/issues/1626)) ([05b1837](https://github.com/ntucker/anansi/commit/05b1837691fd0796ce3141c8535013bdc3996bc3))
12
+ * Update JS test packages to v29 (major) ([#1629](https://github.com/ntucker/anansi/issues/1629)) ([d3598d6](https://github.com/ntucker/anansi/commit/d3598d652ab3070903cfbf6988b5dacf6a5943f6))
13
+
14
+ ### [0.14.14](https://github.com/ntucker/anansi/compare/@anansi/core@0.14.13...@anansi/core@0.14.14) (2022-08-21)
15
+
16
+ **Note:** Version bump only for package @anansi/core
17
+
18
+ ### [0.14.13](https://github.com/ntucker/anansi/compare/@anansi/core@0.14.12...@anansi/core@0.14.13) (2022-08-13)
19
+
20
+ ### 📦 Package
21
+
22
+ * Pin dependencies ([#1608](https://github.com/ntucker/anansi/issues/1608)) ([42cd020](https://github.com/ntucker/anansi/commit/42cd020d19ada65f62db0c0f95041acbe0212a50))
23
+
6
24
  ### [0.14.12](https://github.com/ntucker/anansi/compare/@anansi/core@0.14.11...@anansi/core@0.14.12) (2022-08-04)
7
25
 
8
26
  **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.12",
3
+ "version": "0.14.15",
4
4
  "description": "React 18 Framework",
5
5
  "homepage": "https://github.com/ntucker/anansi/tree/master/packages/core#readme",
6
6
  "repository": {
@@ -65,22 +65,22 @@
65
65
  "browser"
66
66
  ],
67
67
  "devDependencies": {
68
- "@anansi/babel-preset": "3.2.14",
68
+ "@anansi/babel-preset": "3.2.15",
69
69
  "@anansi/browserslist-config": "1.3.3",
70
- "@anansi/webpack-config": "13.0.3",
70
+ "@anansi/webpack-config": "13.0.6",
71
71
  "@babel/cli": "7.18.10",
72
- "@babel/core": "7.18.10",
73
- "@types/compression": "^1.7.2",
74
- "@types/source-map-support": "^0.5.4",
75
- "@types/tmp": "^0.2.3",
76
- "@types/webpack-hot-middleware": "^2.25.6",
77
- "jest": "28.1.3",
78
- "rimraf": "^3.0.0",
79
- "webpack": "^5.72.1",
72
+ "@babel/core": "7.18.13",
73
+ "@types/compression": "1.7.2",
74
+ "@types/source-map-support": "0.5.6",
75
+ "@types/tmp": "0.2.3",
76
+ "@types/webpack-hot-middleware": "2.25.6",
77
+ "jest": "29.0.0",
78
+ "rimraf": "3.0.2",
79
+ "webpack": "5.74.0",
80
80
  "webpack-cli": "4.10.0"
81
81
  },
82
82
  "dependencies": {
83
- "@anansi/router": "^0.6.14",
83
+ "@anansi/router": "^0.6.17",
84
84
  "@babel/runtime": "^7.10.5",
85
85
  "@rest-hooks/ssr": "^0.2.0",
86
86
  "chalk": "^4.0.0",