Skip to content

Commit

Permalink
Ulms 2723 whiteboard page change fix (#269)
Browse files Browse the repository at this point in the history
* fix: render error when pages changes quickly

* Version up to 3.3.19

* ESLint

* fix: comment

* chore(drawing): Version up to 3.4.1

* chore(drawing-toolbar): package-lock fix

* chore(drawing-toolbar): eslint fix

* fix: babel settings for tests
  • Loading branch information
Flyer3d authored Apr 9, 2024
1 parent 90e69c2 commit 19ca1d5
Show file tree
Hide file tree
Showing 9 changed files with 180 additions and 120 deletions.
4 changes: 2 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
env: {
jest: {
presets: ['@babel/preset-react'],
plugins: ['@babel/plugin-proposal-class-properties']
}
plugins: ['@babel/plugin-proposal-class-properties', '@babel/plugin-transform-private-methods'],
},
},
}
88 changes: 39 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
},
"dependencies": {
"classnames-es": "^2.2.6",
"d3-queue": "~3.0.7",
"debug": "^4.1.0",
"lodash": "^4.17.20",
"query-string": "^6.2.0",
Expand All @@ -61,6 +60,7 @@
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-private-methods": "^7.24.1",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.12.13",
Expand Down
Loading

0 comments on commit 19ca1d5

Please sign in to comment.