Removed package-lock from raycast extension main

This commit is contained in:
Nikolaj Frey 2024-03-15 22:12:57 +11:00
parent 8fa3e0ada1
commit de4063602a
3 changed files with 4 additions and 4365 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "thingtime", "name": "thingtime",
"version": "0.0.100", "version": "0.0.11",
"description": "Thing Time", "description": "Thing Time",
"main": "none", "main": "none",
"scripts": { "scripts": {

4361
raycast/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -349,7 +349,7 @@
} }
], ],
"dependencies": { "dependencies": {
"@raycast/api": "^1.48.8", "@raycast/api": "^1.69.3",
"@raycast/utils": "^1.4.18", "@raycast/utils": "^1.4.18",
"fuse.js": "^7.0.0", "fuse.js": "^7.0.0",
"mathjs": "^11.8.2", "mathjs": "^11.8.2",
@ -358,8 +358,8 @@
"tar": "^6.2.0" "tar": "^6.2.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "18.8.3", "@types/node": "20.8.10",
"@types/react": "18.0.9", "@types/react": "18.2.27",
"@types/tar": "^6.1.11", "@types/tar": "^6.1.11",
"@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0", "@typescript-eslint/parser": "^5.0.0",