@procore/saved-views 1.0.1-estimatingFork.4 → 1.0.1-estimatingFork.6
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 +30 -9
- package/dist/legacy/index.d.ts +30 -9
- package/dist/legacy/index.js +9934 -14063
- package/dist/legacy/index.mjs +9997 -14130
- package/dist/modern/index.d.mts +30 -9
- package/dist/modern/index.d.ts +30 -9
- package/dist/modern/index.js +9927 -14057
- package/dist/modern/index.mjs +9970 -14104
- package/package.json +11 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@procore/saved-views",
|
|
3
|
-
"version": "1.0.1-estimatingFork.
|
|
3
|
+
"version": "1.0.1-estimatingFork.6",
|
|
4
4
|
"description": "Saved Views Component for Data Table",
|
|
5
5
|
"author": "Procore Technologies, Inc",
|
|
6
6
|
"repository": {
|
|
@@ -50,13 +50,14 @@
|
|
|
50
50
|
"storybook": "storybook dev -p 6006",
|
|
51
51
|
"test": "hammer test",
|
|
52
52
|
"test:coverage": "yarn test --coverage",
|
|
53
|
-
"test:dev": "vitest",
|
|
54
53
|
"build-storybook": "storybook build --webpack-stats-json",
|
|
55
54
|
"watch": "chokidar './src' -c 'yalc publish --push'"
|
|
56
55
|
},
|
|
57
56
|
"peerDependencies": {
|
|
58
57
|
"@procore/cdn-translations": "^0.1.12",
|
|
58
|
+
"@procore/core-http": "^12.0.0",
|
|
59
59
|
"@procore/core-react": ">=11.4.0 <13",
|
|
60
|
+
"@procore/globalization-toolkit": "^3.4.2",
|
|
60
61
|
"@procore/toast-alert": ">=5.1.0",
|
|
61
62
|
"react": ">=16.8",
|
|
62
63
|
"react-router-dom": "^6.0.0"
|
|
@@ -66,13 +67,12 @@
|
|
|
66
67
|
"@babel/preset-react": "^7.26.3",
|
|
67
68
|
"@babel/preset-typescript": "^7.26.0",
|
|
68
69
|
"@dotenvx/dotenvx": "1.6.4",
|
|
69
|
-
"@procore/core-
|
|
70
|
-
"@procore/core-react": "12.23.0",
|
|
71
|
-
"@procore/cdn-translations": "^0.1.12",
|
|
70
|
+
"@procore/core-react": "^12.41.0",
|
|
72
71
|
"@procore/data-table": "14.27.1",
|
|
73
|
-
"@procore/
|
|
72
|
+
"@procore/hammer": "^1.2.0",
|
|
74
73
|
"@procore/hammer-test-jest": "^0.9.1",
|
|
75
74
|
"@procore/prettier-config": "^1.0.0",
|
|
75
|
+
"@procore/toast-alert": "^5.1.2",
|
|
76
76
|
"@procore/typescript-config": "^1.0.0",
|
|
77
77
|
"@storybook/addon-essentials": "^7.5.3",
|
|
78
78
|
"@storybook/addon-interactions": "^7.5.3",
|
|
@@ -90,9 +90,6 @@
|
|
|
90
90
|
"@types/styled-components": "5.1.26",
|
|
91
91
|
"@typescript-eslint/eslint-plugin": "^6.9.0",
|
|
92
92
|
"@typescript-eslint/parser": "^6.9.0",
|
|
93
|
-
"@vitest/browser": "^2.1.4",
|
|
94
|
-
"@vitest/coverage-v8": "^1.2.2",
|
|
95
|
-
"ag-grid-community": "33.2.4",
|
|
96
93
|
"babel-jest": "^29.7.0",
|
|
97
94
|
"chokidar-cli": "^3.0.0",
|
|
98
95
|
"eslint": "^8.52.0",
|
|
@@ -108,16 +105,15 @@
|
|
|
108
105
|
"prettier": "^2.8.8",
|
|
109
106
|
"ramda": "^0.30.1",
|
|
110
107
|
"react-is": "^17.0.2",
|
|
111
|
-
"react-router-dom": "^6.0.0",
|
|
112
108
|
"sass-loader": "^16.0.3",
|
|
113
|
-
"storybook": "^7.
|
|
114
|
-
"styled-components": "
|
|
109
|
+
"storybook": "^7.6.21",
|
|
110
|
+
"styled-components": "^5.1.1",
|
|
115
111
|
"ts-jest": "^29.2.5",
|
|
116
112
|
"tsup": "^7.2.0",
|
|
117
|
-
"typescript": "^5.2.2"
|
|
118
|
-
"yup": "^1.6.1"
|
|
113
|
+
"typescript": "^5.2.2"
|
|
119
114
|
},
|
|
120
115
|
"dependencies": {
|
|
121
|
-
"@tanstack/react-query": "^5.83.0"
|
|
116
|
+
"@tanstack/react-query": "^5.83.0",
|
|
117
|
+
"yup": "^1.6.1"
|
|
122
118
|
}
|
|
123
119
|
}
|