@procore/data-table 13.1.0 → 13.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 13.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 4b3d586484: Moves packages to devDependncies that should not have been dependencies.
8
+
3
9
  ## 13.1.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@procore/data-table",
3
- "version": "13.1.0",
3
+ "version": "13.1.1",
4
4
  "description": "Complex data grid built on top of ag-grid, with DST components and styles.",
5
5
  "main": "dist/legacy/index.js",
6
6
  "module": "dist/legacy/index.mjs",
@@ -82,11 +82,8 @@
82
82
  "decimal.js": "10.3.1",
83
83
  "lodash.debounce": "4.0.8",
84
84
  "lodash.isequal": "4.5.0",
85
- "mocha-junit-reporter": "^2.2.1",
86
- "mochawesome": "^7.1.3",
87
85
  "ramda": "0.28.0",
88
- "react-resize-detector": "8.0.4",
89
- "safe-json-stringify": "^1.2.0"
86
+ "react-resize-detector": "8.0.4"
90
87
  },
91
88
  "devDependencies": {
92
89
  "@ag-grid-community/client-side-row-model": "30.1.0",
@@ -161,6 +158,8 @@
161
158
  "jest": "29.5.0",
162
159
  "mini-css-extract-plugin": "2.6.1",
163
160
  "miragejs": "0.1.45",
161
+ "mocha-junit-reporter": "^2.2.1",
162
+ "mochawesome": "^7.1.3",
164
163
  "os-browserify": "0.3.0",
165
164
  "path-browserify": "1.0.1",
166
165
  "postcss-modules": "^6.0.0",
@@ -171,6 +170,7 @@
171
170
  "react-dom": "17.0.2",
172
171
  "readable-stream": "4.1.0",
173
172
  "rimraf": "3.0.2",
173
+ "safe-json-stringify": "^1.2.0",
174
174
  "sass": "1.57.1",
175
175
  "sass-loader": "13.2.0",
176
176
  "start-server-and-test": "1.15.4",