Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump dependencies #34

Merged
merged 2 commits into from
Sep 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions demos/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
"@radix-ui/react-select": "1.2.2",
"class-variance-authority": "0.7.0",
"classnames": "2.3.2",
"jotai": "2.2.3",
"lucide-react": "0.263.1",
"next": "13.4.12",
"jotai": "2.4.1",
"lucide-react": "0.274.0",
"next": "13.4.19",
"next-themes": "0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "1.14.0"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.9",
"autoprefixer": "10.4.14",
"autoprefixer": "10.4.15",
"eslint-config-custom": "workspace:*",
"eslint-config-next": "13.4.12",
"postcss": "8.4.27",
"eslint-config-next": "13.4.19",
"postcss": "8.4.29",
"prettier-plugin-tailwindcss": "0.3.0",
"tailwindcss": "3.3.3"
},
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,37 @@
"name": "root",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@8.6.11",
"packageManager": "pnpm@8.7.1",
"scripts": {
"demo": "pnpm run --filter=nextjs-demo dev",
"dev": "concurrently \"npm:lib:build:watch\" \"npm:demo\" -c auto,cyan",
"format:write": "npx prettier **/*.{js,mjs,cjs,ts,tsx,json} --write .",
"format:check": "npx prettier **/*.{js,mjs,cjs,ts,tsx,json} --check .",
"lib:build": "pnpm run --filter=@marsidev/react-turnstile build",
"lib:build:watch": "pnpm run --filter=@marsidev/react-turnstile build:watch",
"lint": "pnpm run -r lint",
"lint:fix": "pnpm run -r lint:fix",
"lint": "pnpm run --parallel lint",
"lint:fix": "pnpm run --parallel lint:fix",
"release": "pnpm run --filter=@marsidev/react-turnstile release",
"test": "pnpm run test:integration && pnpm run test:e2e",
"test:e2e": "playwright test",
"test:integration": "pnpm run --filter=@marsidev/react-turnstile test:integration",
"type-check": "pnpm run -r type-check"
"type-check": "pnpm run --parallel type-check"
},
"devDependencies": {
"@antfu/ni": "0.21.5",
"@antfu/utils": "0.7.5",
"@antfu/ni": "0.21.8",
"@antfu/utils": "0.7.6",
"@playwright/test": "1.31.2",
"@types/node": "20.4.5",
"@types/react": "18.2.18",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"concurrently": "8.2.0",
"concurrently": "8.2.1",
"eslint-config-custom": "workspace:*",
"lint-staged": "13.2.3",
"lint-staged": "14.0.1",
"playwright": "1.31.2",
"pnpm": "8.6.11",
"pnpm": "8.7.1",
"prettier": "2.8.8",
"simple-git-hooks": "2.9.0",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
18 changes: 9 additions & 9 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"private": true,
"main": "index.js",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"eslint": "8.46.0",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"eslint": "8.48.0",
"eslint-config-marsi": "1.2.1",
"eslint-config-prettier": "8.9.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-standard": "17.1.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-n": "16.0.1",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-n": "16.0.2",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "5.0.0-canary-7118f5dd7-20230705",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
8 changes: 4 additions & 4 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@types/testing-library__jest-dom": "^5.14.9",
"bumpp": "9.1.1",
"@types/jest": "^29.5.4",
"bumpp": "9.2.0",
"jsdom": "^22.1.0",
"nodemon": "3.0.1",
"unbuild": "0.8.9",
"vitest": "^0.34.1"
"vitest": "^0.34.3"
},
"keywords": [
"cloudflare-turnstile",
Expand Down
8 changes: 0 additions & 8 deletions packages/lib/test/vitest.setup.ts

This file was deleted.

3 changes: 2 additions & 1 deletion packages/lib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"noEmit": true,
"paths": {
"~/*": ["./*"]
}
},
"types": ["@testing-library/jest-dom"]
},
"include": ["src", "test", "*.config.ts"],
"exclude": ["node_modules"]
Expand Down
4 changes: 1 addition & 3 deletions packages/lib/vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { resolve } from 'path'
import { defineConfig } from 'vitest/config'

// https://vitejs.dev/config/
Expand All @@ -7,7 +6,6 @@ export default defineConfig({
globals: true,
environment: 'jsdom',
include: ['./test/**/*.{test,spec}.{ts,mts,cts,tsx}'],
reporters: 'verbose',
setupFiles: [resolve(__dirname, 'test/vitest.setup.ts')]
reporters: 'verbose'
}
})
Loading