Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Sep 14, 2022
1 parent 78a829b commit 880b5fa
Show file tree
Hide file tree
Showing 3 changed files with 410 additions and 388 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ loadeer.observe()

The short CDN URLs are meant for prototyping. For production usage, use a fully resolved CDN URL to avoid resolving and redirect cost:

- Global build: https://unpkg.com/loadeer@2.0.1/dist/loadeer.iife.js
- Global build: https://unpkg.com/loadeer@2.1.0/dist/loadeer.iife.js
- Exposes `Loadeer` global property, supports auto initializing
- ESM build: https://unpkg.com/loadeer@2.0.1/dist/loadeer.es.js
- ESM build: https://unpkg.com/loadeer@2.1.0/dist/loadeer.es.js
- Must be used with `<script type="module">`

## Usage
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "loadeer",
"version": "2.0.1",
"packageManager": "pnpm@7.6.0",
"packageManager": "pnpm@7.11.0",
"description": "Tiny, performant, SEO-friendly lazy loading library",
"author": {
"name": "Johann Schopplich",
Expand Down Expand Up @@ -46,14 +46,14 @@
"release": "tsc --noEmit && bumpp --commit --push --tag"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@types/node": "^18.0.6",
"@antfu/eslint-config": "^0.26.3",
"@types/node": "^18.7.18",
"bumpp": "^8.2.1",
"eslint": "^8.20.0",
"eslint": "^8.23.1",
"lint-staged": "^13.0.3",
"simple-git-hooks": "^2.8.0",
"typescript": "^4.7.4",
"vite": "^3.0.2"
"typescript": "^4.8.3",
"vite": "^3.1.0"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down
Loading

0 comments on commit 880b5fa

Please sign in to comment.