@reykjavik/webtools 0.1.4 → 0.1.5

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 +1 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -5,7 +5,7 @@
5
5
  - ... <!-- Add new lines here. -->
6
6
  - feat: Relax the Next.js peerDependency version to include v11
7
7
 
8
- ## 0.1.0 – 0.1.4
8
+ ## 0.1.0 – 0.1.5
9
9
 
10
10
  _2023-03-24_
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reykjavik/webtools",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Misc. JS/TS helpers used by Reykjavík City's web dev teams.",
5
5
  "main": "index.js",
6
6
  "repository": "ssh://git@github.com:reykjavikcity/webtools.git",
@@ -14,9 +14,9 @@
14
14
  "@reykjavik/hanna-utils": "^0.2.3"
15
15
  },
16
16
  "peerDependencies": {
17
- "next": ">11",
18
- "react": ">16.8.0",
19
- "react-dom": ">16.8.0"
17
+ "next": ">=11",
18
+ "react": ">=16.8.0",
19
+ "react-dom": ">=16.8.0"
20
20
  },
21
21
  "engines": {
22
22
  "node": ">=16"