Skip to content

Commit

Permalink
npx npm-check-updates -u -i
Browse files Browse the repository at this point in the history
  • Loading branch information
p-a-s-c-a-l committed Jan 6, 2020
1 parent 9b6743b commit b02ca84
Show file tree
Hide file tree
Showing 6 changed files with 2,418 additions and 882 deletions.
3 changes: 3 additions & 0 deletions dist/index.es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.es.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csis-helpers-js",
"version": "0.5.1",
"version": "0.5.2",
"description": "CLARITY CSIS JavaScript Helpers Module",
"author": "p-a-s-c-a-l",
"license": "MIT",
Expand All @@ -21,63 +21,63 @@
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0"
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"@babel/core": "~7.5.5",
"@babel/plugin-external-helpers": "~7.2.0",
"@babel/plugin-proposal-class-properties": "~7.5.5",
"@babel/plugin-proposal-decorators": "~7.4.4",
"@babel/plugin-proposal-do-expressions": "~7.5.0",
"@babel/plugin-proposal-export-default-from": "~7.5.2",
"@babel/plugin-proposal-export-namespace-from": "~7.5.2",
"@babel/plugin-proposal-function-bind": "~7.2.0",
"@babel/plugin-proposal-function-sent": "~7.5.0",
"@babel/plugin-proposal-json-strings": "~7.2.0",
"@babel/plugin-proposal-logical-assignment-operators": "~7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "~7.4.4",
"@babel/plugin-proposal-numeric-separator": "~7.2.0",
"@babel/plugin-proposal-optional-chaining": "~7.2.0",
"@babel/plugin-proposal-pipeline-operator": "~7.5.0",
"@babel/plugin-proposal-throw-expressions": "~7.2.0",
"@babel/plugin-syntax-dynamic-import": "~7.2.0",
"@babel/plugin-syntax-import-meta": "~7.2.0",
"@babel/plugin-transform-runtime": "~7.5.5",
"@babel/preset-env": "~7.5.5",
"@babel/preset-react": "~7.0.0",
"@babel/core": "~7.7.7",
"@babel/plugin-external-helpers": "~7.7.4",
"@babel/plugin-proposal-class-properties": "~7.7.4",
"@babel/plugin-proposal-decorators": "~7.7.4",
"@babel/plugin-proposal-do-expressions": "~7.7.4",
"@babel/plugin-proposal-export-default-from": "~7.7.4",
"@babel/plugin-proposal-export-namespace-from": "~7.7.4",
"@babel/plugin-proposal-function-bind": "~7.7.4",
"@babel/plugin-proposal-function-sent": "~7.7.4",
"@babel/plugin-proposal-json-strings": "~7.7.4",
"@babel/plugin-proposal-logical-assignment-operators": "~7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "~7.7.4",
"@babel/plugin-proposal-numeric-separator": "~7.7.4",
"@babel/plugin-proposal-optional-chaining": "~7.7.5",
"@babel/plugin-proposal-pipeline-operator": "~7.7.7",
"@babel/plugin-proposal-throw-expressions": "~7.7.4",
"@babel/plugin-syntax-dynamic-import": "~7.7.4",
"@babel/plugin-syntax-import-meta": "~7.7.4",
"@babel/plugin-transform-runtime": "~7.7.6",
"@babel/preset-env": "~7.7.7",
"@babel/preset-react": "~7.7.4",
"@svgr/rollup": "~2.4.1",
"@types/jest": "~24.0.18",
"@types/jest": "~24.0.25",
"cross-env": "~5.2.0",
"eslint-config-standard": "~12.0.0",
"eslint-config-standard-react": "~7.0.2",
"eslint-plugin-import": "~2.18.2",
"eslint-plugin-import": "~2.19.1",
"eslint-plugin-node": "~9.1.0",
"eslint-plugin-promise": "~4.2.1",
"eslint-plugin-react": "~7.14.3",
"eslint-plugin-react": "~7.17.0",
"eslint-plugin-standard": "~4.0.1",
"gh-pages": "~1.2.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-scripts": "^3.1.1",
"rollup": "~1.20.2",
"react-scripts": "^3.3.0",
"rollup": "~1.28.0",
"rollup-plugin-babel": "~4.3.3",
"rollup-plugin-commonjs": "~10.1.0",
"rollup-plugin-json": "~4.0.0",
"rollup-plugin-node-resolve": "~5.2.0",
"rollup-plugin-peer-deps-external": "~2.2.0",
"rollup-plugin-postcss": "~2.0.3",
"rollup-plugin-url": "~2.2.2",
"snyk": "~1.220.0"
"snyk": "~1.274.0"
},
"files": [
"dist"
],
"dependencies": {
"@babel/runtime": "~7.5.5",
"@babel/runtime": "~7.7.7",
"axios": "^0.19.0",
"loglevel": "^1.6.3",
"query-string": "^6.8.2",
"wicket": "^1.3.4"
"loglevel": "^1.6.6",
"query-string": "^6.9.0",
"wicket": "^1.3.5"
}
}
Loading

0 comments on commit b02ca84

Please sign in to comment.