Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 14, 2024
1 parent a90a21f commit 171ba67
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 71 deletions.
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,45 +34,45 @@
"babel-runtime": "^6.26.0"
},
"devDependencies": {
"@material/button": "^0.26.0",
"@material/dialog": "^0.26.0",
"@material/radio": "^0.30.0",
"ava": "^0.24.0",
"babel-core": "^6.26.0",
"@material/button": "0.26.0",
"@material/dialog": "0.26.0",
"@material/radio": "0.30.0",
"ava": "0.24.0",
"babel-core": "6.26.0",
"babel-eslint": "7.2.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"codecov": "^3.0.0",
"enzyme": "^3.2.0",
"enzyme-adapter-react-15": "^1.0.5",
"eslint": "^4.12.1",
"eslint-config-google": "^0.9.1",
"eslint-config-mitodl": "^0.0.4",
"eslint-plugin-ava": "^4.4.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-flow-vars": "^0.5.0",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-react": "^7.5.1",
"flow-bin": "^0.60.1",
"flow-typed": "^2.2.3",
"babel-plugin-external-helpers": "6.22.0",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-flow-strip-types": "6.22.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.6.1",
"babel-preset-latest": "6.24.1",
"babel-preset-react": "6.24.1",
"codecov": "3.8.3",
"enzyme": "3.2.0",
"enzyme-adapter-react-15": "1.0.5",
"eslint": "4.12.1",
"eslint-config-google": "0.9.1",
"eslint-config-mitodl": "0.0.4",
"eslint-plugin-ava": "4.4.0",
"eslint-plugin-babel": "4.1.2",
"eslint-plugin-flow-vars": "0.5.0",
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-mocha": "4.11.0",
"eslint-plugin-react": "7.5.1",
"flow-bin": "0.60.1",
"flow-typed": "2.2.3",
"jsdom": "11.5.1",
"jsdom-global": "3.0.2",
"nyc": "^11.3.0",
"prettier-eslint-cli": "^4.4.2",
"react": "^15.6.0",
"react-dom": "^15.6.0",
"react-test-renderer": "^15.6.0",
"rollup": "^0.52.1",
"rollup-plugin-babel": "^3.0.2",
"sinon": "^4.3.0"
"nyc": "11.3.0",
"prettier-eslint-cli": "4.4.2",
"react": "15.6.2",
"react-dom": "15.6.2",
"react-test-renderer": "15.6.2",
"rollup": "0.52.1",
"rollup-plugin-babel": "3.0.2",
"sinon": "4.3.0"
},
"peerDependencies": {
"@material/button": "^0.26.0",
Expand Down
Loading

0 comments on commit 171ba67

Please sign in to comment.