Skip to content

Commit

Permalink
fix: fix scenejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Dec 15, 2022
1 parent c392fcb commit 1652d1c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@daybrush/page": "^0.2.0",
"@daybrush/utils": "^1.7.0",
"scenejs": "~1.7.1",
"scenejs": "~1.8.0",
"shape-svg": "^0.3.1"
},
"devDependencies": {
Expand Down
6 changes: 4 additions & 2 deletions packages/react-scenejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "react-scenejs",
"version": "2.0.0-beta.0",
"lernaHelperReleaseType": "prerelease",
"lernaHelperPublishTag": "latest",
"repository": {
"type": "git",
"url": "https://github.com/daybrush/scenejs.git"
Expand Down Expand Up @@ -34,7 +36,7 @@
],
"dependencies": {
"@cfcs/react": "^0.0.9",
"scenejs": "~1.7.1"
"scenejs": "~1.8.0"
},
"scripts": {
"start": "rm -rf ./node_modules/.cache && react-scripts start",
Expand Down Expand Up @@ -72,7 +74,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"typescript": "^4.5.0<4.6.0",
"typescript": "^4.5.0 <4.6.0",
"web-vitals": "^2.1.4"
}
}
4 changes: 2 additions & 2 deletions packages/scenejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scenejs",
"version": "1.7.1",
"version": "1.8.0",
"description": "JavaScript & CSS timeline-based animation library",
"main": "dist/scene.cjs.js",
"module": "dist/scene.esm.js",
Expand All @@ -12,7 +12,7 @@
"test": "karma start",
"start": "rollup -c -w",
"test:chrome": "karma start --chrome",
"build": "rollup -c && print-sizes ./dist && npm run declaration",
"build": "rollup -c && print-sizes ./dist && npm run declaration && npm run lint",
"declaration": "tsc -p tsconfig.declaration.json",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14426,7 +14426,7 @@ typedarray@^0.0.6:
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==

"typescript@^4.5.0 <4.6.0", typescript@^4.5.0<4.6.0:
"typescript@^4.5.0 <4.6.0":
version "4.5.5"
resolved "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz"
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
Expand Down

0 comments on commit 1652d1c

Please sign in to comment.