Skip to content

Commit

Permalink
fix(deps): upgrade all dependencies (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Mar 18, 2024
1 parent 69a3eb4 commit 52ca654
Show file tree
Hide file tree
Showing 43 changed files with 7,730 additions and 4,807 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
@@ -1 +1,2 @@
package.json
package.json
CHANGELOG..md
26 changes: 13 additions & 13 deletions docs/package.json
Expand Up @@ -11,29 +11,29 @@
},
"dependencies": {
"@algolia/client-search": "^4.22.1",
"@astrojs/mdx": "^2.0.0",
"@astrojs/preact": "^3.1.0",
"@astrojs/react": "^3.0.9",
"@astrojs/rss": "^4.0.4",
"@astrojs/sitemap": "^3.0.5",
"@docsearch/css": "^3.5.2",
"@docsearch/react": "^3.5.2",
"@astrojs/mdx": "^2.2.0",
"@astrojs/preact": "^3.1.1",
"@astrojs/react": "^3.1.0",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@docsearch/css": "^3.6.0",
"@docsearch/react": "^3.6.0",
"@preact/signals": "^1.2.2",
"@types/node": "^20.11.11",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/node": "^20.11.28",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@unpic/astro": "workspace:^",
"@unpic/placeholder": "^0.1.2",
"@unpic/react": "workspace:^",
"astro": "^4.2.7",
"astro": "^4.5.5",
"astro-icon": "^0.8.2",
"blurhash": "^2.0.5",
"pako": "^2.1.0",
"preact": "^10.19.3",
"preact": "^10.19.6",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-live": "^4.1.5"
"react-live": "^4.1.6"
},
"devDependencies": {
"@types/pako": "^2.0.3",
Expand Down
24 changes: 12 additions & 12 deletions examples/angular/package.json
Expand Up @@ -9,27 +9,27 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.1.1",
"@angular/common": "^17.1.1",
"@angular/compiler": "^17.1.1",
"@angular/core": "^17.1.1",
"@angular/forms": "^17.1.1",
"@angular/platform-browser": "^17.1.1",
"@angular/platform-browser-dynamic": "^17.1.1",
"@angular/router": "^17.1.1",
"@angular/animations": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/forms": "^17.3.0",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"@unpic/angular": "workspace:^",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.3"
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.1.1",
"@angular-devkit/build-angular": "^17.3.0",
"@angular/cli": "~17.0.10",
"@angular/compiler-cli": "^17.1.1",
"@angular/compiler-cli": "^17.3.0",
"@testing-library/angular": "^14.5.1",
"@types/jasmine": "~4.3.6",
"jasmine-core": "~4.6.0",
"karma": "~6.4.2",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/astro/package.json
Expand Up @@ -11,6 +11,6 @@
},
"dependencies": {
"@unpic/astro": "workspace:^",
"astro": "^4.2.7"
"astro": "^4.5.5"
}
}
4 changes: 2 additions & 2 deletions examples/lit/package.json
Expand Up @@ -11,13 +11,13 @@
"author": "",
"license": "MIT",
"devDependencies": {
"parcel": "^2.11.0"
"parcel": "^2.12.0"
},
"browserslist": [
"Chrome > 50"
],
"dependencies": {
"@unpic/lit": "workspace:^",
"lit": "^2.8.0"
"lit": "^3.1.2"
}
}
10 changes: 5 additions & 5 deletions examples/nextjs/package.json
Expand Up @@ -9,14 +9,14 @@
"lint": "next lint"
},
"dependencies": {
"@types/node": "^20.11.11",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/node": "^20.11.28",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@unpic/react": "workspace:^",
"next": "^14.1.0",
"next": "^14.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"devDependencies": {
"@netlify/plugin-nextjs": "5.0.0-rc.1"
Expand Down
10 changes: 5 additions & 5 deletions examples/preact/package.json
Expand Up @@ -15,13 +15,13 @@
"@impalajs/core": "^0.0.12",
"@impalajs/preact": "^0.0.12",
"@unpic/preact": "workspace:^",
"preact": "^10.19.3"
"preact": "^10.19.6"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@playwright/test": "^1.41.2",
"@preact/preset-vite": "^2.8.1",
"typescript": "^5.3.3",
"@babel/core": "^7.24.0",
"@playwright/test": "^1.42.1",
"@preact/preset-vite": "^2.8.2",
"typescript": "^5.4.2",
"vite": "^4.5.2"
}
}
45 changes: 23 additions & 22 deletions examples/qwik/.eslintrc.cjs
Expand Up @@ -6,36 +6,37 @@ module.exports = {
node: true,
},
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:qwik/recommended',
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:qwik/recommended",
],
parser: '@typescript-eslint/parser',
parser: "@typescript-eslint/parser",
parserOptions: {
tsconfigRootDir: __dirname,
project: ['./tsconfig.json'],
project: ["./tsconfig.json"],
ecmaVersion: 2021,
sourceType: 'module',
sourceType: "module",
ecmaFeatures: {
jsx: true,
},
},
plugins: ['@typescript-eslint'],
plugins: ["@typescript-eslint"],
rules: {
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-inferrable-types': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/no-empty-interface': 'off',
'@typescript-eslint/no-namespace': 'off',
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/no-this-alias': 'off',
'@typescript-eslint/ban-types': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
'prefer-spread': 'off',
'no-case-declarations': 'off',
'no-console': 'off',
'@typescript-eslint/no-unused-vars': ['error'],
'@typescript-eslint/consistent-type-imports': 'warn',
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-inferrable-types": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-namespace": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-this-alias": "off",
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/ban-ts-comment": "off",
"prefer-spread": "off",
"no-case-declarations": "off",
"no-console": "off",
"@typescript-eslint/no-unused-vars": ["error"],
"@typescript-eslint/consistent-type-imports": "warn",
"@typescript-eslint/no-unnecessary-condition": "warn",
},
};
5 changes: 4 additions & 1 deletion examples/qwik/.gitignore
Expand Up @@ -6,6 +6,7 @@

# Development
node_modules
*.local

# Cache
.cache
Expand All @@ -24,7 +25,9 @@ lerna-debug.log*

# Editor
.vscode/*
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/*.code-snippets

.idea
.DS_Store
*.suo
Expand Down
1 change: 0 additions & 1 deletion examples/qwik/.node-version

This file was deleted.

1 change: 0 additions & 1 deletion examples/qwik/.prettierignore
Expand Up @@ -26,7 +26,6 @@ build
.cache
.vscode
.rollup.cache
dist
tsconfig.tsbuildinfo
vite.config.ts
*.spec.tsx
Expand Down

0 comments on commit 52ca654

Please sign in to comment.