@philipe1993/list-color 1.0.81 → 1.0.82

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,17 +1,18 @@
1
1
  {
2
2
  "name": "@philipe1993/list-color",
3
- "version": "1.0.81",
3
+ "version": "1.0.82",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {
7
7
  "build": "tsc"
8
8
  },
9
9
  "dependencies": {
10
- "@philipe1993/shared": "^1.0.41",
10
+ "@philipe1993/shared": "^1.0.42",
11
11
  "mobx-react-lite": "^4.0.7",
12
12
  "react": "^18.3.1"
13
13
  },
14
14
  "devDependencies": {
15
+ "@types/node": "^22.9.1",
15
16
  "typescript": "^5.6.2"
16
17
  }
17
18
  }