Skip to content

Commit

Permalink
chore: use exact versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EinfachHans committed May 14, 2023
1 parent 965dd88 commit 9de9296
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 46 deletions.
49 changes: 18 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,32 +45,32 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@capacitor/android": "^5.0.0",
"@capacitor/cli": "^5.0.0",
"@capacitor/core": "^5.0.0",
"@capacitor/android": "5.0.3",
"@capacitor/cli": "5.0.3",
"@capacitor/core": "5.0.3",
"@capacitor/docgen": "0.0.16",
"@capacitor/ios": "^5.0.0",
"@capacitor/ios": "5.0.3",
"@commitlint/config-conventional": "17.6.3",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "^1.0.1",
"@ionic/swiftlint-config": "^1.1.2",
"@ionic/eslint-config": "0.3.0",
"@ionic/prettier-config": "1.0.1",
"@ionic/swiftlint-config": "1.1.2",
"@saithodev/semantic-release-backmerge": "3.2.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "10.0.3",
"doctoc": "2.0.1",
"eslint": "^7.11.0",
"prettier": "~2.2.0",
"prettier-plugin-java": "~1.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.32.0",
"eslint": "7.32.0",
"prettier": "2.2.1",
"prettier-plugin-java": "1.0.2",
"rimraf": "3.0.2",
"rollup": "2.79.1",
"semantic-release": "21.0.2",
"swiftlint": "^1.0.1",
"typescript": "~4.0.3"
"swiftlint": "1.0.2",
"typescript": "4.9.5"
},
"peerDependencies": {
"@capacitor/core": "^5.0.0"
"@capacitor/core": "5.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down

0 comments on commit 9de9296

Please sign in to comment.