Skip to content

Commit

Permalink
Releasing 0.10.2 (#453)
Browse files Browse the repository at this point in the history
* chore: 0.10.2

* fix: allowing npm i to pass

* fix: npm audit

* fix: tests passing
  • Loading branch information
wjohnsto authored Sep 13, 2021
1 parent b1ba14b commit 96621e1
Show file tree
Hide file tree
Showing 6 changed files with 4,170 additions and 12,017 deletions.
4 changes: 2 additions & 2 deletions examples/next/getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"wpe-build": "next build"
},
"dependencies": {
"@faustjs/core": "^0.10.1",
"@faustjs/next": "^0.10.1",
"@faustjs/core": "^0.10.2",
"@faustjs/next": "^0.10.2",
"next": "^11.1.2",
"normalize.css": "^8.0.1",
"react": "^17.0.2",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@faustjs/core": "^0.10.2",
"@faustjs/react": "^0.10.2",
"@types/node": "^15.12.3",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react-router-dom": "^5.1.7",
"@faustjs/core": "^0.10.1",
"@faustjs/react": "^0.10.1",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"normalize.css": "^8.0.1",
Expand All @@ -19,7 +19,7 @@
"react-helmet-async": "^1.0.9",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-scripts": "^4.0.3",
"sass": "^1.35.1",
"typescript": "^4.3.4"
},
Expand Down
Loading

0 comments on commit 96621e1

Please sign in to comment.