Skip to content

Commit

Permalink
Unpin more dependencies in package.json (#41472)
Browse files Browse the repository at this point in the history
  • Loading branch information
scinos committed Apr 30, 2020
1 parent 9f68446 commit d367491
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 97 deletions.
86 changes: 43 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"@automattic/calypso-build": "^6.1.0",
"@automattic/calypso-color-schemes": "^2.1.0",
"@automattic/calypso-polyfills": "^1.0.0",
"@automattic/color-studio": "2.2.1",
"@automattic/color-studio": "^2.2.1",
"@automattic/components": "^1.0.0-alpha.1",
"@automattic/composite-checkout": "^1.0.0",
"@automattic/data-stores": "^1.0.0-alpha.1",
Expand All @@ -156,47 +156,47 @@
"@automattic/webpack-extensive-lodash-replacement-plugin": "^0.0.2",
"@automattic/webpack-inline-constant-exports-plugin": "^0.0.1",
"@automattic/wpcom-block-editor": "^1.0.0-alpha.0",
"@babel/cli": "7.8.4",
"@babel/core": "7.9.0",
"@babel/register": "7.9.0",
"@babel/runtime": "7.9.2",
"@signal-noise/stylelint-scales": "1.2.0",
"@storybook/addon-actions": "5.3.18",
"@storybook/preset-scss": "1.0.2",
"@storybook/preset-typescript": "1.2.2",
"@storybook/react": "5.3.18",
"@testing-library/jest-dom": "4.2.4",
"@testing-library/react": "9.3.3",
"@types/classnames": "2.2.10",
"@types/cookie": "0.3.3",
"@types/debug": "4.1.5",
"@types/fast-json-stable-stringify": "2.0.0",
"@types/jest": "25.2.1",
"@types/lodash": "4.14.150",
"@types/page": "1.8.0",
"@types/qs": "6.9.1",
"@types/react": "16.9.34",
"@types/react-modal": "3.10.5",
"@types/react-redux": "7.1.7",
"@types/react-router-dom": "5.1.5",
"@types/react-transition-group": "4.2.4",
"@types/uuid": "7.0.3",
"@types/webpack-env": "1.15.2",
"@types/wordpress__api-fetch": "3.2.2",
"@types/wordpress__block-editor": "2.2.7",
"@types/wordpress__block-library": "2.6.0",
"@types/wordpress__components": "8.5.3",
"@types/wordpress__compose": "3.4.1",
"@types/wordpress__data": "4.6.7",
"@types/wordpress__data-controls": "1.0.2",
"@types/wordpress__editor": "9.4.2",
"@types/wordpress__element": "2.4.1",
"@types/wordpress__i18n": "3.4.0",
"@types/wordpress__is-shallow-equal": "1.4.0",
"@types/wordpress__keycodes": "2.3.0",
"@types/wordpress__url": "2.3.0",
"@typescript-eslint/eslint-plugin": "2.16.0",
"@typescript-eslint/parser": "2.16.0",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/register": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@signal-noise/stylelint-scales": "^1.2.0",
"@storybook/addon-actions": "^5.3.18",
"@storybook/preset-scss": "^1.0.2",
"@storybook/preset-typescript": "^1.2.2",
"@storybook/react": "^5.3.18",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.3",
"@types/classnames": "^2.2.10",
"@types/cookie": "^0.3.3",
"@types/debug": "^4.1.5",
"@types/fast-json-stable-stringify": "^2.0.0",
"@types/jest": "^25.2.1",
"@types/lodash": "^4.14.150",
"@types/page": "^1.8.0",
"@types/qs": "^6.9.1",
"@types/react": "^16.9.34",
"@types/react-modal": "^3.10.5",
"@types/react-redux": "^7.1.7",
"@types/react-router-dom": "^5.1.5",
"@types/react-transition-group": "^4.2.4",
"@types/uuid": "^7.0.3",
"@types/webpack-env": "^1.15.2",
"@types/wordpress__api-fetch": "^3.2.2",
"@types/wordpress__block-editor": "^2.2.7",
"@types/wordpress__block-library": "^2.6.0",
"@types/wordpress__components": "^8.5.3",
"@types/wordpress__compose": "^3.4.1",
"@types/wordpress__data": "^4.6.7",
"@types/wordpress__data-controls": "^1.0.2",
"@types/wordpress__editor": "^9.4.2",
"@types/wordpress__element": "^2.4.1",
"@types/wordpress__i18n": "^3.4.0",
"@types/wordpress__is-shallow-equal": "^1.4.0",
"@types/wordpress__keycodes": "^2.3.0",
"@types/wordpress__url": "^2.3.0",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"@wordpress/a11y": "2.8.0",
"@wordpress/api-fetch": "3.12.0",
"@wordpress/babel-plugin-makepot": "3.4.0",
Expand Down Expand Up @@ -265,7 +265,7 @@
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-config-wpcalypso": "^5.0.0",
"eslint-plugin-import": "2.20.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jest": "^23.6.0",
"eslint-plugin-jsdoc": "^18.11.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
Expand Down
Loading

0 comments on commit d367491

Please sign in to comment.