Skip to content

Commit

Permalink
build: update package versions and fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vighnesh153 committed Dec 8, 2023
1 parent e3aa570 commit 3ccfe4d
Show file tree
Hide file tree
Showing 43 changed files with 7,934 additions and 6,001 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ test(`focus should be within side nav when we press the Tab key`, async ({ page
// Pressing tab should move focus to next item
await page.keyboard.press('Tab');

expect(await verticalNav.locator('*:focus').textContent()).toBe('About me');
expect(await verticalNav.locator('*:focus').textContent()).toBe(' About me ');
});

// prettier-ignore
Expand Down Expand Up @@ -211,7 +211,7 @@ test('focus should loop around to when using "Tab" to navigate', async ({ page }
const verticalNav = getVerticalNav(page);

await verticalNav.locator('a', { hasText: 'Resume' }).focus();
expect(await verticalNav.locator('*:focus').textContent()).toBe('Resume');
expect(await verticalNav.locator('*:focus').textContent()).toBe(' Resume ');

await page.keyboard.press('Tab');

Expand All @@ -227,5 +227,5 @@ test('focus should loop around backwards to when using "Shift + Tab" to navigate

await page.keyboard.press('Shift+Tab');

expect(await verticalNav.locator('*:focus').textContent()).toBe('Resume');
expect(await verticalNav.locator('*:focus').textContent()).toBe(' Resume ');
});
34 changes: 17 additions & 17 deletions nodejs-tools/nodejs-apps/vighnesh153-astro-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,35 +26,35 @@
"@vighnesh153/spl": "*",
"@vighnesh153/tsx-bundler": "*",
"@vighnesh153/utils": "*",
"svelte": "^4.2.0"
"svelte": "^4.2.8"
},
"devDependencies": {
"@astrojs/check": "^0.2.0",
"@astrojs/check": "^0.3.1",
"@astrojs/prefetch": "^0.4.0",
"@astrojs/svelte": "^4.0.2",
"@playwright/test": "^1.37.1",
"@astrojs/svelte": "^5.0.0",
"@playwright/test": "^1.40.1",
"@types/node": "*",
"@vighnesh153/fake-data": "*",
"@vighnesh153/tsconfig": "*",
"astro": "^3.0.12",
"astro-compress": "^2.0.15",
"autoprefixer": "^10.4.15",
"astro": "^4.0.3",
"astro-compress": "^2.2.3",
"autoprefixer": "^10.4.16",
"aws-cdk-lib": "*",
"browserslist": "^4.21.10",
"constructs": "10.2.70",
"browserslist": "^4.22.2",
"constructs": "10.3.0",
"cssnano": "^6.0.1",
"cssnano-preset-advanced": "^6.0.1",
"csstype": "^3.1.2",
"csstype": "^3.1.3",
"eslint-config-vighnesh153": "*",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.29",
"postcss-custom-media": "^10.0.0",
"postcss": "^8.4.32",
"postcss-custom-media": "^10.0.2",
"postcss-import": "^15.1.0",
"sass": "^1.66.1",
"sst": "^2.24.27",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vitest": "^0.34.4"
"sass": "^1.69.5",
"sst": "^2.38.0",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3",
"vitest": "^1.0.2"
},
"browserslist": [
"defaults and supports es6-module",
Expand Down
26 changes: 13 additions & 13 deletions nodejs-tools/nodejs-apps/vighnesh153.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,32 @@
},
"dependencies": {
"@next-auth/mongodb-adapter": "^1.1.3",
"@vercel/analytics": "^1.0.2",
"@vercel/analytics": "^1.1.1",
"@vighnesh153/fake-data": "*",
"@vighnesh153/react-hooks": "*",
"@vighnesh153/react-ui": "*",
"@vighnesh153/utils": "*",
"eslint-config-vighnesh153": "*",
"mongodb": "^5.7.0",
"mongoose": "^7.4.3",
"next": "^13.4.16",
"next": "^14.0.3",
"next-auth": "^4.23.0",
"next-axiom": "^0.18.0",
"next-axiom": "^1.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2",
"uuid": "^9.0.0"
"typescript": "^5.3.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/node": "*",
"@types/jest": "^29.5.4",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^9.0.3",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"@types/jest": "^29.5.11",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@types/uuid": "^9.0.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mongodb-memory-server": "^8.15.1",
"ts-jest": "^29.1.1"
}
Expand Down
20 changes: 10 additions & 10 deletions nodejs-tools/nodejs-apps/vighnesh153.com_next13/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,29 @@
],
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.2.0",
"@vercel/analytics": "^1.0.2",
"@prisma/client": "^5.7.0",
"@vercel/analytics": "^1.1.1",
"@vighnesh153/react-hooks": "*",
"@vighnesh153/react-ui": "*",
"@vighnesh153/utils": "*",
"next": "^13.4.19",
"next": "^14.0.3",
"next-auth": "^4.23.1",
"next-axiom": "^0.18.0",
"next-axiom": "^1.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.0"
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/node": "*",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@vighnesh153/fake-data": "*",
"@vighnesh153/tsconfig": "*",
"eslint-config-vighnesh153": "*",
"npm-run-all": "^4.1.5",
"prisma": "^5.2.0",
"typescript": "^5.2.2",
"prisma": "^5.7.0",
"typescript": "^5.3.3",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.4"
"vitest": "^1.0.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"@types/node": "*",
"@vighnesh153/tsconfig": "*",
"eslint-config-vighnesh153": "*",
"nodemon": "^3.0.1",
"nodemon": "^3.0.2",
"npm-run-all": "^4.1.5",
"serverless": "^3.34.0",
"serverless-domain-manager": "7.1.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"serverless": "^3.38.0",
"serverless-domain-manager": "7.3.1",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"@types/node": "*",
"@vighnesh153/tsconfig": "*",
"eslint-config-vighnesh153": "*",
"nodemon": "^3.0.1",
"nodemon": "^3.0.2",
"npm-run-all": "^4.1.5",
"serverless": "^3.34.0",
"serverless-domain-manager": "7.1.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"serverless": "^3.38.0",
"serverless-domain-manager": "7.3.1",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"test": "vitest run"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230904.0",
"@cloudflare/workers-types": "^4.20231121.0",
"@types/node": "*",
"@types/node-fetch": "^2.6.4",
"@types/node-fetch": "^2.6.9",
"@vighnesh153/tsconfig": "*",
"eslint-config-vighnesh153": "*",
"typescript": "^5.2.2",
"vitest": "^0.34.4",
"wrangler": "3.7.0"
"typescript": "^5.3.3",
"vitest": "^1.0.2",
"wrangler": "3.19.0"
}
}
6 changes: 3 additions & 3 deletions nodejs-tools/nodejs-lib/drawing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@vighnesh153/tsconfig": "*",
"eslint-config-vighnesh153": "*",
"npm-run-all": "^4.1.5",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.4"
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.0.2"
}
}
8 changes: 4 additions & 4 deletions nodejs-tools/nodejs-lib/graphics-programming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"@types/node": "*",
"@vighnesh153/tsconfig": "*",
"@vighnesh153/utils": "*",
"csstype": "^3.1.2",
"csstype": "^3.1.3",
"eslint-config-vighnesh153": "*",
"npm-run-all": "^4.1.5",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "0.34.2"
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "1.0.2"
}
}
6 changes: 3 additions & 3 deletions nodejs-tools/nodejs-lib/simple-code-to-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@vighnesh153/utils": "*",
"eslint-config-vighnesh153": "*",
"npm-run-all": "^4.1.5",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.4"
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.0.2"
}
}
6 changes: 3 additions & 3 deletions nodejs-tools/nodejs-lib/spl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@vighnesh153/tsconfig": "*",
"eslint-config-vighnesh153": "*",
"npm-run-all": "^4.1.5",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.4"
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.0.2"
}
}
12 changes: 6 additions & 6 deletions nodejs-tools/nodejs-lib/tsx-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
"dist"
],
"dependencies": {
"axios": "^1.5.0",
"esbuild-wasm": "0.19.2",
"axios": "^1.6.2",
"esbuild-wasm": "0.19.8",
"localforage": "^1.10.0"
},
"devDependencies": {
"@types/node": "*",
"@vighnesh153/tsconfig": "*",
"@vighnesh153/utils": "*",
"eslint-config-vighnesh153": "*",
"jsdom": "^22.1.0",
"jsdom": "^23.0.1",
"npm-run-all": "^4.1.5",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "0.34.2"
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "1.0.2"
}
}
2 changes: 2 additions & 0 deletions nodejs-tools/nodejs-lib/tsx-bundler/src/bundler.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @vitest-environment node

import { JSDOM } from 'jsdom';
import { sleep } from '@vighnesh153/utils';

Expand Down
24 changes: 12 additions & 12 deletions nodejs-tools/nodejs-packages/eslint-config-vighnesh153/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,24 @@
"esnext"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.49.0",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "latest",
"eslint-define-config": "^1.23.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-astro": "^0.29.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-define-config": "^2.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-astro": "^0.30.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-perf": "^3.3.1",
"eslint-plugin-storybook": "^0.6.13"
"eslint-plugin-storybook": "^0.6.15"
},
"devDependencies": {
"@types/node": "*",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
6 changes: 3 additions & 3 deletions nodejs-tools/nodejs-packages/fake-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"dist"
],
"dependencies": {
"@ngneat/falso": "^7.1.0"
"@ngneat/falso": "^7.1.1"
},
"devDependencies": {
"@types/node": "*",
"@vighnesh153/tsconfig": "*",
"eslint-config-vighnesh153": "*",
"npm-run-all": "^4.1.5",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"tsup": "^8.0.1",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 3ccfe4d

Please sign in to comment.