@procore/saved-views 1.1.0-alpha.2 → 1.1.0-alpha.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@procore/saved-views",
3
- "version": "1.1.0-alpha.2",
3
+ "version": "1.1.0-alpha.3",
4
4
  "description": "Saved Views Component for Data Table",
5
5
  "author": "Procore Technologies, Inc",
6
6
  "repository": {
@@ -50,7 +50,6 @@
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
  },
@@ -58,8 +57,8 @@
58
57
  "@procore/cdn-translations": "^0.1.12",
59
58
  "@procore/core-http": "^12.0.0",
60
59
  "@procore/core-react": ">=11.4.0 <13",
61
- "@procore/toast-alert": ">=5.1.0",
62
60
  "@procore/globalization-toolkit": "^3.4.2",
61
+ "@procore/toast-alert": ">=5.1.0",
63
62
  "react": ">=16.8",
64
63
  "react-router-dom": "^6.0.0"
65
64
  },
@@ -68,7 +67,9 @@
68
67
  "@babel/preset-react": "^7.26.3",
69
68
  "@babel/preset-typescript": "^7.26.0",
70
69
  "@dotenvx/dotenvx": "1.6.4",
70
+ "@procore/core-react": "^12.34.1",
71
71
  "@procore/data-table": "14.27.1",
72
+ "@procore/hammer": "^1.2.0",
72
73
  "@procore/hammer-test-jest": "^0.9.1",
73
74
  "@procore/prettier-config": "^1.0.0",
74
75
  "@procore/typescript-config": "^1.0.0",
@@ -88,9 +89,6 @@
88
89
  "@types/styled-components": "5.1.26",
89
90
  "@typescript-eslint/eslint-plugin": "^6.9.0",
90
91
  "@typescript-eslint/parser": "^6.9.0",
91
- "@vitest/browser": "^2.1.4",
92
- "@vitest/coverage-v8": "^1.2.2",
93
- "ag-grid-community": "33.2.4",
94
92
  "babel-jest": "^29.7.0",
95
93
  "chokidar-cli": "^3.0.0",
96
94
  "eslint": "^8.52.0",
@@ -108,7 +106,7 @@
108
106
  "react-is": "^17.0.2",
109
107
  "sass-loader": "^16.0.3",
110
108
  "storybook": "^7.6.21",
111
- "styled-components": "^>= 5.1.1 < 6",
109
+ "styled-components": "^5.1.1",
112
110
  "ts-jest": "^29.2.5",
113
111
  "tsup": "^7.2.0",
114
112
  "typescript": "^5.2.2"