Skip to content

Commit

Permalink
chore: update deps and lock
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Jan 4, 2024
1 parent 9497e83 commit b4b16e5
Show file tree
Hide file tree
Showing 15 changed files with 657 additions and 365 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"lint-staged": "15.2.0",
"npm-check-updates": "16.14.12",
"npm-run-all": "4.1.5",
"pnpm": "8.13.0",
"pnpm": "8.14.0",
"prettier": "3.1.1",
"rimraf": "3.0.2",
"ts-node": "10.9.2",
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 @@ -51,7 +51,7 @@
"@types/minimist": "1.2.5",
"@types/node": "ts5.3",
"@types/normalize-package-data": "2.4.4",
"@types/react": "18.2.45",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"react": "18.2.0",
"react-dom": "18.2.0",
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 @@ -51,7 +51,7 @@
"@types/minimist": "1.2.5",
"@types/node": "ts5.3",
"@types/normalize-package-data": "2.4.4",
"solid-js": "1.8.7",
"solid-js": "1.8.8",
"typescript": "5.3.3",
"unbuild": "1.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/normalize-package-data": "2.4.4",
"typescript": "5.3.3",
"unbuild": "1.2.1",
"vue": "3.3.13"
"vue": "3.4.5"
},
"peerDependencies": {
"@public-ui/components": "1.7.8",
Expand Down
10 changes: 5 additions & 5 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"adopted-style-sheets": "1.1.3",
"@floating-ui/dom": "1.5.3",
"@public-ui/schema": "1.7.8",
"i18next": "23.7.11",
"i18next": "23.7.15",
"markdown-it": "13.0.2"
},
"devDependencies": {
Expand All @@ -88,18 +88,18 @@
"@types/pug": "2.0.10",
"@types/twig": "1.12.16",
"@types/wcag-contrast": "3.0.3",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"autoprefixer": "10.4.16",
"clean-css": "5.3.3",
"color-convert": "2.0.1",
"color-rgba": "2.4.0",
"cross-env": "7.0.3",
"cssnano": "6.0.2",
"cssnano": "6.0.3",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-jsdoc": "46.9.1",
"eslint-plugin-jsdoc": "48.0.2",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-no-loops": "0.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"devDependencies": {
"adopted-style-sheets": "1.1.3",
"@types/node": "ts5.3",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"eslint": "8.56.0",
"eslint-plugin-no-loops": "0.3.0",
"prettier": "3.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"eslint": "8.33.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-jsdoc": "39.8.0",
"eslint-plugin-jsdoc": "48.0.2",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@
"monaco-editor-webpack-plugin": "7.1.0",
"prettier": "2.8.8",
"register-service-worker": "1.7.2",
"solid-js": "1.8.7",
"solid-js": "1.8.8",
"world_countries_lists": "2.8.2"
},
"devDependencies": {
"@leanup/stack": "1.3.49",
"@leanup/stack-solid": "1.3.49",
"@leanup/stack-webpack": "1.3.49",
"@types/prettier": "2.7.3",
"@unocss/preset-mini": "0.58.0",
"@unocss/webpack": "0.58.0",
"@unocss/preset-mini": "0.58.3",
"@unocss/webpack": "0.58.3",
"ajv": "8.12.0",
"chromedriver": "120.0.0",
"chromedriver": "120.0.1",
"cpy-cli": "5.0.0",
"depcheck": "1.4.7",
"eslint-plugin-jsx-a11y": "6.8.0",
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 @@ -23,13 +23,13 @@
"@public-ui/components": "1.7.8",
"@public-ui/react": "1.7.8",
"@public-ui/themes": "1.7.8",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@unocss/preset-uno": "0.58.0",
"@unocss/webpack": "0.58.0",
"@unocss/preset-uno": "0.58.3",
"@unocss/webpack": "0.58.3",
"ajv": "8.12.0",
"chromedriver": "120.0.0",
"chromedriver": "120.0.1",
"cpy-cli": "5.0.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
Expand All @@ -38,8 +38,8 @@
"npm-run-all": "4.1.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router": "6.21.0",
"react-router-dom": "6.21.0",
"react-router": "6.21.1",
"react-router-dom": "6.21.1",
"rimraf": "3.0.2",
"ts-prune": "0.10.3",
"typescript": "5.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
},
"devDependencies": {
"@types/node": "ts5.3",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"eslint": "8.56.0",
"eslint-plugin-no-loops": "0.3.0",
"typescript": "5.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/themes/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@public-ui/schema": "1.7.8",
"@public-ui/visual-tests": "1.7.8",
"@types/node": "ts5.3",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"eslint": "8.56.0",
"eslint-plugin-no-loops": "0.3.0",
"typescript": "5.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"devDependencies": {
"@public-ui/schema": "1.7.8",
"@types/node": "ts5.3",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"eslint": "8.56.0",
"eslint-plugin-no-loops": "0.3.0",
"nodemon": "3.0.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/tools/kolibri-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
"devDependencies": {
"@public-ui/components": "2.0.2",
"@types/gradient-string": "1.1.5",
"@types/node": "20.10.5",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@types/node": "20.10.6",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"cpy-cli": "5.0.0",
"depcheck": "1.4.7",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-jsdoc": "46.9.1",
"eslint-plugin-jsdoc": "48.0.2",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-no-loops": "0.3.0",
"eslint-plugin-react": "7.33.2",
"knip": "3.8.4",
"knip": "3.11.0",
"mocha": "10.2.0",
"nodemon": "3.0.2",
"rimraf": "3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/tools/visual-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"devDependencies": {
"@babel/eslint-parser": "7.23.3",
"@babel/plugin-syntax-import-attributes": "7.23.3",
"@babel/preset-env": "7.23.6",
"@babel/preset-env": "7.23.7",
"depcheck": "1.4.7",
"eslint": "8.56.0",
"eslint-plugin-no-loops": "0.3.0",
"knip": "3.8.4",
"knip": "3.11.0",
"prettier": "3.1.1"
},
"files": [
Expand Down
Loading

0 comments on commit b4b16e5

Please sign in to comment.