@anansi/core 0.16.16 → 0.16.17

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 +8 -8
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.16.17](https://github.com/ntucker/anansi/compare/@anansi/core@0.16.16...@anansi/core@0.16.17) (2023-03-18)
7
+
8
+ ### 💅 Enhancement
9
+
10
+ * Update worker types ([6997bb0](https://github.com/ntucker/anansi/commit/6997bb0b22c6fabd7cb9f433e1af872aba896da9))
11
+
12
+ ### 📦 Package
13
+
14
+ * Update `webpack-dev-server` to v4.13.0 ([#1899](https://github.com/ntucker/anansi/issues/1899)) ([ca813ee](https://github.com/ntucker/anansi/commit/ca813ee84d2af8701db0c956a8639ab1b443c934))
15
+ * Update all non-major dependencies ([#1885](https://github.com/ntucker/anansi/issues/1885)) ([bd9c667](https://github.com/ntucker/anansi/commit/bd9c667d7ebae08caf6de3e03ab2eaa5d906de50))
16
+ * Update webpack packages ([#1887](https://github.com/ntucker/anansi/issues/1887)) ([0ace32f](https://github.com/ntucker/anansi/commit/0ace32fb809a28619db47f45ff3de35797fca1db))
17
+
6
18
  ### [0.16.16](https://github.com/ntucker/anansi/compare/@anansi/core@0.16.15...@anansi/core@0.16.16) (2023-03-15)
7
19
 
8
20
  ### 📦 Package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/core",
3
- "version": "0.16.16",
3
+ "version": "0.16.17",
4
4
  "description": "React 18 Framework",
5
5
  "homepage": "https://github.com/ntucker/anansi/tree/master/packages/core#readme",
6
6
  "repository": {
@@ -66,9 +66,9 @@
66
66
  "browser"
67
67
  ],
68
68
  "devDependencies": {
69
- "@anansi/babel-preset": "4.0.3",
69
+ "@anansi/babel-preset": "4.1.0",
70
70
  "@anansi/browserslist-config": "1.4.1",
71
- "@anansi/webpack-config": "14.3.7",
71
+ "@anansi/webpack-config": "14.3.8",
72
72
  "@babel/cli": "7.21.0",
73
73
  "@babel/core": "7.21.3",
74
74
  "@types/compression": "1.7.2",
@@ -77,13 +77,13 @@
77
77
  "@types/webpack-hot-middleware": "2.25.6",
78
78
  "jest": "29.5.0",
79
79
  "rimraf": "4.4.0",
80
- "webpack": "5.76.1",
80
+ "webpack": "5.76.2",
81
81
  "webpack-cli": "5.0.1"
82
82
  },
83
83
  "dependencies": {
84
- "@anansi/router": "^0.7.25",
84
+ "@anansi/router": "^0.7.26",
85
85
  "@babel/runtime": "^7.17.0",
86
- "@rest-hooks/ssr": "^0.7.10",
86
+ "@rest-hooks/ssr": "^0.7.11",
87
87
  "chalk": "^4.1.2",
88
88
  "compression": "^1.7.4",
89
89
  "cross-fetch": "^3.1.5",
@@ -97,7 +97,7 @@
97
97
  "source-map-support": "^0.5.21",
98
98
  "tmp": "^0.2.1",
99
99
  "unionfs": "^4.4.0",
100
- "webpack-dev-server": "^4.12.0",
100
+ "webpack-dev-server": "^4.13.0",
101
101
  "whatwg-fetch": "^3.6.2"
102
102
  },
103
103
  "peerDependencies": {
@@ -132,7 +132,7 @@
132
132
  },
133
133
  "scripts": {
134
134
  "pretest": "eslint --ext .ts,.tsx .",
135
- "dev": "yarn run build:lib -w & yarn run build:bundle -w && fg",
135
+ "dev": "yarn run build:lib -w & yarn run build:bundle -w",
136
136
  "test": "jest",
137
137
  "test:type": "tsc",
138
138
  "build": "yarn run build:lib && yarn build:scripts && yarn run build:bundle",