mirror of
https://github.com/penpot/penpot.git
synced 2026-07-05 05:45:17 +00:00
⬆️ Update and fixed warnings on plugins module
This commit is contained in:
parent
f38d6cf0f2
commit
92035ebd94
@ -10,7 +10,7 @@
|
||||
"prefix": "app",
|
||||
"architect": {
|
||||
"build": {
|
||||
"builder": "@angular-devkit/build-angular:application",
|
||||
"builder": "@angular/build:application",
|
||||
"options": {
|
||||
"outputPath": {
|
||||
"base": "dist/apps/contrast-plugin",
|
||||
@ -62,7 +62,7 @@
|
||||
"defaultConfiguration": "production"
|
||||
},
|
||||
"serve": {
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"builder": "@angular/build:dev-server",
|
||||
"configurations": {
|
||||
"production": { "buildTarget": "contrast-plugin:build:production" },
|
||||
"development": {
|
||||
@ -82,7 +82,7 @@
|
||||
"prefix": "app",
|
||||
"architect": {
|
||||
"build": {
|
||||
"builder": "@angular-devkit/build-angular:application",
|
||||
"builder": "@angular/build:application",
|
||||
"options": {
|
||||
"outputPath": {
|
||||
"base": "dist/apps/icons-plugin",
|
||||
@ -134,7 +134,7 @@
|
||||
"defaultConfiguration": "production"
|
||||
},
|
||||
"serve": {
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"builder": "@angular/build:dev-server",
|
||||
"configurations": {
|
||||
"production": { "buildTarget": "icons-plugin:build:production" },
|
||||
"development": {
|
||||
@ -154,7 +154,7 @@
|
||||
"prefix": "app",
|
||||
"architect": {
|
||||
"build": {
|
||||
"builder": "@angular-devkit/build-angular:application",
|
||||
"builder": "@angular/build:application",
|
||||
"options": {
|
||||
"outputPath": {
|
||||
"base": "dist/apps/lorem-ipsum-plugin",
|
||||
@ -206,7 +206,7 @@
|
||||
"defaultConfiguration": "production"
|
||||
},
|
||||
"serve": {
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"builder": "@angular/build:dev-server",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"buildTarget": "lorem-ipsum-plugin:build:production"
|
||||
@ -228,7 +228,7 @@
|
||||
"prefix": "app",
|
||||
"architect": {
|
||||
"build": {
|
||||
"builder": "@angular-devkit/build-angular:application",
|
||||
"builder": "@angular/build:application",
|
||||
"options": {
|
||||
"outputPath": {
|
||||
"base": "dist/apps/table-plugin",
|
||||
@ -280,7 +280,7 @@
|
||||
"defaultConfiguration": "production"
|
||||
},
|
||||
"serve": {
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"builder": "@angular/build:dev-server",
|
||||
"configurations": {
|
||||
"production": { "buildTarget": "table-plugin:build:production" },
|
||||
"development": {
|
||||
@ -300,7 +300,7 @@
|
||||
"prefix": "app",
|
||||
"architect": {
|
||||
"build": {
|
||||
"builder": "@angular-devkit/build-angular:application",
|
||||
"builder": "@angular/build:application",
|
||||
"options": {
|
||||
"outputPath": {
|
||||
"base": "dist/apps/rename-layers-plugin",
|
||||
@ -352,7 +352,7 @@
|
||||
"defaultConfiguration": "production"
|
||||
},
|
||||
"serve": {
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"builder": "@angular/build:dev-server",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"buildTarget": "rename-layers-plugin:build:production"
|
||||
@ -374,7 +374,7 @@
|
||||
"prefix": "app",
|
||||
"architect": {
|
||||
"build": {
|
||||
"builder": "@angular-devkit/build-angular:application",
|
||||
"builder": "@angular/build:application",
|
||||
"options": {
|
||||
"outputPath": {
|
||||
"base": "dist/apps/colors-to-tokens-plugin",
|
||||
@ -426,7 +426,7 @@
|
||||
"defaultConfiguration": "production"
|
||||
},
|
||||
"serve": {
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"builder": "@angular/build:dev-server",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"buildTarget": "colors-to-tokens-plugin:build:production"
|
||||
@ -448,7 +448,7 @@
|
||||
"prefix": "app",
|
||||
"architect": {
|
||||
"build": {
|
||||
"builder": "@angular-devkit/build-angular:application",
|
||||
"builder": "@angular/build:application",
|
||||
"options": {
|
||||
"outputPath": {
|
||||
"base": "dist/apps/poc-state-plugin",
|
||||
@ -499,7 +499,7 @@
|
||||
"defaultConfiguration": "production"
|
||||
},
|
||||
"serve": {
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"builder": "@angular/build:dev-server",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"buildTarget": "poc-state-plugin:build:production"
|
||||
@ -521,7 +521,7 @@
|
||||
"prefix": "app",
|
||||
"architect": {
|
||||
"build": {
|
||||
"builder": "@angular-devkit/build-angular:application",
|
||||
"builder": "@angular/build:application",
|
||||
"options": {
|
||||
"outputPath": {
|
||||
"base": "dist/apps/poc-tokens-plugin",
|
||||
@ -573,7 +573,7 @@
|
||||
"defaultConfiguration": "production"
|
||||
},
|
||||
"serve": {
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"builder": "@angular/build:dev-server",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"buildTarget": "poc-tokens-plugin:build:production"
|
||||
|
||||
@ -31,12 +31,12 @@
|
||||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "22.0.4",
|
||||
"@angular-devkit/core": "22.0.4",
|
||||
"@angular-devkit/schematics": "22.0.4",
|
||||
"@angular-eslint/eslint-plugin": "22.0.0",
|
||||
"@angular-eslint/eslint-plugin-template": "22.0.0",
|
||||
"@angular-eslint/template-parser": "22.0.0",
|
||||
"@angular/build": "22.0.4",
|
||||
"@angular/cli": "22.0.4",
|
||||
"@angular/compiler-cli": "22.0.4",
|
||||
"@angular/language-service": "22.0.4",
|
||||
@ -55,7 +55,6 @@
|
||||
"esbuild": "^0.28.1",
|
||||
"eslint": "10.6.0",
|
||||
"eslint-config-prettier": "10.1.8",
|
||||
"eslint-plugin-deprecation": "^3.0.0",
|
||||
"eslint-plugin-import": "2.32.0",
|
||||
"eslint-plugin-jsx-a11y": "6.10.2",
|
||||
"eslint-plugin-react": "7.37.5",
|
||||
@ -80,21 +79,18 @@
|
||||
"yargs": "^18.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "22.0.4",
|
||||
"@angular/common": "22.0.4",
|
||||
"@angular/compiler": "22.0.4",
|
||||
"@angular/core": "22.0.4",
|
||||
"@angular/forms": "22.0.4",
|
||||
"@angular/platform-browser": "22.0.4",
|
||||
"@angular/platform-browser-dynamic": "22.0.4",
|
||||
"@angular/router": "22.0.4",
|
||||
"axios": "^1.16.1",
|
||||
"axios": "^1.18.1",
|
||||
"feather-icons": "^4.29.2",
|
||||
"puppeteer": "^25.1.0",
|
||||
"puppeteer": "^25.2.1",
|
||||
"rxjs": "~7.8.2",
|
||||
"ses": "^2.1.0",
|
||||
"ses": "^2.2.0",
|
||||
"tslib": "^2.8.1",
|
||||
"uuid": "^14.0.0",
|
||||
"zod": "^4.4.3",
|
||||
"zone.js": "0.16.2"
|
||||
}
|
||||
|
||||
3738
plugins/pnpm-lock.yaml
generated
3738
plugins/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -12,3 +12,9 @@ allowBuilds:
|
||||
workerd: true
|
||||
|
||||
linkWorkspacePackages: true
|
||||
|
||||
peerDependencyRules:
|
||||
allowedVersions:
|
||||
"eslint-plugin-import>eslint": "10.6.0"
|
||||
"eslint-plugin-jsx-a11y>eslint": "10.6.0"
|
||||
"eslint-plugin-react>eslint": "10.6.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user