@procore/core-scripts 10.2.0-rc.45 → 10.2.0-rc.61

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/README.md CHANGED
@@ -17,7 +17,7 @@ $ npm install -g @procore/core-scripts
17
17
  $ core-scripts COMMAND
18
18
  running command...
19
19
  $ core-scripts (-v|--version|version)
20
- @procore/core-scripts/10.2.0-rc.45+41a1d20 linux-x64 node-v14.15.0
20
+ @procore/core-scripts/10.2.0-rc.61+bf9b2f0 linux-x64 node-v14.15.0
21
21
  $ core-scripts --help [COMMAND]
22
22
  USAGE
23
23
  $ core-scripts COMMAND
@@ -28,7 +28,7 @@ OPTIONS
28
28
  --sourceMapPublicPath=sourceMapPublicPath Base path for all the sourcemap.
29
29
  ```
30
30
 
31
- _See code: [dist/commands/app/build.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.45+41a1d20/dist/commands/app/build.js)_
31
+ _See code: [dist/commands/app/build.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.61+bf9b2f0/dist/commands/app/build.js)_
32
32
 
33
33
  ## `core-scripts app:clean`
34
34
 
@@ -39,7 +39,7 @@ USAGE
39
39
  $ core-scripts app:clean
40
40
  ```
41
41
 
42
- _See code: [dist/commands/app/clean.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.45+41a1d20/dist/commands/app/clean.js)_
42
+ _See code: [dist/commands/app/clean.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.61+bf9b2f0/dist/commands/app/clean.js)_
43
43
 
44
44
  ## `core-scripts app:gen`
45
45
 
@@ -50,7 +50,7 @@ USAGE
50
50
  $ core-scripts app:gen
51
51
  ```
52
52
 
53
- _See code: [dist/commands/app/gen.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.45+41a1d20/dist/commands/app/gen.js)_
53
+ _See code: [dist/commands/app/gen.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.61+bf9b2f0/dist/commands/app/gen.js)_
54
54
 
55
55
  ## `core-scripts app:start`
56
56
 
@@ -72,4 +72,4 @@ OPTIONS
72
72
  --socketHost=socketHost [default: 0.0.0.0] HMR websocket host
73
73
  ```
74
74
 
75
- _See code: [dist/commands/app/start.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.45+41a1d20/dist/commands/app/start.js)_
75
+ _See code: [dist/commands/app/start.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.61+bf9b2f0/dist/commands/app/start.js)_
@@ -15,7 +15,7 @@ USAGE
15
15
  $ core-scripts e2e:gen
16
16
  ```
17
17
 
18
- _See code: [dist/commands/e2e/gen.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.45+41a1d20/dist/commands/e2e/gen.js)_
18
+ _See code: [dist/commands/e2e/gen.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.61+bf9b2f0/dist/commands/e2e/gen.js)_
19
19
 
20
20
  ## `core-scripts e2e:start`
21
21
 
@@ -32,4 +32,4 @@ OPTIONS
32
32
  --spec=spec Specify the tests to run.
33
33
  ```
34
34
 
35
- _See code: [dist/commands/e2e/start.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.45+41a1d20/dist/commands/e2e/start.js)_
35
+ _See code: [dist/commands/e2e/start.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.61+bf9b2f0/dist/commands/e2e/start.js)_
@@ -20,4 +20,4 @@ OPTIONS
20
20
  --all see all commands in CLI
21
21
  ```
22
22
 
23
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.2/src/commands/help.ts)_
23
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.18/src/commands/help.ts)_
@@ -14,4 +14,4 @@ USAGE
14
14
  $ core-scripts info
15
15
  ```
16
16
 
17
- _See code: [dist/commands/info.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.45+41a1d20/dist/commands/info.js)_
17
+ _See code: [dist/commands/info.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.61+bf9b2f0/dist/commands/info.js)_
@@ -19,7 +19,7 @@ OPTIONS
19
19
  --analyze Run webpack bundle analyzer.
20
20
  ```
21
21
 
22
- _See code: [dist/commands/lib/build.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.45+41a1d20/dist/commands/lib/build.js)_
22
+ _See code: [dist/commands/lib/build.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.61+bf9b2f0/dist/commands/lib/build.js)_
23
23
 
24
24
  ## `core-scripts lib:clean`
25
25
 
@@ -30,7 +30,7 @@ USAGE
30
30
  $ core-scripts lib:clean
31
31
  ```
