Update packages

This commit is contained in:
nthouliss 2022-11-28 16:05:20 +11:00
parent c5859ba674
commit 7c4456d2b5
2 changed files with 5618 additions and 6941 deletions

View File

@ -8,28 +8,28 @@
"@dnd-kit/core": "^3.1.1", "@dnd-kit/core": "^3.1.1",
"@dnd-kit/sortable": "^4.0.0", "@dnd-kit/sortable": "^4.0.0",
"@mitchemmc/dexie-export-import": "^1.0.1", "@mitchemmc/dexie-export-import": "^1.0.1",
"@msgpack/msgpack": "^2.7.2", "@msgpack/msgpack": "^2.8.0",
"@react-spring/konva": "9.4.4", "@react-spring/konva": "^9.5.5",
"@stripe/stripe-js": "^1.26.0", "@stripe/stripe-js": "^1.44.1",
"@tensorflow/tfjs": "^3.15.0", "@tensorflow/tfjs": "^3.15.0",
"@testing-library/jest-dom": "^5.16.3", "@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.0.0", "@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.0.3", "@testing-library/user-event": "^14.4.3",
"ajv": "^8.6.2", "ajv": "^8.11.2",
"ammo.js": "kripken/ammo.js#85c0614cd5338aa0843814fe7bbd2df48164ece7", "ammo.js": "kripken/ammo.js#85c0614cd5338aa0843814fe7bbd2df48164ece7",
"case": "^1.6.3", "case": "^1.6.3",
"color": "^3.2.1", "color": "^4.2.3",
"comlink": "^4.3.1", "comlink": "^4.3.1",
"deep-diff": "^1.0.2", "deep-diff": "^1.0.2",
"dexie": "^3.2.1", "dexie": "^3.2.2",
"dexie-react-hooks": "^1.0.7", "dexie-react-hooks": "^1.1.1",
"err-code": "^3.0.1", "err-code": "^3.0.1",
"fake-indexeddb": "^3.1.7", "fake-indexeddb": "^3.1.7",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"fuse.js": "^6.5.3", "fuse.js": "^6.6.2",
"image-outline": "^0.1.0", "image-outline": "^0.1.0",
"intersection-observer": "^0.12.0", "intersection-observer": "^0.12.2",
"konva": "8.3.5", "konva": "^8.3.14",
"lodash.chunk": "^4.2.0", "lodash.chunk": "^4.2.0",
"lodash.clonedeep": "^4.5.0", "lodash.clonedeep": "^4.5.0",
"lodash.get": "^4.4.2", "lodash.get": "^4.4.2",
@ -39,36 +39,36 @@
"pepjs": "^0.5.3", "pepjs": "^0.5.3",
"polygon-clipping": "^0.15.3", "polygon-clipping": "^0.15.3",
"pretty-bytes": "^6.0.0", "pretty-bytes": "^6.0.0",
"raw.macro": "^0.4.2", "raw.macro": "^0.7.0",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-intersection-observer": "8.33.1", "react-intersection-observer": "^9.4.1",
"react-konva": "^17.0.2-6", "react-konva": "^18.2.3",
"react-konva-utils": "^0.2.0", "react-konva-utils": "^0.3.0",
"react-markdown": "4", "react-markdown": "4.3.1",
"react-media": "^2.0.0-rc.1", "react-media": "^2.0.0-rc.1",
"react-modal": "^3.14.4", "react-modal": "^3.16.1",
"react-resize-detector": "^7.0.0", "react-resize-detector": "^7.0.0",
"react-router-dom": "^5.1.2", "react-router-dom": "^5.1.2",
"react-router-hash-link": "^2.4.3", "react-router-hash-link": "^2.4.3",
"react-scripts": "^4.0.3", "react-scripts": "^5.0.1",
"react-select": "^5.2.2", "react-select": "^5.6.1",
"react-spring": "9.4.4", "react-spring": "^9.5.5",
"react-textarea-autosize": "^8.3.3", "react-textarea-autosize": "^8.4.0",
"react-toast-notifications": "^2.5.1", "react-toast-notifications": "^2.5.1",
"react-use-gesture": "^9.1.3", "react-use-gesture": "^9.1.3",
"shortid": "^2.2.15", "shortid": "^2.2.15",
"simple-peer": "^9.11.1", "simple-peer": "^9.11.1",
"simplebar-react": "^2.3.6", "simplebar-react": "^2.4.3",
"simplify-js": "^1.2.4", "simplify-js": "^1.2.4",
"socket.io-client": "^4.5.4", "socket.io-client": "^4.5.4",
"socket.io-msgpack-parser": "^3.0.2", "socket.io-msgpack-parser": "^3.0.2",
"source-map-explorer": "^2.5.2", "source-map-explorer": "^2.5.3",
"theme-ui": "^0.10.0", "theme-ui": "^0.15.4",
"tiny-typed-emitter": "^2.1.0", "tiny-typed-emitter": "^2.1.0",
"use-image": "1.0.10", "use-image": "^1.1.0",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"webrtc-adapter": "^8.1.1" "webrtc-adapter": "^8.2.0"
}, },
"scripts": { "scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'", "analyze": "source-map-explorer 'build/static/js/*.js'",
@ -93,25 +93,25 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@types/color": "^3.0.1", "@types/color": "^3.0.3",
"@types/deep-diff": "^1.0.0", "@types/deep-diff": "^1.0.0",
"@types/file-saver": "^2.0.5", "@types/file-saver": "^2.0.5",
"@types/jest": "^27.4.1", "@types/jest": "^27.4.1",
"@types/lodash.chunk": "^4.2.6", "@types/lodash.chunk": "^4.2.7",
"@types/lodash.clonedeep": "^4.5.6", "@types/lodash.clonedeep": "^4.5.7",
"@types/lodash.get": "^4.4.6", "@types/lodash.get": "^4.4.7",
"@types/lodash.set": "^4.3.6", "@types/lodash.set": "^4.3.7",
"@types/node": "^15.6.0", "@types/node": "^15.6.0",
"@types/normalize-wheel": "^1.0.0", "@types/normalize-wheel": "^1.0.1",
"@types/react": "^17.0.6", "@types/react": "^17.0.6",
"@types/react-dom": "^17.0.5", "@types/react-dom": "^17.0.5",
"@types/react-modal": "^3.13.1", "@types/react-modal": "^3.13.1",
"@types/react-router-dom": "^5.1.7", "@types/react-router-dom": "^5.1.7",
"@types/react-select": "^5.0.1", "@types/react-select": "^5.0.1",
"@types/shortid": "^0.0.29", "@types/shortid": "^0.0.29",
"@types/simple-peer": "^9.11.4", "@types/simple-peer": "^9.11.5",
"@types/uuid": "^8.3.4", "@types/uuid": "^8.3.4",
"typescript": "^4.2.4", "typescript": "^4.9.3",
"worker-loader": "^3.0.8" "worker-loader": "^3.0.8"
} }
} }

12487
yarn.lock

File diff suppressed because it is too large Load Diff