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 Dec 9, 2023
1 parent d3d0c83 commit c0701a0
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 261 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"yarn": "~1.9.2 || > 1.9.10"
},
"devDependencies": {
"@babel/cli": "7.23.0",
"@babel/core": "7.23.3",
"@babel/cli": "7.23.4",
"@babel/core": "7.23.5",
"@babel/eslint-parser": "7.23.3",
"@babel/plugin-transform-react-jsx": "7.22.15",
"@babel/preset-env": "7.23.3",
"@babel/plugin-transform-react-jsx": "7.23.4",
"@babel/preset-env": "7.23.5",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@rollup/plugin-terser": "0.4.4",
Expand All @@ -43,9 +43,9 @@
"chai-subset": "1.6.0",
"coveralls": "3.1.1",
"cross-env": "7.0.3",
"eslint": "8.53.0",
"eslint": "8.55.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "4.2.1",
Expand All @@ -55,12 +55,12 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-junit": "16.0.0",
"jest-puppeteer": "9.0.1",
"jest-puppeteer": "9.0.2",
"jsdom": "22.1.0",
"lerna": "6.6.2",
"prettier": "2.8.8",
"pretty-quick": "3.1.3",
"puppeteer": "21.5.0",
"puppeteer": "21.6.0",
"rollup": "2.79.1",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
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.18.2",
"preact": "10.19.3",
"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 @@ -37,7 +37,7 @@
"qix-faker": "0.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-monaco-editor": "0.54.0",
"react-monaco-editor": "0.55.0",
"react-router-dom": "5.3.4",
"react-split-pane": "0.1.92",
"regenerator-runtime": "0.14.0",
Expand All @@ -48,15 +48,15 @@
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-react": "7.23.3",
"@types/react": "17.0.70",
"@types/react": "17.0.71",
"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.44.0",
"html-webpack-plugin": "5.5.4",
"monaco-editor": "0.45.0",
"monaco-editor-webpack-plugin": "7.1.0",
"style-loader": "3.3.3",
"webpack": "5.89.0",
Expand Down
Loading

0 comments on commit c0701a0

Please sign in to comment.