Skip to content

Commit

Permalink
⬆️ Upgrade deps (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-walker committed Nov 22, 2023
1 parent bb885a9 commit 1cb2691
Show file tree
Hide file tree
Showing 20 changed files with 4,599 additions and 5,277 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-deps
- run: pnpm types

lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-deps
- run: pnpm lint

build:
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dist
coverage
*lock*
2 changes: 1 addition & 1 deletion apps/demo/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
12 changes: 6 additions & 6 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"devDependencies": {
"@cloudwalker/dom-utils": "*",
"@faker-js/faker": "^8.0.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.1",
"nanoid": "^4.0.2",
"@faker-js/faker": "^8.3.1",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.16",
"@vitejs/plugin-react": "^4.2.0",
"nanoid": "^5.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^4.3.9"
"vite": "^5.0.2"
}
}
2 changes: 1 addition & 1 deletion apps/demo/src/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ ul {
margin: unset;
padding: unset;
list-style-type: none;
}
}
2 changes: 1 addition & 1 deletion apps/demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"strict": true,
"jsx": "react-jsx"
}
}
}
6 changes: 3 additions & 3 deletions apps/demo/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import react from '@vitejs/plugin-react'
import { defineConfig } from 'vite'
import {defineConfig} from 'vite'

export default defineConfig({
plugins: [react()]
})
plugins: [react()],
})
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"private": true,
"type": "module",
"scripts": {
"format": "prettier --write .",
"preinstall": "npx only-allow pnpm",
"types": "turbo run types",
"lint": "turbo run lint",
Expand All @@ -11,9 +13,9 @@
"release": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"prettier": "^2.8.8",
"turbo": "^1.10.6"
"@changesets/cli": "^2.26.2",
"prettier": "^3.1.0",
"turbo": "^1.10.16"
},
"volta": {
"node": "18.14.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/dom-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"types": "./dist/main.d.ts",
"sideEffects": false,
"devDependencies": {
"@vitest/coverage-v8": "^0.32.2",
"happy-dom": "^9.20.3",
"tsup": "^7.1.0",
"typescript": "^5.0.4",
"vitest": "^0.32.2"
"@vitest/coverage-v8": "^0.34.6",
"happy-dom": "^12.10.3",
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"vitest": "^0.34.6"
},
"author": {
"name": "Luca Barone",
Expand Down
File renamed without changes.
35 changes: 18 additions & 17 deletions packages/react-inspect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@cloudwalker/react-inspect",
"version": "0.9.0",
"description": "Because json stringify is not enough",
"type": "module",
"scripts": {
"types": "tsc --noEmit",
"lint": "eslint --ignore-path=\"../../.gitignore\" .",
Expand Down Expand Up @@ -42,26 +43,26 @@
},
"devDependencies": {
"@cloudwalker/react-utils": "*",
"@storybook/addon-essentials": "^7.0.23",
"@storybook/addon-interactions": "^7.0.23",
"@storybook/addon-links": "^7.0.23",
"@storybook/react": "^7.0.23",
"@storybook/react-vite": "^7.0.23",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@vitejs/plugin-react": "^4.0.1",
"@vitest/coverage-v8": "^0.32.2",
"eslint": "^8.43.0",
"eslint-plugin-react": "^7.32.2",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/react-vite": "^7.5.3",
"@testing-library/react": "^14.1.2",
"@types/react": "^18.2.38",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^0.34.6",
"eslint": "^8.54.0",
"eslint-plugin-react": "^7.33.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanitize.css": "^13.0.0",
"storybook": "^7.0.23",
"tsup": "^7.1.0",
"typescript": "^5.0.4",
"vitest": "^0.32.2"
"storybook": "^7.5.3",
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"vitest": "^0.34.6"
},
"dependencies": {
"just-is-circular": "^2.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-inspect/src/main.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ test('works properly', () => {
</span>
<span
style="font-weight: bold;"
style="font-weight: bold; color: orange;"
>
666
</span>
Expand Down Expand Up @@ -114,7 +114,7 @@ test('works properly', () => {
style="cursor: pointer;"
>
<span
style="font-weight: bold;"
style="font-weight: bold; color: magenta;"
>
fn
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('DataHandler component', () => {
expect(container).toMatchInlineSnapshot(`
<div>
<span
style="font-weight: bold;"
style="font-weight: bold; color: orange;"
>
666
</span>
Expand Down Expand Up @@ -65,7 +65,7 @@ describe('DataHandler component', () => {
style="cursor: pointer;"
>
<span
style="font-weight: bold;"
style="font-weight: bold; color: magenta;"
>
fn
</span>
Expand Down
4 changes: 2 additions & 2 deletions packages/react-inspect/src/modules/Inspect/Inspect.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('Inspect component', () => {
</span>
<span
style="font-weight: bold;"
style="font-weight: bold; color: orange;"
>
666
</span>
Expand Down Expand Up @@ -116,7 +116,7 @@ describe('Inspect component', () => {
style="cursor: pointer;"
>
<span
style="font-weight: bold;"
style="font-weight: bold; color: magenta;"
>
fn
</span>
Expand Down
6 changes: 3 additions & 3 deletions packages/react-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"react": ">=16.8"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react": "^18.2.38",
"react": "^18.2.0",
"tsup": "^7.1.0",
"typescript": "^5.0.4"
"tsup": "^8.0.1",
"typescript": "^5.3.2"
}
}
4 changes: 2 additions & 2 deletions packages/ts-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"url": "https://github.com/cloud-walker"
},
"devDependencies": {
"tsup": "^7.1.0",
"typescript": "^5.0.4"
"tsup": "^8.0.1",
"typescript": "^5.3.2"
},
"publishConfig": {
"access": "public"
Expand Down
24 changes: 12 additions & 12 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
}
},
"devDependencies": {
"@pandacss/dev": "^0.4.0",
"@pandacss/types": "^0.4.0",
"@storybook/react": "^7.0.23",
"@storybook/react-vite": "^7.0.23",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"eslint": "^8.43.0",
"eslint-plugin-react": "^7.32.2",
"@pandacss/dev": "^0.18.3",
"@pandacss/types": "^0.18.3",
"@storybook/react": "^7.5.3",
"@storybook/react-vite": "^7.5.3",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.16",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-plugin-react": "^7.33.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.0.23",
"tsup": "^7.1.0"
"storybook": "^7.5.3",
"tsup": "^8.0.1"
}
}
Loading

0 comments on commit 1cb2691

Please sign in to comment.