Skip to content
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
4 changes: 3 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
ignore-scripts=true
ignore-scripts=true
min-release-age=7
allow-git=none
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
24
6,809 changes: 2,862 additions & 3,947 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
},
"devDependencies": {
"eslint-config-custom": "workspace:*",
"turbo": "^2.4.0"
"turbo": "2.8.20"
},
"engines": {
"node": ">=14.0.0"
},
"packageManager": "npm@11.7.0"
"packageManager": "npm@11.11.0"
}
14 changes: 7 additions & 7 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"upgrade-packages": "ncu -u"
},
"dependencies": {
"eslint": "9.39.2",
"eslint": "9.39.4",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-cypress": "5.2.0",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-cypress": "6.2.1",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-config-turbo": "latest",
"@typescript-eslint/eslint-plugin": "8.50.0",
"@typescript-eslint/parser": "8.50.0",
"prettier": "3.7.4"
"@typescript-eslint/eslint-plugin": "8.57.2",
"@typescript-eslint/parser": "8.57.2",
"prettier": "3.8.1"
},
"devDependencies": {
"typescript": "5.9.3",
"npm-check-updates": "19.2.0"
"npm-check-updates": "19.6.6"
}
}
22 changes: 19 additions & 3 deletions packages/fontpicker/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ export default defineConfig({
devServer: {
framework: 'react',
bundler: 'vite',
viteConfig: {
plugins: [
{
name: 'remove-cypress-esbuild-plugin',
configResolved(config: any) {
const plugins = config.optimizeDeps?.esbuildOptions?.plugins
if (plugins) {
const index = plugins.findIndex((p: any) => p.name === 'cypress-esbuild-plugin')
if (index !== -1) {
plugins.splice(index, 1)
}
}
},
},
],
},
},
specPattern: 'src/**/*.cy.{js,jsx,ts,tsx}',
supportFile: 'cypress/support/component.ts',
Expand All @@ -17,8 +33,8 @@ export default defineConfig({
specPattern: 'cypress/e2e/*.cy.{js,jsx,ts,tsx}',
supportFile: 'cypress/support/e2e.ts',
experimentalStudio: true,
// setupNodeEvents(on, config) {
// // implement node event listeners here
// },
// setupNodeEvents(on, config) {
// // implement node event listeners here
// },
},
})
1 change: 0 additions & 1 deletion packages/fontpicker/docs/assets/FontPreviews-Tt6f16Kc.js

This file was deleted.

Binary file not shown.
1 change: 1 addition & 0 deletions packages/fontpicker/docs/assets/FontPreviews-gcHSmKJh.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
2 changes: 1 addition & 1 deletion packages/fontpicker/docs/assets/FontPreviews.css

Large diffs are not rendered by default.

Binary file modified packages/fontpicker/docs/assets/FontPreviews.css.br
Binary file not shown.
Binary file modified packages/fontpicker/docs/assets/FontPreviews.css.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/fontpicker/docs/assets/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified packages/fontpicker/docs/assets/index.css.br
Binary file not shown.
Binary file modified packages/fontpicker/docs/assets/index.css.gz
Binary file not shown.
50 changes: 25 additions & 25 deletions packages/fontpicker/docs/assets/index.js

Large diffs are not rendered by default.

Binary file modified packages/fontpicker/docs/assets/index.js.br
Binary file not shown.
Binary file modified packages/fontpicker/docs/assets/index.js.gz
Binary file not shown.
30 changes: 15 additions & 15 deletions packages/fontpicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,28 +90,28 @@
"@cypress/react": "9.0.1",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/node": "25.0.3",
"@types/opentype.js": "1.3.8",
"@types/react": "19.2.7",
"@types/node": "25.5.0",
"@types/opentype.js": "1.3.9",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react-swc": "4.2.2",
"cypress": "15.8.1",
"jsdom": "27.3.0",
"npm-check-updates": "19.2.0",
"@vitejs/plugin-react-swc": "4.3.0",
"cypress": "15.13.0",
"jsdom": "29.0.1",
"npm-check-updates": "19.6.6",
"npm-run-all": "4.1.5",
"opentype.js": "1.3.4",
"prettier": "3.7.4",
"react": "19.2.3",
"react-dom": "19.2.3",
"start-server-and-test": "2.1.3",
"prettier": "3.8.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"start-server-and-test": "3.0.0",
"ts-node": "10.9.2",
"tsconfig": "file:*",
"tsup": "8.5.1",
"typescript": "5.9.3",
"vite": "7.3.0",
"vite-plugin-compression2": "2.4.0",
"vitest": "4.0.15"
"vite": "8.0.3",
"vite-plugin-compression2": "2.5.3",
"vitest": "4.1.2"
}
}
Loading
Loading