@procore/saved-views 1.1.0-alpha.1 → 1.1.0-alpha.2
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.
- package/dist/legacy/index.d.mts +25 -4
- package/dist/legacy/index.d.ts +25 -4
- package/dist/legacy/index.js +9791 -14070
- package/dist/legacy/index.mjs +9801 -14083
- package/dist/modern/index.d.mts +25 -4
- package/dist/modern/index.d.ts +25 -4
- package/dist/modern/index.js +9785 -14064
- package/dist/modern/index.mjs +9800 -14082
- package/package.json +7 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@procore/saved-views",
|
|
3
|
-
"version": "1.1.0-alpha.
|
|
3
|
+
"version": "1.1.0-alpha.2",
|
|
4
4
|
"description": "Saved Views Component for Data Table",
|
|
5
5
|
"author": "Procore Technologies, Inc",
|
|
6
6
|
"repository": {
|
|
@@ -56,8 +56,10 @@
|
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@procore/cdn-translations": "^0.1.12",
|
|
59
|
+
"@procore/core-http": "^12.0.0",
|
|
59
60
|
"@procore/core-react": ">=11.4.0 <13",
|
|
60
61
|
"@procore/toast-alert": ">=5.1.0",
|
|
62
|
+
"@procore/globalization-toolkit": "^3.4.2",
|
|
61
63
|
"react": ">=16.8",
|
|
62
64
|
"react-router-dom": "^6.0.0"
|
|
63
65
|
},
|
|
@@ -66,11 +68,7 @@
|
|
|
66
68
|
"@babel/preset-react": "^7.26.3",
|
|
67
69
|
"@babel/preset-typescript": "^7.26.0",
|
|
68
70
|
"@dotenvx/dotenvx": "1.6.4",
|
|
69
|
-
"@procore/core-http": "^12.0.0",
|
|
70
|
-
"@procore/core-react": "12.23.0",
|
|
71
|
-
"@procore/cdn-translations": "^0.1.12",
|
|
72
71
|
"@procore/data-table": "14.27.1",
|
|
73
|
-
"@procore/globalization-toolkit": "^3.4.2",
|
|
74
72
|
"@procore/hammer-test-jest": "^0.9.1",
|
|
75
73
|
"@procore/prettier-config": "^1.0.0",
|
|
76
74
|
"@procore/typescript-config": "^1.0.0",
|
|
@@ -108,16 +106,15 @@
|
|
|
108
106
|
"prettier": "^2.8.8",
|
|
109
107
|
"ramda": "^0.30.1",
|
|
110
108
|
"react-is": "^17.0.2",
|
|
111
|
-
"react-router-dom": "^6.0.0",
|
|
112
109
|
"sass-loader": "^16.0.3",
|
|
113
|
-
"storybook": "^7.
|
|
110
|
+
"storybook": "^7.6.21",
|
|
114
111
|
"styled-components": "^>= 5.1.1 < 6",
|
|
115
112
|
"ts-jest": "^29.2.5",
|
|
116
113
|
"tsup": "^7.2.0",
|
|
117
|
-
"typescript": "^5.2.2"
|
|
118
|
-
"yup": "^1.6.1"
|
|
114
|
+
"typescript": "^5.2.2"
|
|
119
115
|
},
|
|
120
116
|
"dependencies": {
|
|
121
|
-
"@tanstack/react-query": "^5.83.0"
|
|
117
|
+
"@tanstack/react-query": "^5.83.0",
|
|
118
|
+
"yup": "^1.6.1"
|
|
122
119
|
}
|
|
123
120
|
}
|