Skip to content

Commit e66e3ba

Browse files
Removed ^ from dependency versions
1 parent 13cee8f commit e66e3ba

File tree

3 files changed

+440
-259
lines changed

3 files changed

+440
-259
lines changed

example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"react-native": "0.78.2"
1515
},
1616
"devDependencies": {
17-
"@babel/core": "^7.25.2",
18-
"@babel/preset-env": "^7.25.3",
19-
"@babel/runtime": "^7.25.0",
17+
"@babel/core": "7.25.2",
18+
"@babel/preset-env": "7.25.3",
19+
"@babel/runtime": "7.25.0",
2020
"@react-native-community/cli": "15.0.1",
2121
"@react-native-community/cli-platform-android": "15.0.1",
2222
"@react-native-community/cli-platform-ios": "15.0.1",
2323
"@react-native/babel-preset": "0.78.2",
2424
"@react-native/metro-config": "0.78.2",
2525
"@react-native/typescript-config": "0.78.2",
26-
"@types/react": "^19.0.0",
27-
"react-native-builder-bob": "^0.40.5"
26+
"@types/react": "19.0.0",
27+
"react-native-builder-bob": "0.40.5"
2828
},
2929
"engines": {
3030
"node": ">=18"

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -69,28 +69,28 @@
6969
"registry": "https://registry.npmjs.org/"
7070
},
7171
"devDependencies": {
72-
"@commitlint/config-conventional": "^19.6.0",
73-
"@eslint/compat": "^1.2.7",
74-
"@eslint/eslintrc": "^3.3.0",
75-
"@eslint/js": "^9.22.0",
76-
"@evilmartians/lefthook": "^1.5.0",
77-
"@react-native/eslint-config": "^0.78.0",
78-
"@release-it/conventional-changelog": "^9.0.2",
79-
"@types/jest": "^29.5.5",
80-
"@types/react": "^19.0.0",
81-
"commitlint": "^19.6.1",
82-
"del-cli": "^5.1.0",
83-
"eslint": "^9.22.0",
84-
"eslint-config-prettier": "^10.1.1",
85-
"eslint-plugin-prettier": "^5.2.3",
86-
"jest": "^29.7.0",
87-
"prettier": "^3.0.3",
72+
"@commitlint/config-conventional": "19.6.0",
73+
"@eslint/compat": "1.2.7",
74+
"@eslint/eslintrc": "3.3.0",
75+
"@eslint/js": "9.22.0",
76+
"@evilmartians/lefthook": "1.5.0",
77+
"@react-native/eslint-config": "0.78.0",
78+
"@release-it/conventional-changelog": "9.0.2",
79+
"@types/jest": "29.5.5",
80+
"@types/react": "19.0.0",
81+
"commitlint": "19.6.1",
82+
"del-cli": "5.1.0",
83+
"eslint": "9.22.0",
84+
"eslint-config-prettier": "10.1.1",
85+
"eslint-plugin-prettier": "5.2.3",
86+
"jest": "29.7.0",
87+
"prettier": "3.0.3",
8888
"react": "19.0.0",
8989
"react-native": "0.78.2",
90-
"react-native-builder-bob": "^0.40.5",
91-
"release-it": "^17.10.0",
92-
"turbo": "^1.10.7",
93-
"typescript": "^5.2.2"
90+
"react-native-builder-bob": "0.40.5",
91+
"release-it": "17.10.0",
92+
"turbo": "1.10.7",
93+
"typescript": "5.2.2"
9494
},
9595
"peerDependencies": {
9696
"react": "*",

0 commit comments

Comments
 (0)