Skip to content

Commit

Permalink
feat: update packages (pre-MUI).
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm committed Sep 12, 2022
1 parent 5c652fa commit e0dec89
Showing 1 changed file with 38 additions and 36 deletions.
74 changes: 38 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"description": "Tamper your Web UI to demo almost anything",
"dependencies": {
"@eduardoac-skimlinks/webext-redux": "^3.0.1-release-candidate",
"ace-builds": "^1.4.13",
"axios": "^0.24.0",
"ace-builds": "^1.10.1",
"axios": "^0.27.2",
"chance": "^1.1.8",
"change-case": "^4.1.2",
"color": "^4.1.0",
Expand All @@ -28,69 +28,71 @@
"deep-is": "^0.1.4",
"deepmerge": "^4.2.2",
"fast-json-patch": "^3.1.0",
"fast-xml-parser": "^3.21.1",
"fast-xml-parser": "^4.0.9",
"highlight.js": "^11.3.1",
"ini": "^2.0.0",
"ini": "^3.0.1",
"js-base64": "^3.7.2",
"json5": "^2.2.1",
"jszip": "^3.7.1",
"jszip": "^3.10.1",
"lodash.omit": "^4.5.0",
"marked": "^4.0.8",
"marked": "^4.1.0",
"moment": "^2.29.1",
"mousetrap": "^1.6.5",
"prop-types": "^15.8.0",
"react": "^17.0.2",
"react-ace": "^9.5.0",
"react-dom": "^17.0.2",
"react-popup": "^0.11.0",
"react-redux": "^7.2.6",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"react-select": "^5.2.1",
"react-switch": "^6.0.0",
"react-toggle-button": "^2.2.0",
"react-treebeard": "^3.2.4",
"react-switch": "^7.0.0",
"redux": "^4.1.2",
"uuid": "^8.3.2"
"sharp": "^0.31.0",
"uuid": "^9.0.0"
},
"dependenciesToDrop": {
"react-popup": "^0.11.0",
"react-treebeard": "^3.2.4",
"react-toggle-button": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/core": "^7.19.0",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.19.0",
"@babel/preset-react": "^7.16.7",
"@babel/register": "^7.16.7",
"@commitlint/cli": "^16.0.1",
"@commitlint/config-conventional": "^16.0.0",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"babel-loader": "^8.2.3",
"chai": "^4.3.4",
"chromedriver": "^96.0.0",
"copy-webpack-plugin": "^10.2.0",
"chromedriver": "^105.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.5.1",
"eslint": "^8.0.1",
"eslint": "^8.23.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-react": "^7.31.8",
"git-revision-webpack-plugin": "^5.0.0",
"html-webpack-plugin": "5.5.0",
"husky": "^7.0.4",
"jimp": "^0.16.0",
"husky": "^8.0.1",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"lint-staged": "^12.1.5",
"markdownlint": "^0.25.0",
"less-loader": "^11.0.0",
"lint-staged": "^13.0.3",
"markdownlint": "^0.26.2",
"markdownlint-cli": "^0.32.1",
"mini-css-extract-plugin": "^2.4.5",
"mocha": "^9.1.3",
"postcss": "^8.4.5",
"mocha": "^10.0.0",
"postcss": "^8.4.16",
"raw-loader": "^4.0.2",
"responsive-loader": "^2.3.0",
"selenium-webdriver": "^4.1.0",
"stylelint": "^14.2.0",
"stylelint-config-standard": "^24.0.0",
"responsive-loader": "^3.1.1",
"selenium-webdriver": "^4.4.0",
"stylelint": "^14.11.0",
"stylelint-config-standard": "^28.0.0",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"zip-webpack-plugin": "^4.0.1"
Expand Down

0 comments on commit e0dec89

Please sign in to comment.