Skip to content

Commit

Permalink
Merge branch 'master' into generate-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkzt committed Jun 14, 2022
2 parents 0ca86c1 + 64fa452 commit 7bc85ef
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 107 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"release:dryrun": "yarn build; lerna publish from-package --no-push --registry=http://localhost:4873/"
},
"devDependencies": {
"@babel/core": "7.18.2",
"@babel/plugin-transform-runtime": "7.18.2",
"@babel/core": "7.18.5",
"@babel/plugin-transform-runtime": "7.18.5",
"@babel/preset-env": "7.18.2",
"@babel/preset-react": "7.17.12",
"@babel/preset-typescript": "7.17.12",
"@lerna-lite/cli": "1.5.0",
"@lerna-lite/cli": "1.5.1",
"@rollup/plugin-commonjs": "22.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
Expand Down Expand Up @@ -59,7 +59,7 @@
"jest": "27.5.1",
"npm-run-all": "4.1.5",
"png.js": "0.2.1",
"prettier": "2.6.2",
"prettier": "2.7.0",
"prettier-plugin-jsdoc": "0.3.38",
"react": "18.1.0",
"react-dom": "18.1.0",
Expand All @@ -70,7 +70,7 @@
"rollup-plugin-terser": "7.0.2",
"turbo": "1.2.16",
"typescript": "4.7.3",
"verdaccio": "5.11.0"
"verdaccio": "5.12.0"
},
"changelog": {
"repo": "kmkzt/svg-drawing",
Expand Down
Loading

0 comments on commit 7bc85ef

Please sign in to comment.