Skip to content

Commit

Permalink
Restore js-cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
theodesp committed Apr 2, 2024
1 parent 612d01d commit e4cf7c3
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 1 deletion.
76 changes: 76 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion packages/faustwp-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.176",
"@types/node": "^17.0.17",
"@types/js-cookie": "^3.0.6",
"@types/testing-library__react": "10.2.0",
"concurrently": "^7.6.0",
"fetch-mock": "9.11.0",
Expand All @@ -40,7 +41,8 @@
"isomorphic-fetch": "^3.0.0",
"js-sha256": "^0.9.0",
"lodash": "^4.17.21",
"zen-observable-ts": "^1.1.0"
"zen-observable-ts": "^1.1.0",
"js-cookie": "^3.0.5"
},
"scripts": {
"dev": "concurrently \"npm:watch-*\" --prefix-colors \"auto\"",
Expand Down

0 comments on commit e4cf7c3

Please sign in to comment.