@cybearl/cypack 1.2.3 → 1.3.0

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/README.md +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -17,7 +17,7 @@ $ npm install @cybearl/cypack
17
17
  // With yarn
18
18
  $ yarn add @cybearl/cypack
19
19
  ```
20
- And... that's it! You can now use the utilities in your project.
20
+ And that's it! You can now use the utilities in your project.
21
21
 
22
22
  Categories and utilities
23
23
  ------------------------
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cybearl/cypack",
3
3
  "productName": "CyPack",
4
- "version": "1.2.3",
4
+ "version": "1.3.0",
5
5
  "description": "A set of general utilities for Cybearl projects.",
6
6
  "author": "Cybearl <contact@cybearl.com> (https://www.cybearl.com/)",
7
7
  "license": "MIT",
@@ -64,12 +64,12 @@
64
64
  "colorette": "^2.0.20",
65
65
  "dateformat": "^5.0.3",
66
66
  "dedent-js": "^1.0.1",
67
- "pino": "^9.6.0",
67
+ "pino": "^9.7.0",
68
68
  "pino-pretty": "^13.0.0"
69
69
  },
70
70
  "peerDependencies": {
71
- "next": "^14.2.0",
72
- "next-auth": "^4.24.0",
71
+ "next": "^14.2.29",
72
+ "next-auth": "^4.24.11",
73
73
  "react": "^18.3.1",
74
74
  "react-dom": "^18.3.1",
75
75
  "typescript": ">=5.7.0"
@@ -97,17 +97,17 @@
97
97
  "@types/dateformat": "^5.0.3",
98
98
  "@types/minimist": "^1.2.5",
99
99
  "@types/node": "^22.13.1",
100
- "@types/react": "^18.3.18",
101
- "@types/react-dom": "^18.3.5",
100
+ "@types/react": "^18.3.23",
101
+ "@types/react-dom": "^18.3.7",
102
102
  "copyfiles": "^2.4.1",
103
103
  "cz-conventional-changelog": "^3.3.0",
104
- "knip": "^5.45.0",
104
+ "knip": "^5.59.1",
105
105
  "minimist": "^1.2.8",
106
- "next": "14.2.24",
106
+ "next": "14.2.29",
107
107
  "next-auth": "^4.24.11",
108
108
  "react": "18.3.1",
109
109
  "react-dom": "18.3.1",
110
- "semantic-release": "^24.2.2",
110
+ "semantic-release": "^24.2.5",
111
111
  "tsup": "^8.3.6",
112
112
  "tsx": "^4.19.2",
113
113
  "typescript": "^5.7.3",