fix: packages

This commit is contained in:
mathuo 2022-05-02 22:40:17 +01:00
parent 901a4d0c7f
commit c044af68e9
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281
8 changed files with 563 additions and 129420 deletions

67202
package-lock.json generated

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"name": "dockview-demo",
"private": true,
"version": "1.3.0",
"version": "1.3.1",
"description": "Demo project for https://github.com/mathuo/dockview",
"scripts": {
"build": "npm run build-webpack && npm run build-storybook",
@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"@mdx-js/react": "^2.1.1",
"dockview": "^1.3.0",
"dockview": "^1.3.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"recoil": "^0.7.2"

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "dockview-docs",
"version": "1.3.0",
"version": "1.3.1",
"private": true,
"scripts": {
"dev": "next dev",
@ -12,7 +12,7 @@
"@mdx-js/loader": "^2.1.1",
"@mdx-js/react": "^2.1.1",
"@next/mdx": "^12.1.5",
"dockview": "^1.3.0",
"dockview": "^1.3.1",
"next": "12.1.5",
"prism-react-renderer": "^1.3.1",
"react": "^18.0.0",

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "dockview",
"version": "1.3.0",
"version": "1.3.1",
"description": "Zero dependency layout manager supporting tabs, grids and splitviews with ReactJS support",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",

1118
yarn.lock

File diff suppressed because it is too large Load Diff