Skip to content

Commit

Permalink
chore: update deps and lock (#7193)
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio authored Dec 17, 2024
2 parents ec8b181 + da35bd3 commit 7601617
Show file tree
Hide file tree
Showing 21 changed files with 1,353 additions and 1,341 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"devDependencies": {
"@commitlint/cli": "19.6.0",
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"cross-env": "7.0.3",
"husky": "9.1.7",
"js-yaml": "4.1.0",
"lerna": "8.1.9",
"license-report": "6.7.0",
"lint-staged": "15.2.10",
"license-report": "6.7.1",
"lint-staged": "15.2.11",
"npm-check-updates": "17.1.11",
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"ts-prune": "0.10.3",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"engines": {
"pnpm": "^9"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/angular/v15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.3.3",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1",
"typescript": "4.9.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/angular/v16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.3.3",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1",
"typescript": "5.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/angular/v17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.3.3",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1",
"typescript": "5.4.5",
Expand Down
12 changes: 6 additions & 6 deletions packages/adapters/angular/v18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,22 @@
"import": "./dist/index.js"
},
"devDependencies": {
"@angular/common": "18.2.12",
"@angular/compiler": "18.2.12",
"@angular/compiler-cli": "18.2.12",
"@angular/core": "18.2.12",
"@angular/common": "18.2.13",
"@angular/compiler": "18.2.13",
"@angular/compiler-cli": "18.2.13",
"@angular/core": "18.2.13",
"@public-ui/components": "workspace:*",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.3.3",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1",
"typescript": "5.5.4",
"zone.js": "0.14.10"
},
"peerDependencies": {
"@angular/core": "18.2.12",
"@angular/core": "18.2.13",
"@public-ui/components": "workspace:*"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
"@public-ui/components": "workspace:*",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.6.3",
"typescript": "5.7.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
"preact": ">=10.24.3"
"preact": ">=10.25.2"
},
"sideEffects": false,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/react-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@public-ui/react": "workspace:*",
"cpy-cli": "5.0.0",
"rimraf": "6.0.1",
"webpack": "5.96.1",
"webpack": "5.97.1",
"webpack-cli": "5.1.4"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.1",
"@types/react-dom": "18.3.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3",
"typescript": "5.7.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"solid-js": "1.9.3",
"typescript": "5.6.3",
"typescript": "5.7.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
"prepack": "unbuild"
},
"devDependencies": {
"@babel/types": "7.26.0",
"@babel/types": "7.26.3",
"@public-ui/components": "workspace:*",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"typescript": "5.6.3",
"typescript": "5.7.2",
"unbuild": "1.2.1",
"vue": "3.4.21"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
"dependencies": {
"@floating-ui/dom": "1.6.12",
"adopted-style-sheets": "1.1.6",
"adopted-style-sheets": "1.1.7",
"clsx": "2.1.1",
"color-convert": "2.0.1",
"color-rgba": "2.4.0",
Expand All @@ -85,7 +85,7 @@
"wcag-contrast": "3.0.0"
},
"devDependencies": {
"@playwright/test": "1.49.0",
"@playwright/test": "1.49.1",
"@public-ui/stencil-angular-output-target": "0.9.0",
"@public-ui/stencil-react-output-target": "0.6.0",
"@public-ui/stencil-solid-output-target": "0.2.0",
Expand All @@ -110,25 +110,25 @@
"cssnano": "7.0.6",
"eslint": "8.57.1",
"eslint-plugin-html": "8.1.2",
"eslint-plugin-jsdoc": "50.5.0",
"eslint-plugin-jsdoc": "50.6.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"jest": "26.6.3",
"knip": "5.37.1",
"lighthouse": "12.2.2",
"knip": "5.40.0",
"lighthouse": "12.3.0",
"mustache": "4.2.0",
"postcss": "8.4.49",
"postcss-sorting": "9.1.0",
"prettier": "3.3.3",
"prettier": "3.4.2",
"pug": "3.0.3",
"rimraf": "6.0.1",
"stencil-awesome-test": "1.0.6",
"terser": "5.36.0",
"terser": "5.37.0",
"twig": "1.17.1",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"adopted-style-sheets": "1.1.6"
"adopted-style-sheets": "1.1.7"
},
"files": [
"assets",
Expand Down
8 changes: 4 additions & 4 deletions packages/designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@public-ui/components": "workspace:*",
"@public-ui/solid": "workspace:*",
"@public-ui/themes": "workspace:*",
"monaco-editor": "0.52.0",
"monaco-editor": "0.52.2",
"monaco-editor-webpack-plugin": "7.1.0",
"prettier": "2.8.8",
"register-service-worker": "1.7.2",
Expand All @@ -50,18 +50,18 @@
"@types/prettier": "2.7.3",
"@unocss/preset-mini": "0.58.9",
"@unocss/webpack": "0.58.9",
"adopted-style-sheets": "1.1.6",
"adopted-style-sheets": "1.1.7",
"ajv": "8.17.1",
"chromedriver": "130.0.4",
"cpy-cli": "5.0.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"nightwatch-axe-verbose": "2.3.1",
"npm-run-all": "4.1.5",
"playwright": "1.49.0",
"playwright": "1.49.1",
"react-dev-utils": "12.0.1",
"rimraf": "6.0.1",
"ts-prune": "0.10.3",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"files": [
"dist"
Expand Down
22 changes: 11 additions & 11 deletions packages/samples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"watch": "ng build --watch --configuration development"
},
"dependencies": {
"@angular/animations": "18.2.12",
"@angular/common": "18.2.12",
"@angular/compiler": "18.2.12",
"@angular/core": "18.2.12",
"@angular/forms": "18.2.12",
"@angular/platform-browser": "18.2.12",
"@angular/platform-browser-dynamic": "18.2.12",
"@angular/router": "18.2.12",
"@angular/animations": "18.2.13",
"@angular/common": "18.2.13",
"@angular/compiler": "18.2.13",
"@angular/core": "18.2.13",
"@angular/forms": "18.2.13",
"@angular/platform-browser": "18.2.13",
"@angular/platform-browser-dynamic": "18.2.13",
"@angular/router": "18.2.13",
"@public-ui/angular-v18": "workspace:*",
"@public-ui/components": "workspace:*",
"@public-ui/theme-default": "workspace:*",
Expand All @@ -27,9 +27,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "18.2.12",
"@angular/cli": "18.2.12",
"@angular/compiler-cli": "18.2.12",
"@types/jasmine": "~5.1.4",
"jasmine-core": "~5.4.0",
"@angular/compiler-cli": "18.2.13",
"@types/jasmine": "~5.1.5",
"jasmine-core": "~5.5.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
Expand Down
22 changes: 11 additions & 11 deletions packages/samples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
"@leanup/stack": "1.3.54",
"@leanup/stack-react": "1.3.54",
"@leanup/stack-webpack": "1.3.54",
"@playwright/test": "1.49.0",
"@playwright/test": "1.49.1",
"@public-ui/components": "workspace:*",
"@public-ui/react": "workspace:*",
"@public-ui/themes": "workspace:*",
"@stencil/core": "4.22.3",
"@types/node": "ts5.6",
"@types/node": "ts5.7",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"@types/react-dom": "18.3.5",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@unocss/preset-uno": "0.58.9",
"@unocss/webpack": "0.58.9",
"adopted-style-sheets": "1.1.6",
"adopted-style-sheets": "1.1.7",
"ajv": "8.17.1",
"chromedriver": "130.0.4",
"cpy-cli": "5.0.0",
Expand All @@ -52,7 +52,7 @@
"eslint-plugin-react": "7.37.2",
"file-loader": "6.2.0",
"formik": "2.4.6",
"knip": "5.39.2",
"knip": "5.40.0",
"less-loader": "12.2.0",
"mini-css-extract-plugin": "2.9.2",
"nightwatch-axe-verbose": "2.3.1",
Expand All @@ -68,12 +68,12 @@
"sass-loader": "16.0.4",
"string-replace-loader": "3.1.0",
"tslib": "2.8.1",
"typescript": "5.6.3",
"webpack": "5.97.0",
"typescript": "5.7.2",
"webpack": "5.97.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0",
"webpack-dev-server": "5.2.0",
"world_countries_lists": "2.9.0",
"yup": "1.4.0"
"yup": "1.5.0"
},
"files": [
".eslintignore",
Expand Down
14 changes: 7 additions & 7 deletions packages/themes/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,19 @@
"devDependencies": {
"@public-ui/components": "workspace:*",
"@public-ui/visual-tests": "workspace:*",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-typescript": "12.1.1",
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-node-resolve": "15.3.1",
"@rollup/plugin-typescript": "12.1.2",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"cpy-cli": "5.0.0",
"eslint": "8.57.1",
"nodemon": "3.1.7",
"nodemon": "3.1.9",
"postcss": "8.4.49",
"rollup": "4.27.3",
"rollup": "4.28.1",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.81.0",
"typescript": "5.6.3",
"sass": "1.83.0",
"typescript": "5.7.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/themes/ecl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
"devDependencies": {
"@public-ui/components": "workspace:*",
"@public-ui/visual-tests": "workspace:*",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-typescript": "12.1.1",
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-node-resolve": "15.3.1",
"@rollup/plugin-typescript": "12.1.2",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"cpy-cli": "5.0.0",
"eslint": "8.57.1",
"nodemon": "3.1.7",
"nodemon": "3.1.9",
"postcss": "8.4.49",
"rollup": "4.27.3",
"rollup": "4.28.1",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.81.0",
"typescript": "5.6.3",
"sass": "1.83.0",
"typescript": "5.7.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/themes/itzbund/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"devDependencies": {
"@public-ui/components": "workspace:*",
"@public-ui/visual-tests": "workspace:*",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-typescript": "12.1.1",
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-node-resolve": "15.3.1",
"@rollup/plugin-typescript": "12.1.2",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"cpy-cli": "5.0.0",
"eslint": "8.57.1",
"nodemon": "3.1.7",
"nodemon": "3.1.9",
"postcss": "8.4.49",
"rollup": "4.27.3",
"rollup": "4.28.1",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.81.0",
"typescript": "5.6.3",
"sass": "1.83.0",
"typescript": "5.7.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 7601617

Please sign in to comment.