mirror of
https://hk.gh-proxy.com/https://github.com/syntatis/kubrick.git
synced 2026-07-27 13:18:27 +08:00
Bumps the npm-dev-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.43.0` | `8.65.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.43.0` | `8.65.0` | | [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.9.6` | | [@react-types/shared](https://github.com/adobe/react-spectrum) | `3.32.0` | `3.36.0` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.0` | `16.3.2` | | [sass](https://github.com/sass/dart-sass) | `1.92.1` | `1.102.0` | | [sass-embedded](https://github.com/sass/embedded-host-node) | `1.92.1` | `1.100.0` | Updates `@typescript-eslint/eslint-plugin` from 8.43.0 to 8.65.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.65.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.43.0 to 8.65.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.65.0/packages/parser) Updates `prettier` from 3.6.2 to 3.9.6 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.6.2...3.9.6) Updates `@react-types/shared` from 3.32.0 to 3.36.0 - [Release notes](https://github.com/adobe/react-spectrum/releases) - [Commits](https://github.com/adobe/react-spectrum/compare/@react-types/shared@3.32.0...@react-types/shared@3.36.0) Updates `@testing-library/react` from 16.3.0 to 16.3.2 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v16.3.0...v16.3.2) Updates `sass` from 1.92.1 to 1.102.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.92.1...1.102.0) Updates `sass-embedded` from 1.92.1 to 1.100.0 - [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/embedded-host-node/compare/1.92.1...1.100.0) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.65.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dev-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.65.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dev-dependencies - dependency-name: prettier dependency-version: 3.9.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dev-dependencies - dependency-name: "@react-types/shared" dependency-version: 3.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dev-dependencies - dependency-name: "@testing-library/react" dependency-version: 16.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dev-dependencies - dependency-name: sass dependency-version: 1.102.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dev-dependencies - dependency-name: sass-embedded dependency-version: 1.100.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"name": "@syntatis/kubrick-dev",
|
|
"description": "Classic WordPress Admin UI (Development)",
|
|
"version": "0.2.1",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"keywords": [
|
|
"admin-dashboard",
|
|
"css-modules",
|
|
"react",
|
|
"component-library",
|
|
"wordpress",
|
|
"development"
|
|
],
|
|
"sideEffects": [
|
|
"**/*.css"
|
|
],
|
|
"module": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"clsx": "^2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@syntatis/eslint-config": "3.0.0",
|
|
"@syntatis/stylelint-config": "2.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.65.0",
|
|
"@typescript-eslint/parser": "^8.65.0",
|
|
"@vitejs/plugin-react": "^5.0.2",
|
|
"eslint": "^9.35.0",
|
|
"glob": "^11.0.2",
|
|
"prettier": "^3.9.6",
|
|
"react": "^18.0.0",
|
|
"sass-embedded": "^1.100.0",
|
|
"stylelint": "^16.23.1",
|
|
"typescript": "^5.9.2",
|
|
"vite": "^7.2.2",
|
|
"vite-plugin-dts": "^4.5.4",
|
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
"vite-tsconfig-paths": "^5.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"format": "npm run format:scripts && npm run format:styles",
|
|
"format:scripts": "eslint . --fix",
|
|
"format:styles": "stylelint '**/*.scss' --fix",
|
|
"lint:scripts": "eslint .",
|
|
"lint:styles": "stylelint '**/*.{css,scss,sass}'",
|
|
"lint:types": "tsc --noEmit"
|
|
}
|
|
}
|