32
32
 
33
- _See code: [dist/commands/lib/clean.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.45+41a1d20/dist/commands/lib/clean.js)_
33
+ _See code: [dist/commands/lib/clean.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.61+bf9b2f0/dist/commands/lib/clean.js)_
34
34
 
35
35
  ## `core-scripts lib:start`
36
36
 
@@ -41,4 +41,4 @@ USAGE
41
41
  $ core-scripts lib:start
42
42
  ```
43
43
 
44
- _See code: [dist/commands/lib/start.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.45+41a1d20/dist/commands/lib/start.js)_
44
+ _See code: [dist/commands/lib/start.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.61+bf9b2f0/dist/commands/lib/start.js)_
@@ -22,7 +22,7 @@ OPTIONS
22
22
  --fixTypes=layout|problem|suggestion The types of lint errors/warnings to fix.
23
23
  ```
24
24
 
25
- _See code: [dist/commands/lint/eslint.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.45+41a1d20/dist/commands/lint/eslint.js)_
25
+ _See code: [dist/commands/lint/eslint.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.61+bf9b2f0/dist/commands/lint/eslint.js)_
26
26
 
27
27
  ## `core-scripts lint:stylelint [FILES]`
28
28
 
@@ -39,4 +39,4 @@ OPTIONS
39
39
  --fix Automatically fix problems.
40
40
  ```
41
41
 
42
- _See code: [dist/commands/lint/stylelint.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.45+41a1d20/dist/commands/lint/stylelint.js)_
42
+ _See code: [dist/commands/lint/stylelint.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.61+bf9b2f0/dist/commands/lint/stylelint.js)_
@@ -102,8 +102,8 @@ OPTIONS
102
102
  DESCRIPTION
103
103
  Installation of a linked plugin will override a user-installed or core plugin.
104
104
 
105
- e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
106
- command will override the user-installed or core plugin implementation. This is useful for development work.
105
+ e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
106
+ command will override the user-installed or core plugin implementation. This is useful for development work.
107
107
 
108
108
  EXAMPLE
109
109
  $ core-scripts plugins:link myplugin
@@ -22,4 +22,4 @@ OPTIONS
22
22
  -y, --yes Automatically answer 'Yes' to the question.
23
23
  ```
24
24
 
25
- _See code: [dist/commands/rm.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.45+41a1d20/dist/commands/rm.js)_
25
+ _See code: [dist/commands/rm.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.61+bf9b2f0/dist/commands/rm.js)_
@@ -17,4 +17,4 @@ OPTIONS
17
17
  --config=config The path to a Jest config file specifying how to find and execute tests.
