Skip to content

Commit

Permalink
chore: update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Suya1671 committed Jun 8, 2024
1 parent fc1ab4b commit a6b8328
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 198 deletions.
10 changes: 5 additions & 5 deletions libs/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"type": "module",
"main": "./index.js",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint-config-prettier": "^9.1.0"
},
"devDependencies": {
"@eslint/js": "^9.3.0",
"@eslint/js": "^9.4.0",
"@types/eslint": "^8.56.7",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"eslint-plugin-svelte": "2.39.0",
"svelte": "^4.2.17",
"typescript-eslint": "^7.10.0"
"svelte": "^4.2.18",
"typescript-eslint": "^7.12.0"
}
}
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
{
"name": "@glowsquid/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "moon run :build",
"test": "moon run :test",
"lint": "moon run :lint",
"updater": "pnpm update -i -r --latest",
"format": "moon run :format"
},
"private": true,
"type": "module",
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@monodon/rust": "^1.4.0",
"@moonrepo/cli": "^1.24.6",
"@repo/eslint-config": "workspace:*"
},
"engines": {
"node": "~20"
}
"name": "@glowsquid/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "moon run :build",
"test": "moon run :test",
"lint": "moon run :lint",
"updater": "pnpm update -i -r --latest",
"format": "moon run :format"
},
"private": true,
"type": "module",
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@monodon/rust": "^1.4.0",
"@moonrepo/cli": "^1.25.3",
"@repo/eslint-config": "workspace:*"
},
"engines": {
"node": "~20"
},
"packageManager": "pnpm@~9"
}
Loading

0 comments on commit a6b8328

Please sign in to comment.