Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ratson committed Mar 27, 2024
1 parent e40d540 commit cd3d887
Show file tree
Hide file tree
Showing 7 changed files with 1,790 additions and 853 deletions.
2 changes: 1 addition & 1 deletion examples/ionic-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"native-run": "^1.7.2",
"puppeteer": "^20.7.2",
"puppeteer": "^22.6.0",
"ts-node": "^8.3.0",
"typescript": "~5.0.2"
},
Expand Down
30 changes: 15 additions & 15 deletions examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@
"test-android": "nx build && cordova prepare && cd platforms/android && ./gradlew check"
},
"dependencies": {
"@mantine/code-highlight": "^7.6.1",
"@mantine/core": "^7.6.1",
"@mantine/form": "^7.6.1",
"@mantine/hooks": "^7.6.1",
"@mantine/nprogress": "^7.6.1",
"@preact/signals-react": "^2.0.0",
"@tabler/icons-react": "^2.47.0",
"@mantine/code-highlight": "^7.6.2",
"@mantine/core": "^7.6.2",
"@mantine/form": "^7.6.2",
"@mantine/hooks": "^7.6.2",
"@mantine/nprogress": "^7.6.2",
"@preact/signals-react": "^2.0.1",
"@tabler/icons-react": "^3.1.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-timeago": "^7.2.0",
"wouter": "^3.0.1"
"wouter": "^3.1.0"
},
"devDependencies": {
"@admob-plus-internal/npm-bin": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/react": "^18.2.63",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.22",
"@types/react-timeago": "^4.1.7",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-react": "^4.2.1",
"admob-plus": "workspace:*",
"admob-plus-cordova": "../../packages/cordova",
Expand All @@ -47,11 +47,11 @@
"cordova-plus": "^0.9.4",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-react-refresh": "^0.4.6",
"fs-extra": "^11.2.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vite": "^5.1.5"
"typescript": "^5.4.3",
"vite": "^5.2.6"
},
"cordova": {
"platforms": [
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"@admob-plus-internal/cli": "workspace:*",
"@admob-plus-internal/npm-bin": "workspace:*",
"@admob-plus-internal/tsconfig": "workspace:*",
"@biomejs/biome": "1.5.3",
"@commitlint/cli": "19.0.3",
"@commitlint/config-conventional": "19.0.3",
"@biomejs/biome": "1.6.3",
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@commitlint/config-lerna-scopes": "19.0.0",
"@commitlint/prompt-cli": "19.0.3",
"@nrwl/node": "18.0.7",
"@nrwl/workspace": "18.0.7",
"@types/node": "^20.11.24",
"@commitlint/prompt-cli": "19.2.0",
"@nrwl/node": "18.1.3",
"@nrwl/workspace": "18.1.3",
"@types/node": "^20.11.30",
"admob-plus": "workspace:*",
"appium": "^2.5.1",
"appium-doctor": "^1.16.2",
Expand All @@ -37,15 +37,15 @@
"cordova-testbed": "^0.8.0",
"del-cli": "^5.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"gts": "^5.2.0",
"happy-dom": "^13.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"gts": "^5.3.0",
"happy-dom": "^14.3.9",
"is-ci": "^3.0.1",
"lerna": "^8.1.2",
"lint-staged": "^15.2.2",
"mjpeg-consumer": "^2.0.0",
"npm-run-all": "^4.1.5",
"nx": "18.0.7",
"nx": "18.1.3",
"remark-cli": "^12.0.0",
"remark-lint-are-links-valid-duplicate": "^0.2.2",
"remark-lint-heading-whitespace": "^1.0.0",
Expand All @@ -54,11 +54,11 @@
"remark-preset-lint-consistent": "^5.1.2",
"remark-preset-lint-markdown-style-guide": "^5.1.3",
"remark-preset-lint-recommended": "^6.1.3",
"simple-git-hooks": "^2.10.0",
"simple-git-hooks": "^2.11.1",
"swiftlint": "^1.0.2",
"ts-node": "^10.9.2",
"typescript": "~5.3.3",
"vitest": "^1.3.1"
"typescript": "~5.4.3",
"vitest": "^1.4.0"
},
"repository": "admob-plus/admob-plus",
"commitlint": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cordova/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"cordova-plus": "^0.9.4",
"del-cli": "^5.1.0",
"tslib": "^2.6.2",
"vitest": "^1.3.1"
"vitest": "^1.4.0"
},
"author": "Ratson",
"license": "MIT",
Expand Down

0 comments on commit cd3d887

Please sign in to comment.