18
18
  ```
19
19
 
20
- _See code: [dist/commands/test.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.45+41a1d20/dist/commands/test.js)_
20
+ _See code: [dist/commands/test.js](https://github.com/procore/frontend-tooling/blob/v10.2.0-rc.61+bf9b2f0/dist/commands/test.js)_
@@ -1 +1 @@
1
- {"version":"10.2.0-rc.45+41a1d20","commands":{"info":{"id":"info","description":"Gathers relevant information about the CLI.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{},"args":[]},"rm":{"id":"rm","description":"Removes things.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"yes":{"name":"yes","type":"boolean","char":"y","description":"Automatically answer 'Yes' to the question.","allowNo":false},"dryRun":{"name":"dryRun","type":"boolean","char":"d","description":"List what would be deleted instead of deleting.","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"Allow deleting the current working directory and outside.","allowNo":false}},"args":[{"name":"path","description":"Path that will be remove.","required":true}]},"test":{"id":"test","description":"Runs Jest. Visit https://jestjs.io/docs/en/cli for more information about available options, only --config is documented.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"The path to a Jest config file specifying how to find and execute tests."}},"args":[]},"app:build":{"id":"app:build","description":"Compiles the application.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"analyze":{"name":"analyze","type":"boolean","description":"Run webpack bundle analyzer.","allowNo":false},"railsMode":{"name":"railsMode","type":"boolean","description":"Enables Procore Rails integration.","allowNo":false},"inspect":{"name":"inspect","type":"boolean","description":"Prints the Webpack configuration.","allowNo":false},"sourceMapPublicPath":{"name":"sourceMapPublicPath","type":"option","description":"Base path for all the sourcemap."},"publicPath":{"name":"publicPath","type":"option","description":"Allows you to specify the base path for all the assets within your application."}},"args":[]},"app:clean":{"id":"app:clean","description":"Cleans the distribution folder (/build).","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{},"args":[]},"app:gen":{"id":"app:gen","description":"Generates application scaffolding.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{},"args":[]},"app:start":{"id":"app:start","description":"Starts the development server.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"railsMode":{"name":"railsMode","type":"boolean","description":"Enables Procore Rails integration.","allowNo":false},"inspect":{"name":"inspect","type":"boolean","description":"Prints the Webpack configuration.","allowNo":false},"openBrowser":{"name":"openBrowser","type":"boolean","description":"Open browser after initializing the server.","allowNo":false},"https":{"name":"https","type":"boolean","description":"Use HTTPS.","allowNo":false},"dangerouslyDisableHostCheck":{"name":"dangerouslyDisableHostCheck","type":"boolean","description":"Disable host checking.","allowNo":false},"port":{"name":"port","type":"option","description":"Server port.","default":"5000"},"host":{"name":"host","type":"option","description":"Server host.","default":"0.0.0.0"},"socketHost":{"name":"socketHost","type":"option","description":"HMR websocket host","default":"0.0.0.0"},"publicPath":{"name":"publicPath","type":"option","description":"Public asset path."}},"args":[]},"e2e:gen":{"id":"e2e:gen","description":"Generates end-to-end scaffolding.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{},"args":[]},"e2e:start":{"id":"e2e:start","description":"Runs Cypress end-to-end tests.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"spec":{"name":"spec","type":"option","description":"Specify the tests to run."},"headless":{"name":"headless","type":"boolean","description":"Runs the tests in headless mode. Useful for CI/CD.","allowNo":false},"env":{"name":"env","type":"option","description":"Pass in environment variables as options"},"reporter":{"name":"reporter","type":"option","description":"Specify the reporter","default":"mocha-allure-reporter"}},"args":[]},"lib:build":{"id":"lib:build","description":"Compiles the library in production mode.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"analyze":{"name":"analyze","type":"boolean","description":"Run webpack bundle analyzer.","allowNo":false}},"args":[]},"lib:clean":{"id":"lib:clean","description":"Cleans the distribution folder (/dist).","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{},"args":[]},"lib:start":{"id":"lib:start","description":"Compiles the library in development mode.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{},"args":[]},"lint:eslint":{"id":"lint:eslint","description":"Runs the ESLint linter.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"fix":{"name":"fix","type":"boolean","description":"Automatically fix problems.","allowNo":false},"fixTypes":{"name":"fixTypes","type":"option","description":"The types of lint errors/warnings to fix.","options":["layout","problem","suggestion"]}},"args":[{"name":"input","description":"Comma-delimited list of file and/or folder paths that the linter will run against.","required":false}]},"lint:stylelint":{"id":"lint:stylelint","description":"Runs the stylelint linter.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"fix":{"name":"fix","type":"boolean","description":"Automatically fix problems.","allowNo":false}},"args":[{"name":"files","description":"Path to the file or folder that the linter will run against.","required":false}]}}}
1
+ {"version":"10.2.0-rc.61+bf9b2f0","commands":{"info":{"id":"info","description":"Gathers relevant information about the CLI.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{},"args":[]},"rm":{"id":"rm","description":"Removes things.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"yes":{"name":"yes","type":"boolean","char":"y","description":"Automatically answer 'Yes' to the question.","allowNo":false},"dryRun":{"name":"dryRun","type":"boolean","char":"d","description":"List what would be deleted instead of deleting.","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"Allow deleting the current working directory and outside.","allowNo":false}},"args":[{"name":"path","description":"Path that will be remove.","required":true}]},"test":{"id":"test","description":"Runs Jest. Visit https://jestjs.io/docs/en/cli for more information about available options, only --config is documented.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"The path to a Jest config file specifying how to find and execute tests."}},"args":[]},"app:build":{"id":"app:build","description":"Compiles the application.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"analyze":{"name":"analyze","type":"boolean","description":"Run webpack bundle analyzer.","allowNo":false},"railsMode":{"name":"railsMode","type":"boolean","description":"Enables Procore Rails integration.","allowNo":false},"inspect":{"name":"inspect","type":"boolean","description":"Prints the Webpack configuration.","allowNo":false},"sourceMapPublicPath":{"name":"sourceMapPublicPath","type":"option","description":"Base path for all the sourcemap."},"publicPath":{"name":"publicPath","type":"option","description":"Allows you to specify the base path for all the assets within your application."}},"args":[]},"app:clean":{"id":"app:clean","description":"Cleans the distribution folder (/build).","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{},"args":[]},"app:gen":{"id":"app:gen","description":"Generates application scaffolding.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{},"args":[]},"app:start":{"id":"app:start","description":"Starts the development server.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"railsMode":{"name":"railsMode","type":"boolean","description":"Enables Procore Rails integration.","allowNo":false},"inspect":{"name":"inspect","type":"boolean","description":"Prints the Webpack configuration.","allowNo":false},"openBrowser":{"name":"openBrowser","type":"boolean","description":"Open browser after initializing the server.","allowNo":false},"https":{"name":"https","type":"boolean","description":"Use HTTPS.","allowNo":false},"dangerouslyDisableHostCheck":{"name":"dangerouslyDisableHostCheck","type":"boolean","description":"Disable host checking.","allowNo":false},"port":{"name":"port","type":"option","description":"Server port.","default":"5000"},"host":{"name":"host","type":"option","description":"Server host.","default":"0.0.0.0"},"socketHost":{"name":"socketHost","type":"option","description":"HMR websocket host","default":"0.0.0.0"},"publicPath":{"name":"publicPath","type":"option","description":"Public asset path."}},"args":[]},"e2e:gen":{"id":"e2e:gen","description":"Generates end-to-end scaffolding.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{},"args":[]},"e2e:start":{"id":"e2e:start","description":"Runs Cypress end-to-end tests.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"spec":{"name":"spec","type":"option","description":"Specify the tests to run."},"headless":{"name":"headless","type":"boolean","description":"Runs the tests in headless mode. Useful for CI/CD.","allowNo":false},"env":{"name":"env","type":"option","description":"Pass in environment variables as options"},"reporter":{"name":"reporter","type":"option","description":"Specify the reporter","default":"mocha-allure-reporter"}},"args":[]},"lib:build":{"id":"lib:build","description":"Compiles the library in production mode.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"analyze":{"name":"analyze","type":"boolean","description":"Run webpack bundle analyzer.","allowNo":false}},"args":[]},"lib:clean":{"id":"lib:clean","description":"Cleans the distribution folder (/dist).","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{},"args":[]},"lib:start":{"id":"lib:start","description":"Compiles the library in development mode.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{},"args":[]},"lint:eslint":{"id":"lint:eslint","description":"Runs the ESLint linter.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"fix":{"name":"fix","type":"boolean","description":"Automatically fix problems.","allowNo":false},"fixTypes":{"name":"fixTypes","type":"option","description":"The types of lint errors/warnings to fix.","options":["layout","problem","suggestion"]}},"args":[{"name":"input","description":"Comma-delimited list of file and/or folder paths that the linter will run against.","required":false}]},"lint:stylelint":{"id":"lint:stylelint","description":"Runs the stylelint linter.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"fix":{"name":"fix","type":"boolean","description":"Automatically fix problems.","allowNo":false}},"args":[{"name":"files","description":"Path to the file or folder that the linter will run against.","required":false}]}}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@procore/core-scripts",
3
- "version": "10.2.0-rc.45+41a1d20",
3
+ "version": "10.2.0-rc.61+bf9b2f0",
4
4
  "description": "A CLI to enhance your development experience",
5
5
  "author": "Procore Technologies",
6
6
  "homepage": "https://github.com/procore/frontend-tooling#readme",
@@ -99,7 +99,7 @@
99
99
  "@oclif/plugin-autocomplete": "0.3.0",
100
100
  "@oclif/plugin-plugins": "1.10.1",
101
101
  "@procore/cdn": "2.0.0",
102
- "@procore/eslint-config": "10.2.0-rc.45+41a1d20",
102
+ "@procore/eslint-config": "10.2.0-rc.61+bf9b2f0",
103
103
  "@svgr/webpack": "5.5.0",
104
104
  "@types/css-minimizer-webpack-plugin": "3.0.2",
105
105
  "@typescript-eslint/eslint-plugin": "3.6.0",
@@ -109,11 +109,11 @@
109
109
  "babel-eslint": "10.1.0",
110
110
  "babel-jest": "26.6.3",
111
111
  "babel-loader": "8.2.2",
112
- "babel-plugin-named-asset-import": "0.3.7",
112
+ "babel-plugin-named-asset-import": "0.3.8",
113
113
  "babel-plugin-styled-components": "1.13.2",
114
114
  "babel-plugin-transform-builtin-extend": "1.1.2",
115
115
  "babel-plugin-transform-class-properties": "6.24.1",
116
- "babel-preset-react-app": "10.0.0",
116
+ "babel-preset-react-app": "10.0.1",
117
117
  "browserify-zlib": "0.2.0",
118
118
  "buffer": "6.0.3",
119
119
  "camelcase": "6.2.0",
@@ -128,7 +128,7 @@
128
128
  "css-loader": "5.2.4",
129
129
  "css-minimizer-webpack-plugin": "3.1.1",
130
130
  "cypress": "4.11.0",
131
- "cypress-terminal-report": "3.3.2",
131
+ "cypress-terminal-report": "3.4.1",
132
132
  "debug": "4.3.2",
133
133
  "deepmerge": "4.2.2",
134
134
  "del": "6.0.0",
@@ -169,20 +169,20 @@
169
169
  "path-browserify": "1.0.1",
170
170
  "path-is-inside": "1.0.2",
171
171
  "pnp-webpack-plugin": "1.7.0",
172
- "postcss": "8.3.9",
172
+ "postcss": "8.4.5",
173
173
  "postcss-flexbugs-fixes": "5.0.2",
174
174
  "postcss-loader": "6.2.0",
175
175
  "postcss-normalize": "10.0.1",
176
176
  "postcss-preset-env": "6.7.0",
177
177
  "precss": "4.0.0",
178
- "prettier": "2.4.1",
178
+ "prettier": "2.5.1",
179
179
  "process": "0.11.10",
180
180
  "punycode": "2.1.1",
181
181
  "querystring-es3": "0.2.1",
182
182
  "ramda": "0.27.1",
183
183
  "react-app-polyfill": "2.0.0",
184
184
  "react-dev-utils": "11.0.4",
185
- "react-error-overlay": "6.0.9",
185
+ "react-error-overlay": "6.0.10",
186
186
  "readable-stream": "3.6.0",
187
187
  "resolve": "1.20.0",
188
188
  "resolve-url-loader": "3.1.2",
@@ -223,7 +223,7 @@
223
223
  },
224
224
  "devDependencies": {
225
225
  "@babel/helper-call-delegate": "7.12.13",
226
- "@oclif/dev-cli": "1.26.0",
226
+ "@oclif/dev-cli": "1.26.10",
227
227
  "@octokit/rest": "18.12.0",
228
228
  "@types/case-sensitive-paths-webpack-plugin": "2.1.6",
229
229
  "@types/cross-spawn": "6.0.2",
@@ -238,7 +238,7 @@
238
238
  "@types/mini-css-extract-plugin": "1.4.3",
239
239
  "@types/node": "14.14.41",
240
240
  "@types/npm-packlist": "1.1.2",
241
- "@types/ramda": "0.27.46",
241
+ "@types/ramda": "0.27.60",
242
242
  "@types/resolve": "1.20.1",
243
243
  "@types/stylelint": "9.10.1",
244
244
  "@types/validate-npm-package-name": "3.0.3",
@@ -246,5 +246,5 @@
246
246
  "@types/webpack-dev-server": "3.11.5",
247
247
  "@types/webpack-manifest-plugin": "3.0.5"
248
248
  },
249
- "gitHead": "41a1d208b43a1dea9d99410a48b442bb6aa39e1f"
249
+ "gitHead": "bf9b2f0a8bd0d1fae1d0bb96cc1a3f00e70e9e21"
250
250
  }