Skip to content

Commit 02efe77

Browse files
committed
Frontend: using "compatible with" syntax for version number
1 parent 6b411a5 commit 02efe77

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@babel/core": "^7.28.5",
2222
"@babel/preset-env": "^7.28.5",
2323
"@istanbuljs/nyc-config-typescript": "^1.0.2",
24-
"@types/ace": "0.0.52",
24+
"@types/ace": "^0.0.52",
2525
"@types/chai": "^5.2.3",
2626
"@types/chai-as-promised": "^8.0.2",
2727
"@types/chai-dom": "^1.11.3",
@@ -55,7 +55,7 @@
5555
"jsdom": "^27.2.0",
5656
"jsdom-global": "^3.0.2",
5757
"mini-css-extract-plugin": "^2.9.4",
58-
"mocha": "11.7.5",
58+
"mocha": "^11.7.5",
5959
"mock-socket": "^9.3.1",
6060
"node-fetch": "^3.3.2",
6161
"nyc": "^17.1.0",

frontend/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1898,7 +1898,7 @@ __metadata:
18981898
languageName: node
18991899
linkType: hard
19001900

1901-
"@types/ace@npm:0.0.52":
1901+
"@types/ace@npm:^0.0.52":
19021902
version: 0.0.52
19031903
resolution: "@types/ace@npm:0.0.52"
19041904
checksum: 10c0/10ec36811590fbee532b451881b116d03c0dac3ec47f65486b9b302c09d19be2f69e4fb8551a14fdabd45c64c88aeeec6c1bd80e3fa153d504871a3f9ea261e7
@@ -7443,7 +7443,7 @@ __metadata:
74437443
"@babel/core": "npm:^7.28.5"
74447444
"@babel/preset-env": "npm:^7.28.5"
74457445
"@istanbuljs/nyc-config-typescript": "npm:^1.0.2"
7446-
"@types/ace": "npm:0.0.52"
7446+
"@types/ace": "npm:^0.0.52"
74477447
"@types/chai": "npm:^5.2.3"
74487448
"@types/chai-as-promised": "npm:^8.0.2"
74497449
"@types/chai-dom": "npm:^1.11.3"
@@ -7483,7 +7483,7 @@ __metadata:
74837483
jszip: "npm:^3.10.1"
74847484
lato-font: "npm:^3.0.0"
74857485
mini-css-extract-plugin: "npm:^2.9.4"
7486-
mocha: "npm:11.7.5"
7486+
mocha: "npm:^11.7.5"
74877487
mock-socket: "npm:^9.3.1"
74887488
node-fetch: "npm:^3.3.2"
74897489
node-linker: "npm:^1.0.1"
@@ -8106,7 +8106,7 @@ __metadata:
81068106
languageName: node
81078107
linkType: hard
81088108

8109-
"mocha@npm:11.7.5":
8109+
"mocha@npm:^11.7.5":
81108110
version: 11.7.5
81118111
resolution: "mocha@npm:11.7.5"
81128112
dependencies:

0 commit comments

Comments
 (0)