Skip to content

Commit

Permalink
chore(dev): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Apr 26, 2022
1 parent 039bda5 commit 3224c05
Show file tree
Hide file tree
Showing 2 changed files with 1,966 additions and 2,670 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,47 +39,47 @@
},
"homepage": "https://github.com/react-grid-layout/react-draggable",
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-flow-comments": "^7.14.5",
"@babel/preset-env": "^7.15.0",
"@babel/preset-flow": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-transform-flow-comments": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-flow": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"assert": "^2.0.0",
"babel-loader": "^8.1.0",
"babel-loader": "^8.2.5",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.24.0",
"flow-bin": "^0.158.0",
"jasmine-core": "^3.9.0",
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
"eslint": "^8.14.0",
"eslint-plugin-react": "^7.29.4",
"flow-bin": "^0.176.3",
"jasmine-core": "^4.1.0",
"karma": "^6.3.19",
"karma-chrome-launcher": "^3.1.1",
"karma-cli": "2.0.0",
"karma-firefox-launcher": "^2.1.1",
"karma-firefox-launcher": "^2.1.2",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^4.0.1",
"karma-jasmine": "^5.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-phantomjs-shim": "^1.5.0",
"karma-webpack": "^5.0.0",
"lodash": "^4.17.4",
"phantomjs-prebuilt": "^2.1.16",
"pre-commit": "^1.2.2",
"process": "^0.11.10",
"puppeteer": "^10.2.0",
"puppeteer": "^13.6.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-frame-component": "^5.1.0",
"react-frame-component": "^5.2.1",
"react-test-renderer": "^16.13.1",
"semver": "^7.3.5",
"semver": "^7.3.7",
"static-server": "^3.0.0",
"typescript": "^4.3.5",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.0.0"
"typescript": "^4.6.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
},
"resolutions": {
"minimist": "^1.2.5"
Expand All @@ -90,10 +90,10 @@
],
"dependencies": {
"clsx": "^1.1.1",
"prop-types": "^15.6.0"
"prop-types": "^15.8.1"
},
"peerDependencies": {
"react": ">= 16.3.0",
"react-dom": ">= 16.3.0"
}
}
}
Loading

0 comments on commit 3224c05

Please sign in to comment.