mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
chore(package): update dependencies
This commit is contained in:
parent
b193ad72c6
commit
c976818679
1 changed files with 18 additions and 18 deletions
36
package.json
36
package.json
|
@ -27,37 +27,37 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@scratch/paper": "~0.11.6",
|
||||
"autoprefixer": "7.1.2",
|
||||
"autoprefixer": "7.2.5",
|
||||
"babel-cli": "6.26.0",
|
||||
"babel-core": "^6.23.1",
|
||||
"babel-eslint": "^7.2.3",
|
||||
"babel-jest": "^20.0.3",
|
||||
"babel-eslint": "^8.2.1",
|
||||
"babel-jest": "^22.2.2",
|
||||
"babel-loader": "^7.1.0",
|
||||
"babel-plugin-react-intl": "2.3.1",
|
||||
"babel-plugin-react-intl": "2.4.0",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.22.0",
|
||||
"babel-preset-es2015": "^6.22.0",
|
||||
"babel-preset-react": "^6.22.0",
|
||||
"canvas-prebuilt": "^1.6.5-prerelease.1",
|
||||
"classnames": "2.2.5",
|
||||
"css-loader": "0.28.3",
|
||||
"css-loader": "0.28.9",
|
||||
"enzyme": "^3.1.0",
|
||||
"enzyme-adapter-react-16": "^1.0.1",
|
||||
"eslint": "^4.4.1",
|
||||
"eslint-config-import": "^0.13.0",
|
||||
"eslint-config-scratch": "^4.0.0",
|
||||
"eslint-config-scratch": "^5.0.0",
|
||||
"eslint-plugin-import": "^2.7.0",
|
||||
"eslint-plugin-react": "^7.2.1",
|
||||
"gh-pages": "github:rschamp/gh-pages#publish-branch-to-subfolder",
|
||||
"html-webpack-plugin": "2.30.0",
|
||||
"jest": "^20.0.4",
|
||||
"html-webpack-plugin": "2.30.1",
|
||||
"jest": "^22.2.2",
|
||||
"keymirror": "0.1.1",
|
||||
"lodash.bindall": "4.4.0",
|
||||
"lodash.defaultsdeep": "4.6.0",
|
||||
"minilog": "3.1.0",
|
||||
"mkdirp": "^0.5.1",
|
||||
"paper": "0.11.4",
|
||||
"paper": "0.11.5",
|
||||
"parse-color": "1.0.0",
|
||||
"postcss-import": "^10.0.0",
|
||||
"postcss-import": "^11.0.0",
|
||||
"postcss-loader": "^2.0.5",
|
||||
"postcss-simple-vars": "^4.0.0",
|
||||
"prop-types": "^15.5.10",
|
||||
|
@ -65,22 +65,22 @@
|
|||
"react": "16.2.0",
|
||||
"react-dom": "16.2.0",
|
||||
"react-intl": "2.4.0",
|
||||
"react-intl-redux": "0.6.0",
|
||||
"react-intl-redux": "0.7.0",
|
||||
"react-popover": "0.5.4",
|
||||
"react-redux": "5.0.5",
|
||||
"react-responsive": "3.0.0",
|
||||
"react-style-proptype": "3.1.0",
|
||||
"react-redux": "5.0.6",
|
||||
"react-responsive": "4.0.3",
|
||||
"react-style-proptype": "3.2.0",
|
||||
"react-test-renderer": "^16.0.0",
|
||||
"react-tooltip": "3.4.0",
|
||||
"redux": "3.7.0",
|
||||
"redux": "3.7.2",
|
||||
"redux-mock-store": "^1.2.3",
|
||||
"redux-throttle": "0.1.1",
|
||||
"regenerator-runtime": "^0.10.5",
|
||||
"regenerator-runtime": "^0.11.1",
|
||||
"rimraf": "^2.6.1",
|
||||
"scratch-l10n": "^2.0.0",
|
||||
"style-loader": "^0.18.0",
|
||||
"style-loader": "^0.20.1",
|
||||
"svg-url-loader": "^2.2.0",
|
||||
"tap": "^10.2.0",
|
||||
"tap": "^11.1.0",
|
||||
"url-loader": "^0.6.2",
|
||||
"webpack": "^3.5.4",
|
||||
"webpack-dev-server": "^2.7.0"
|
||||
|
|
Loading…
Reference in a new issue