chore: dependencies

pull/6602/head
Peng Xiao 2022-09-02 21:38:40 +08:00
parent b9f76784e6
commit 886c98a222
6 changed files with 651 additions and 587 deletions

View File

@ -25,7 +25,7 @@
"@types/react-dom": "^17.0.0",
"autoprefixer": "^10.4.7",
"concurrently": "^7.2.1",
"esbuild": "^0.15.5",
"esbuild": "^0.15.6",
"mobx": "^6.6.0",
"mobx-react-lite": "^3.4.0",
"perfect-freehand": "^1.1.0",

View File

@ -3,11 +3,11 @@
"private": true,
"version": "0.0.0-dev",
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.18.2",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24",
"vite": "^3.0.0",
"@babel/plugin-proposal-decorators": "^7.18.2"
"vite": "^3.0.9"
},
"scripts": {
"dev": "vite"

View File

@ -28,12 +28,11 @@
"@types/node": "^17.0.42",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint": "^8.17.0",
"fake-indexeddb": "^3.1.8",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint": "^8.23.0",
"init-package-json": "^3.0.2",
"lerna": "^5.1.1",
"lerna": "^5.5.0",
"lint-staged": "^13.0.1",
"prettier": "^2.6.2",
"prettier-plugin-jsdoc": "^0.3.38",
@ -41,7 +40,7 @@
"resize-observer-polyfill": "^1.5.1",
"tslib": "^2.4.0",
"typedoc": "^0.22.17",
"typescript": "^4.7.3"
"typescript": "^4.8.2"
},
"dependencies": {
"@types/uuid": "^8.3.4"

View File

@ -37,7 +37,7 @@
"dependencies": {
"@tldraw/intersect": "2.0.0-alpha.1",
"@tldraw/vec": "2.0.0-alpha.1",
"@use-gesture/react": "^10.2.15",
"@use-gesture/react": "^10.2.19",
"fast-copy": "^2.1.3",
"fast-deep-equal": "^3.1.3",
"hotkeys-js": "^3.9.5",

View File

@ -35,7 +35,7 @@
"@tldraw/core": "2.0.0-alpha.1",
"@tldraw/intersect": "2.0.0-alpha.1",
"@tldraw/vec": "2.0.0-alpha.1",
"@use-gesture/react": "^10.2.15",
"@use-gesture/react": "^10.2.19",
"hotkeys-js": "^3.9.5",
"is-plain-object": "^5.0.0",
"mobx": "^6.6.0",

File diff suppressed because it is too large Load Diff