@procore/saved-views 5.1.0-alpha.7 → 6.0.1

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": "5.1.0-alpha.7",
3
+ "version": "6.0.1",
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
- "@procore/cdn-translations": "^0.1.12",
57
+ "@procore/cdn-translations": "^1.0.0",
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-http": "^12.0.0",
70
- "@procore/core-react": "12.23.0",
71
- "@procore/cdn-translations": "^0.1.12",
70
+ "@procore/core-react": "^12.45.0",
72
71
  "@procore/data-table": "14.27.1",
73
- "@procore/globalization-toolkit": "^3.4.2",
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",
@@ -87,12 +87,8 @@
87
87
  "@testing-library/react-hooks": "^8.0.1",
88
88
  "@types/jest": "^29.5.14",
89
89
  "@types/react": "^18.0.21",
90
- "@types/styled-components": "5.1.26",
91
90
  "@typescript-eslint/eslint-plugin": "^6.9.0",
92
91
  "@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
92
  "babel-jest": "^29.7.0",
97
93
  "chokidar-cli": "^3.0.0",
98
94
  "eslint": "^8.52.0",
@@ -108,16 +104,16 @@
108
104
  "prettier": "^2.8.8",
109
105
  "ramda": "^0.30.1",
110
106
  "react-is": "^17.0.2",
111
- "react-router-dom": "^6.0.0",
112
107
  "sass-loader": "^16.0.3",
113
- "storybook": "^7.5.3",
114
- "styled-components": "^>= 5.1.1 < 6",
108
+ "storybook": "^7.6.21",
109
+ "styled-components": "^6.3.12",
115
110
  "ts-jest": "^29.2.5",
116
- "tsup": "^7.2.0",
117
- "typescript": "^5.2.2",
118
- "yup": "^1.6.1"
111
+ "tsup": "^8.5.1",
112
+ "typescript": "^5.2.2"
119
113
  },
120
114
  "dependencies": {
121
- "@tanstack/react-query": "^5.83.0"
115
+ "@react-aria/focus": "3.21.2",
116
+ "@tanstack/react-query": "^5.83.0",
117
+ "yup": "^1.6.1"
122
118
  }
123
119
  }