Skip to content

Commit

Permalink
beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Feb 27, 2022
1 parent 411c3bd commit a530d67
Show file tree
Hide file tree
Showing 6 changed files with 2,948 additions and 638 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sceneify-root",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"private": true,
"repository": {
"type": "git",
Expand All @@ -23,18 +23,18 @@
"create-version-tag": "node scripts/createVersionTag.js"
},
"devDependencies": {
"@beemo/cli": "^2.0.3",
"@beemo/core": "^2.1.1",
"@beemo/dev": "^1.7.4",
"typescript": "^4.4.4"
"@beemo/cli": "^2.0.5",
"@beemo/core": "^2.1.3",
"@beemo/dev": "^1.7.7",
"typescript": "^4.5.5"
},
"dependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@beemo/driver-babel": "^2.0.5",
"@beemo/driver-jest": "^2.0.4",
"jest": "^27.4.5",
"packemon": "^1.10.0",
"ts-jest": "^27.1.2"
"jest": "^27.5.1",
"packemon": "^1.14.0",
"ts-jest": "^27.1.3"
}
}
1 change: 1 addition & 0 deletions packages/animation/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"declarationDir": "dts",
"outDir": "dts",
"rootDir": "src",
"declarationMap": false,
"emitDeclarationOnly": true
},
"exclude": ["dts", "tests"],
Expand Down
1 change: 1 addition & 0 deletions packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"declarationDir": "dts",
"outDir": "dts",
"rootDir": "src",
"declarationMap": false,
"emitDeclarationOnly": true
},
"exclude": ["dts", "tests"],
Expand Down
1 change: 1 addition & 0 deletions packages/filters/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"declarationDir": "dts",
"outDir": "dts",
"rootDir": "src",
"declarationMap": false,
"emitDeclarationOnly": true
},
"exclude": ["dts", "tests"],
Expand Down
1 change: 1 addition & 0 deletions packages/sources/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"declarationDir": "dts",
"outDir": "dts",
"rootDir": "src",
"declarationMap": false,
"emitDeclarationOnly": true
},
"exclude": ["dts", "tests"],
Expand Down
Loading

0 comments on commit a530d67

Please sign in to comment.