Skip to content

Commit

Permalink
Prepare release v23.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haschek committed May 23, 2024
1 parent 3ca852e commit 3d19e42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eccenca/gui-elements",
"description": "GUI elements based on other libraries, usable in React application, written in Typescript.",
"version": "23.6.0",
"version": "23.7.0-rc.0",
"license": "Apache-2.0",
"homepage": "https://github.com/eccenca/gui-elements",
"bugs": "https://github.com/eccenca/gui-elements/issues",
Expand Down Expand Up @@ -85,21 +85,20 @@
"react-flow-renderer-lts": "npm:react-flow-renderer@^10.3.17",
"react-inlinesvg": "^3.0.3",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "15.5.0",
"rehype-raw": "^6.1.1",
"remark-definition-list": "^1.2.0",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.2",
"reset-css": "^5.0.2",
"unified": "^11.0.4",
"wicg-inert": "^3.1.2",
"react-syntax-highlighter": "15.5.0"
"wicg-inert": "^3.1.2"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-private-methods": "^7.16.11",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/react-syntax-highlighter": "15.5.11",
"@babel/preset-env": "^7.23.9",
"@babel/preset-flow": "^7.23.3",
"@babel/preset-react": "^7.23.3",
Expand All @@ -119,6 +118,7 @@
"@types/color": "^3.0.6",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/react-syntax-highlighter": "15.5.11",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-jest": "^29.7.0",
Expand Down

0 comments on commit 3d19e42

Please sign in to comment.