Skip to content

Commit

Permalink
chore(deps): update minor and patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2023
1 parent dd84c3d commit 63f8378
Show file tree
Hide file tree
Showing 4 changed files with 646 additions and 536 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@
"yarn": "~1.9.2 || > 1.9.10"
},
"devDependencies": {
"@babel/cli": "7.22.10",
"@babel/core": "7.22.11",
"@babel/eslint-parser": "7.22.11",
"@babel/plugin-transform-react-jsx": "7.22.5",
"@babel/preset-env": "7.22.14",
"@commitlint/cli": "17.7.1",
"@babel/cli": "7.23.0",
"@babel/core": "7.23.0",
"@babel/eslint-parser": "7.22.15",
"@babel/plugin-transform-react-jsx": "7.22.15",
"@babel/preset-env": "7.22.20",
"@commitlint/cli": "17.7.2",
"@commitlint/config-conventional": "17.7.0",
"@rollup/plugin-terser": "0.4.3",
"@rollup/plugin-terser": "0.4.4",
"babel-plugin-istanbul": "6.1.1",
"chai": "4.3.8",
"chai": "4.3.10",
"chai-subset": "1.6.0",
"coveralls": "3.1.1",
"cross-env": "7.0.3",
"eslint": "8.48.0",
"eslint": "8.51.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
Expand All @@ -52,10 +52,10 @@
"extend": "3.0.2",
"globby": "13.2.2",
"husky": "8.0.3",
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-junit": "16.0.0",
"jest-puppeteer": "9.0.0",
"jest-puppeteer": "9.0.1",
"jsdom": "22.1.0",
"lerna": "6.6.2",
"prettier": "2.8.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/picasso.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"hammerjs": "2.0.8",
"node-event-emitter": "0.0.1",
"path2d-polyfill": "1.2.3",
"preact": "10.17.1",
"preact": "10.18.1",
"test-utils": "^2.2.5"
},
"gitHead": "b6ca9d1ed11709ec18f227b7b7077ce34d61857b"
Expand Down
8 changes: 4 additions & 4 deletions studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"enigma.js": "2.11.0",
"enigma.js": "2.12.0",
"hammerjs": "2.0.8",
"prop-types": "15.8.1",
"qix-faker": "0.3.0",
Expand All @@ -47,16 +47,16 @@
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-react": "7.22.5",
"@types/react": "17.0.65",
"@babel/preset-react": "7.22.15",
"@types/react": "17.0.68",
"babel-loader": "9.1.3",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.8.1",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"html-webpack-plugin": "5.5.3",
"monaco-editor": "0.41.0",
"monaco-editor": "0.44.0",
"monaco-editor-webpack-plugin": "7.1.0",
"style-loader": "3.3.3",
"webpack": "5.88.2",
Expand Down
Loading

0 comments on commit 63f8378

Please sign in to comment.