@yahoo/uds 0.0.6 → 0.0.7

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 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yahoo/uds",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Yahoo Universal System",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -17,13 +17,13 @@
17
17
  "package.json"
18
18
  ],
19
19
  "devDependencies": {
20
- "@types/react": "^18.2.33",
20
+ "@types/react": "^18.2.34",
21
21
  "@types/react-dom": "^18.2.14",
22
22
  "react": "^18.2.0",
23
23
  "react-dom": "^18.2.0",
24
24
  "tsup": "^7.2.0",
25
25
  "typescript": "^5.2.2",
26
- "eslint-config-custom": "0.0.1",
26
+ "eslint-config-custom": "0.0.2",
27
27
  "tsconfig": "0.0.1"
28
28
  },
29
29
  "scripts": {