Skip to content

Commit

Permalink
docs: add package-lock for demos
Browse files Browse the repository at this point in the history
  • Loading branch information
harttle committed Jul 2, 2023
1 parent 4759371 commit c0bc2de
Show file tree
Hide file tree
Showing 8 changed files with 17,829 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ node_modules/
# tmp
docs/public/js/liquid.browser.min.js
dist/
demo/*/package-lock.json
demo/*/yarn.json

# editors
Expand Down
17 changes: 17 additions & 0 deletions demo/esm/package-lock.json

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

12 changes: 12 additions & 0 deletions demo/nodejs/package-lock.json

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

16,737 changes: 16,737 additions & 0 deletions demo/reactjs/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/reactjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"html-react-parser": "^0.4.7",
"liquidjs": "^9.1.0",
"liquidjs": "^10.8.3",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-promise": "^2.0.3",
Expand Down
82 changes: 82 additions & 0 deletions demo/typescript/package-lock.json

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

2 changes: 1 addition & 1 deletion demo/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ts-node index.ts"
},
"dependencies": {
"liquidjs": "*",
"liquidjs": "^10.8.3",
"ts-node": "^8.10.2",
"typescript": "^4.2.4"
},
Expand Down
Loading

0 comments on commit c0bc2de

Please sign in to comment.