Skip to content

Commit

Permalink
update kolibri deps and lock
Browse files Browse the repository at this point in the history
Refs: #6350
  • Loading branch information
deleonio committed Jan 29, 2025
1 parent ba3bc65 commit 39e5c55
Show file tree
Hide file tree
Showing 17 changed files with 1,987 additions and 1,602 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"js-yaml": "4.1.0",
"lerna": "8.1.9",
"license-report": "6.7.1",
"lint-staged": "15.2.11",
"npm-check-updates": "17.1.11",
"lint-staged": "15.4.3",
"npm-check-updates": "17.1.14",
"npm-run-all": "4.1.5",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"ts-prune": "0.10.3",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"engines": {
"pnpm": "^9"
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.7.2",
"typescript": "5.7.3",
"unbuild": "1.2.1"
},
"peerDependencies": {
"preact": ">=10.25.2"
"preact": ">=10.25.4"
},
"sideEffects": false,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/react-dom": "18.3.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.7.2",
"typescript": "5.7.3",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/adapters/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"solid-js": "1.9.3",
"typescript": "5.7.2",
"solid-js": "1.9.4",
"typescript": "5.7.3",
"unbuild": "1.2.1"
},
"peerDependencies": {
"@public-ui/components": "workspace:*",
"solid-js": ">=1.9.3"
"solid-js": ">=1.9.4"
},
"sideEffects": false,
"type": "module",
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.3",
"@babel/types": "7.26.7",
"@public-ui/components": "workspace:*",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"typescript": "5.7.2",
"typescript": "5.7.3",
"unbuild": "1.2.1",
"vue": "3.4.21"
},
Expand Down
7 changes: 4 additions & 3 deletions packages/components/.eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
**/assets/**
src/**/*.js
src/**/*.html
**/assets/**
scripts/**/*.js
src/**/*.js
src/**/*.html
14 changes: 7 additions & 7 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"xunused": "knip"
},
"dependencies": {
"@floating-ui/dom": "1.6.12",
"@floating-ui/dom": "1.6.13",
"adopted-style-sheets": "1.1.7",
"clsx": "2.1.1",
"color-convert": "2.0.1",
Expand All @@ -84,7 +84,7 @@
"wcag-contrast": "3.0.0"
},
"devDependencies": {
"@playwright/test": "1.49.1",
"@playwright/test": "1.50.0",
"@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 @@ -108,22 +108,22 @@
"cssnano": "7.0.6",
"eslint": "8.57.1",
"eslint-plugin-html": "8.1.2",
"eslint-plugin-jsdoc": "50.6.1",
"eslint-plugin-jsdoc": "50.6.3",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react": "7.37.4",
"jest": "26.6.3",
"knip": "5.40.0",
"knip": "5.43.6",
"lighthouse": "12.3.0",
"mustache": "4.2.0",
"postcss": "8.4.49",
"postcss": "8.5.1",
"postcss-sorting": "9.1.0",
"prettier": "3.4.2",
"pug": "3.0.3",
"rimraf": "6.0.1",
"stencil-awesome-test": "1.0.6",
"terser": "5.37.0",
"twig": "1.17.1",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"peerDependencies": {
"adopted-style-sheets": "1.1.7"
Expand Down
3 changes: 2 additions & 1 deletion packages/components/scripts/anonymous.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ const prettier = require('prettier');

packageJson = JSON.parse(packageJson);

delete packageJson.dependencies;
// delete packageJson.dependencies;
delete packageJson.devDependencies;
// delete packageJson.peerDependencies;
delete packageJson.scripts;
delete packageJson.husky;
delete packageJson['lint-staged'];
Expand Down
6 changes: 3 additions & 3 deletions packages/designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"monaco-editor-webpack-plugin": "7.1.0",
"prettier": "2.8.8",
"register-service-worker": "1.7.2",
"solid-js": "1.9.3",
"solid-js": "1.9.4",
"world_countries_lists": "2.9.0"
},
"devDependencies": {
Expand All @@ -57,11 +57,11 @@
"eslint-plugin-jsx-a11y": "6.10.2",
"nightwatch-axe-verbose": "2.3.1",
"npm-run-all": "4.1.5",
"playwright": "1.49.1",
"playwright": "1.50.0",
"react-dev-utils": "12.0.1",
"rimraf": "6.0.1",
"ts-prune": "0.10.3",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"files": [
"dist"
Expand Down
14 changes: 7 additions & 7 deletions packages/samples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@leanup/stack": "1.3.54",
"@leanup/stack-react": "1.3.54",
"@leanup/stack-webpack": "1.3.54",
"@playwright/test": "1.49.1",
"@playwright/test": "1.50.0",
"@public-ui/components": "workspace:*",
"@public-ui/react": "workspace:*",
"@public-ui/themes": "workspace:*",
Expand All @@ -40,20 +40,20 @@
"chromedriver": "130.0.4",
"cpy-cli": "5.0.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react": "7.37.4",
"formik": "2.4.6",
"nightwatch-axe-verbose": "2.3.1",
"npm-run-all": "4.1.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-number-format": "5.4.2",
"react-router": "6.28.0",
"react-router-dom": "6.28.0",
"react-number-format": "5.4.3",
"react-router": "6.28.2",
"react-router-dom": "6.28.2",
"rimraf": "6.0.1",
"ts-prune": "0.10.3",
"typescript": "5.7.2",
"typescript": "5.7.3",
"world_countries_lists": "2.9.0",
"yup": "1.5.0"
"yup": "1.6.1"
},
"files": [
".eslintignore",
Expand Down
8 changes: 4 additions & 4 deletions packages/themes/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
"cpy-cli": "5.0.0",
"eslint": "8.57.1",
"nodemon": "3.1.9",
"postcss": "8.4.49",
"rollup": "4.28.1",
"postcss": "8.5.1",
"rollup": "4.32.1",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.83.0",
"typescript": "5.7.2",
"sass": "1.83.4",
"typescript": "5.7.3",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/themes/ecl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"cpy-cli": "5.0.0",
"eslint": "8.57.1",
"nodemon": "3.1.9",
"postcss": "8.4.49",
"rollup": "4.28.1",
"postcss": "8.5.1",
"rollup": "4.32.1",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.83.0",
"typescript": "5.7.2",
"sass": "1.83.4",
"typescript": "5.7.3",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/themes/itzbund/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"cpy-cli": "5.0.0",
"eslint": "8.57.1",
"nodemon": "3.1.9",
"postcss": "8.4.49",
"rollup": "4.28.1",
"postcss": "8.5.1",
"rollup": "4.32.1",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.83.0",
"typescript": "5.7.2",
"sass": "1.83.4",
"typescript": "5.7.3",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
"cpy-cli": "5.0.0",
"eslint": "8.57.1",
"nodemon": "3.1.9",
"postcss": "8.4.49",
"rollup": "4.28.1",
"postcss": "8.5.1",
"rollup": "4.32.1",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.83.0",
"typescript": "5.7.2"
"sass": "1.83.4",
"typescript": "5.7.3"
},
"peerDependencies": {
"@public-ui/components": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions packages/tools/kolibri-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-html": "8.1.2",
"eslint-plugin-jsdoc": "50.6.1",
"eslint-plugin-jsdoc": "50.6.3",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"knip": "5.40.0",
"eslint-plugin-react": "7.37.4",
"knip": "5.43.6",
"mocha": "10.8.2",
"nodemon": "3.1.9",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"files": [
"dist"
Expand Down
8 changes: 4 additions & 4 deletions packages/tools/visual-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
"kolibri-visual-test": "src/index.js"
},
"dependencies": {
"@playwright/test": "1.49.1",
"@playwright/test": "1.50.0",
"@public-ui/sample-react": "workspace:*",
"axe-playwright": "2.0.3",
"portfinder": "1.0.32",
"serve": "14.2.4"
},
"devDependencies": {
"@babel/eslint-parser": "7.25.9",
"@babel/eslint-parser": "7.26.5",
"@babel/plugin-syntax-import-attributes": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/preset-env": "7.26.7",
"eslint": "8.57.1",
"knip": "5.40.0",
"knip": "5.43.6",
"prettier": "3.4.2"
},
"files": [
Expand Down
Loading

0 comments on commit 39e5c55

Please sign in to comment.