@procore/core-react 10.18.0-rc.23 → 10.18.0-rc.24
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 +6 -6
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/{vendors~main.0cee679b.iframe.bundle.js → vendors~main.b76b6ea6.iframe.bundle.js} +2 -2
- package/storybook-static/{vendors~main.0cee679b.iframe.bundle.js.LICENSE.txt → vendors~main.b76b6ea6.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/vendors~main.b76b6ea6.iframe.bundle.js.map +1 -0
- package/storybook-static/vendors~main.0cee679b.iframe.bundle.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@procore/core-react",
|
|
3
|
-
"version": "10.18.0-rc.
|
|
3
|
+
"version": "10.18.0-rc.24+7b73a2ad6",
|
|
4
4
|
"description": "JSX implementations for core-css",
|
|
5
5
|
"main": "dist/esm/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"author": "Procore Technologies",
|
|
39
39
|
"license": "SEE LICENSE IN LICENSE",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@babel/core": "7.
|
|
41
|
+
"@babel/core": "7.16.0",
|
|
42
42
|
"@babel/plugin-proposal-object-rest-spread": "7.15.6",
|
|
43
43
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
44
44
|
"@babel/plugin-transform-modules-commonjs": "7.16.0",
|
|
@@ -98,9 +98,9 @@
|
|
|
98
98
|
"yup": "0.32.9"
|
|
99
99
|
},
|
|
100
100
|
"dependencies": {
|
|
101
|
-
"@procore/core-css": "10.18.0-rc.
|
|
102
|
-
"@procore/core-i18n-js": "10.18.0-rc.
|
|
103
|
-
"@procore/core-icons": "10.18.0-rc.
|
|
101
|
+
"@procore/core-css": "10.18.0-rc.24+7b73a2ad6",
|
|
102
|
+
"@procore/core-i18n-js": "10.18.0-rc.24+7b73a2ad6",
|
|
103
|
+
"@procore/core-icons": "10.18.0-rc.24+7b73a2ad6",
|
|
104
104
|
"@tinymce/tinymce-react": "3.12.6",
|
|
105
105
|
"axios": "0.22.0",
|
|
106
106
|
"classnames": "2.3.1",
|
|
@@ -123,5 +123,5 @@
|
|
|
123
123
|
"react-dom": ">=16.8.0 < 18",
|
|
124
124
|
"styled-components": ">= 5.1.1 < 6"
|
|
125
125
|
},
|
|
126
|
-
"gitHead": "
|
|
126
|
+
"gitHead": "7b73a2ad60b29584a5b451ad11128153d6d8cc25"
|
|
127
127
|
}
|
|
@@ -164,4 +164,4 @@
|
|
|
164
164
|
|
|
165
165
|
|
|
166
166
|
|
|
167
|
-
window['FEATURES'] = {"postcss":true};</script><script src="runtime~main.3e148afd.iframe.bundle.js"></script><script src="vendors~main.
|
|
167
|
+
window['FEATURES'] = {"postcss":true};</script><script src="runtime~main.3e148afd.iframe.bundle.js"></script><script src="vendors~main.b76b6ea6.iframe.bundle.js"></script><script src="main.55e0b91b.iframe.bundle.js"></script></body></html>
|