Update package.json to use yarn v3.8.6
parent
190574b3af
commit
8876c4241f
|
|
@ -10,7 +10,7 @@
|
|||
"start": "electron .",
|
||||
"linter": "yarn run eslint -c .eslintrc.js ."
|
||||
},
|
||||
"packageManager": "yarn@3.8.2",
|
||||
"packageManager": "yarn@3.8.6",
|
||||
"devDependencies": {
|
||||
"electron": "latest",
|
||||
"eslint": "^9.15.0"
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
||||
"@babel/preset-react": "^7.12.13",
|
||||
"@codemirror/lang-json": "^6.0.1",
|
||||
"@codemirror/lang-sql": "^6.6.5",
|
||||
"@codemirror/lang-sql": "^6.8.0",
|
||||
"@date-io/core": "^3.0.0",
|
||||
"@date-io/date-fns": "3.x",
|
||||
"@emotion/sheet": "^1.0.1",
|
||||
|
|
@ -174,7 +174,7 @@
|
|||
"auditpy": "safety check --full-report -i 51668 -i 52495",
|
||||
"audit-all": "yarn run auditjs && yarn run auditpy"
|
||||
},
|
||||
"packageManager": "yarn@3.8.5",
|
||||
"packageManager": "yarn@3.8.6",
|
||||
"browserslist": [
|
||||
"defaults and fully supports es6-module"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1526,7 +1526,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@codemirror/lang-sql@npm:^6.6.5":
|
||||
"@codemirror/lang-sql@npm:^6.8.0":
|
||||
version: 6.8.0
|
||||
resolution: "@codemirror/lang-sql@npm:6.8.0"
|
||||
dependencies:
|
||||
|
|
@ -13422,7 +13422,7 @@ __metadata:
|
|||
"@babel/preset-react": ^7.12.13
|
||||
"@babel/preset-typescript": ^7.24.7
|
||||
"@codemirror/lang-json": ^6.0.1
|
||||
"@codemirror/lang-sql": ^6.6.5
|
||||
"@codemirror/lang-sql": ^6.8.0
|
||||
"@date-io/core": ^3.0.0
|
||||
"@date-io/date-fns": 3.x
|
||||
"@emotion/memoize": ^0.9.0
|
||||
|
|
@ -15072,7 +15072,7 @@ __metadata:
|
|||
|
||||
"typescript@patch:typescript@^5.4.5#~builtin<compat/typescript>":
|
||||
version: 5.7.2
|
||||
resolution: "typescript@patch:typescript@npm%3A5.7.2#~builtin<compat/typescript>::version=5.7.2&hash=8c6c40"
|
||||
resolution: "typescript@patch:typescript@npm%3A5.7.2#~builtin<compat/typescript>::version=5.7.2&hash=cef18b"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
|
|
|
|||
Loading…
Reference in New Issue