Skip to content

Commit

Permalink
versions: three 0.155, typescript: 5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nbogie committed Aug 14, 2023
1 parent 4008b5a commit ab96f1d
Show file tree
Hide file tree
Showing 2 changed files with 1,312 additions and 4,774 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"license": "CC-BY-NC-ND-4.0",
"dependencies": {
"three": "^0.140.0"
"three": "^0.155.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",
Expand All @@ -12,7 +12,7 @@
"@parcel/config-default": "^2.6.2",
"@parcel/transformer-typescript-tsc": "^2.6.2",
"@types/jest": "^26.0.23",
"@types/three": "^0.140.0",
"@types/three": "^0.155.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"babel-jest": "^27.0.2",
Expand All @@ -25,7 +25,7 @@
"prettier": "^2.3.1",
"rimraf": "^3.0.2",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
"typescript": "^5.1.6"
},
"scripts": {
"start": "yarn run clean && parcel src/index.html",
Expand Down
Loading

0 comments on commit ab96f1d

Please sign in to comment.