Skip to content

Commit

Permalink
Pins NPM Packages (#1062)
Browse files Browse the repository at this point in the history
We can't commit our npm lockfile, so this should help lock things down.
  • Loading branch information
refringe authored Jan 9, 2025
1 parent fb10df2 commit a821f1c
Showing 1 changed file with 32 additions and 31 deletions.
63 changes: 32 additions & 31 deletions project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,45 +37,46 @@
"dependencies": {
"atomically": "2.0.3",
"fs-extra": "11.2.0",
"i18n": "~0.15",
"json5": "~2.2",
"jsonc": "~2.0",
"i18n": "0.15.1",
"json5": "2.2.3",
"jsonc": "2.0.0",
"jsonrepair": "3.11.2",
"logform": "~2.6",
"mongoid-js": "~1.3",
"reflect-metadata": "~0.2",
"semver": "~7.6",
"source-map-support": "~0.5",
"string-similarity-js": "~2.1",
"tsyringe": "~4.8",
"winston": "~3.13",
"winston-daily-rotate-file": "~5.0",
"ws": "~8.18"
"logform": "2.7.0",
"mongoid-js": "1.3.0",
"reflect-metadata": "0.2.2",
"semver": "7.6.3",
"source-map-support": "0.5.21",
"string-similarity-js": "2.1.4",
"tsyringe": "4.8.0",
"winston": "3.17.0",
"winston-daily-rotate-file": "5.0.0",
"ws": "8.18.0"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@swc/cli": "0.5.2",
"@swc/core": "1.10.6",
"@biomejs/biome": "1.9.4",
"@swc/cli": "0.6.0",
"@swc/core": "1.10.4",
"@types/fs-extra": "11.0.4",
"@types/i18n": "~0.13",
"@types/node": "22.10.2",
"@types/semver": "~7.5",
"@types/ws": "~8.5",
"@vitest/coverage-istanbul": "^2.1.8",
"@vitest/ui": "^2.1.8",
"@types/i18n": "0.13.12",
"@types/minimist": "1.2.5",
"@types/node": "22.10.5",
"@types/semver": "7.5.8",
"@types/ws": "8.5.13",
"@vitest/coverage-istanbul": "2.1.8",
"@vitest/ui": "2.1.8",
"@yao-pkg/pkg": "6.2.0",
"@yao-pkg/pkg-fetch": "3.5.18",
"cross-env": "~7.0",
"gulp": "~5.0",
"gulp-execa": "~7.0",
"gulp-rename": "~2.0",
"madge": "~7",
"minimist": "~1.2",
"resedit": "~2.0",
"cross-env": "7.0.3",
"gulp": "5.0.0",
"gulp-execa": "8.0.0",
"gulp-rename": "2.0.0",
"madge": "8.0.0",
"minimist": "1.2.8",
"resedit": "2.0.3",
"tsx": "4.19.2",
"typedoc": "~0.26",
"typescript": "~5.5",
"vitest": "^2.1.8"
"typescript": "5.7.3",
"vitest": "2.1.8"
},
"targets": {
"default": {
Expand Down

0 comments on commit a821f1c

Please sign in to comment.