@swan-io/chicane
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@swan-io/chicane", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"license": "MIT", | ||
@@ -55,6 +55,6 @@ "description": "A simple and safe router for React and TypeScript", | ||
"history": "^5.3.0", | ||
"use-sync-external-store": "^1.0.0" | ||
"use-sync-external-store": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.17.8", | ||
"@babel/core": "^7.17.9", | ||
"@babel/plugin-transform-react-jsx": "^7.17.3", | ||
@@ -64,5 +64,5 @@ "@babel/preset-env": "^7.16.11", | ||
"@testing-library/jest-dom": "^5.16.4", | ||
"@testing-library/react": "^12.1.4", | ||
"@testing-library/react": "^12.1.5", | ||
"@types/jest": "^27.4.1", | ||
"@types/react": "^17.0.43", | ||
"@types/react": "^17.0.44", | ||
"@types/use-sync-external-store": "^0.0.3", | ||
@@ -69,0 +69,0 @@ "babel-jest": "^27.5.1", |
@@ -1,2 +0,2 @@ | ||
<img width="108" alt="@swan-io/chicane logo" src="docs/static/img/logo.svg"> | ||
<img width="108" alt="@swan-io/chicane logo" src="https://github.com/swan-io/chicane/blob/main/docs/static/img/logo.svg?raw=true"> | ||
@@ -3,0 +3,0 @@ # @swan-io/chicane |
98629