Skip to content

Commit

Permalink
chore: bump packages, vite, examples
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Dec 9, 2022
1 parent f51e142 commit c31cc6e
Show file tree
Hide file tree
Showing 16 changed files with 2,025 additions and 2,134 deletions.
10 changes: 5 additions & 5 deletions examples/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@lifi/widget": "^1.26.3",
"@lifi/widget": "^1.26.5",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.12",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"typescript": "^4.9.3",
"typescript": "^4.9.4",
"web-vitals": "^3.1.0"
},
"scripts": {
Expand Down
226 changes: 113 additions & 113 deletions examples/create-react-app/yarn.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@lifi/widget": "^1.26.3",
"@lifi/widget": "^1.26.5",
"@mdx-js/react": "^2.1.5",
"babel-plugin-styled-components": "^2.0.7",
"gatsby": "^5.2.0",
Expand All @@ -34,9 +34,9 @@
"styled-components": "^5.3.6"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/node": "^18.11.12",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
}
}
218 changes: 109 additions & 109 deletions examples/gatsby/yarn.lock

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"lint": "next lint"
},
"dependencies": {
"@lifi/widget": "^1.26.3",
"next": "13.0.5",
"@lifi/widget": "^1.26.5",
"next": "13.0.6",
"next-transpile-modules": "^10.0.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/node": "18.11.12",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"typescript": "4.9.3"
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"typescript": "4.9.4"
}
}
422 changes: 211 additions & 211 deletions examples/nextjs/yarn.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@sveltejs/vite-plugin-svelte": "^1.3.1",
"@sveltejs/vite-plugin-svelte": "^2.0.0",
"@tsconfig/svelte": "^3.0.0",
"@types/events": "^3.0.0",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/node": "^18.11.12",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"rollup-plugin-polyfill-node": "^0.11.0",
"svelte": "^3.53.1",
"svelte-check": "^2.10.0",
"svelte": "^3.54.0",
"svelte-check": "^2.10.2",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^3.2.4"
"typescript": "^4.9.4",
"vite": "^4.0.0"
},
"dependencies": {
"@lifi/widget": "^1.26.3",
"@lifi/widget": "^1.26.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
Loading

0 comments on commit c31cc6e

Please sign in to comment.