@pojo-router/core
Advanced tools
Comparing version
@@ -6,2 +6,11 @@ # Change Log | ||
### [0.5.70](https://github.com/ntucker/anansi/compare/@pojo-router/core@0.5.69...@pojo-router/core@0.5.70) (2023-03-09) | ||
### 📦 Package | ||
* Update `rimraf` to v4.3.1 ([#1870](https://github.com/ntucker/anansi/issues/1870)) ([5dbf9b6](https://github.com/ntucker/anansi/commit/5dbf9b660e42b8105789722ac16ae8fb2f9dc023)) | ||
* Update all non-major dependencies ([#1874](https://github.com/ntucker/anansi/issues/1874)) ([42d2d5c](https://github.com/ntucker/anansi/commit/42d2d5c7ed2c73fe79ceabd9c140f25f56766c79)) | ||
* Update JS test packages to ^29.5.0 ([#1868](https://github.com/ntucker/anansi/issues/1868)) ([2f7ba87](https://github.com/ntucker/anansi/commit/2f7ba87312ed49a817f607020f48058b69b0ca4f)) | ||
* Update webpack packages ([#1872](https://github.com/ntucker/anansi/issues/1872)) ([d868841](https://github.com/ntucker/anansi/commit/d868841390c288e99dcd81a130e67dfaaa1df7d8)) | ||
### [0.5.69](https://github.com/ntucker/anansi/compare/@pojo-router/core@0.5.68...@pojo-router/core@0.5.69) (2023-03-05) | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "@pojo-router/core", | ||
"version": "0.5.69", | ||
"version": "0.5.70", | ||
"description": "A react hooks library to associate metadata to a path", | ||
@@ -50,10 +50,10 @@ "homepage": "https://github.com/ntucker/anansi/tree/master/packages/pojo-router#readme", | ||
"devDependencies": { | ||
"@anansi/babel-preset": "^4.0.1", | ||
"@anansi/babel-preset": "^4.0.2", | ||
"@anansi/browserslist-config": "^1.4.1", | ||
"@anansi/webpack-config": "^14.3.4", | ||
"@anansi/webpack-config": "^14.3.5", | ||
"@babel/cli": "7.21.0", | ||
"@babel/core": "7.21.0", | ||
"jest": "29.4.3", | ||
"rimraf": "4.3.0", | ||
"webpack": "5.75.0", | ||
"jest": "29.5.0", | ||
"rimraf": "4.4.0", | ||
"webpack": "5.76.0", | ||
"webpack-cli": "5.0.1" | ||
@@ -60,0 +60,0 @@ }, |
97630
0.91%