WIP
This commit is contained in:
4
.github/workflows/codemirror-lang-kcl.yml
vendored
4
.github/workflows/codemirror-lang-kcl.yml
vendored
@ -16,10 +16,12 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: pnpm/action-setup@v4
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
cache: 'yarn'
|
||||
cache: 'pnpm'
|
||||
|
||||
- run: yarn install
|
||||
working-directory: packages/codemirror-lang-kcl
|
||||
|
||||
@ -199,6 +199,7 @@
|
||||
"@types/react": "^18.3.18",
|
||||
"@types/react-dom": "^18.3.5",
|
||||
"@types/react-modal": "^3.16.3",
|
||||
"@types/testing-library__jest-dom": "^6.0.0",
|
||||
"@types/three": "^0.172.0",
|
||||
"@types/ua-parser-js": "^0.7.39",
|
||||
"@types/uuid": "^9.0.8",
|
||||
|
||||
11
pnpm-lock.yaml
generated
11
pnpm-lock.yaml
generated
@ -318,6 +318,9 @@ importers:
|
||||
'@types/react-modal':
|
||||
specifier: ^3.16.3
|
||||
version: 3.16.3
|
||||
'@types/testing-library__jest-dom':
|
||||
specifier: ^6.0.0
|
||||
version: 6.0.0
|
||||
'@types/three':
|
||||
specifier: ^0.172.0
|
||||
version: 0.172.0
|
||||
@ -1789,6 +1792,10 @@ packages:
|
||||
'@types/testing-library__jest-dom@5.14.9':
|
||||
resolution: {integrity: sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw==}
|
||||
|
||||
'@types/testing-library__jest-dom@6.0.0':
|
||||
resolution: {integrity: sha512-bnreXCgus6IIadyHNlN/oI5FfX4dWgvGhOPvpr7zzCYDGAPIfvyIoAozMBINmhmsVuqV0cncejF2y5KC7ScqOg==}
|
||||
deprecated: This is a stub types definition. @testing-library/jest-dom provides its own type definitions, so you do not need this installed.
|
||||
|
||||
'@types/three@0.172.0':
|
||||
resolution: {integrity: sha512-LrUtP3FEG26Zg5WiF0nbg8VoXiKokBLTcqM2iLvM9vzcfEiYmmBAPGdBgV0OYx9fvWlY3R/3ERTZcD9X5sc0NA==}
|
||||
|
||||
@ -7208,6 +7215,10 @@ snapshots:
|
||||
dependencies:
|
||||
'@types/jest': 29.5.14
|
||||
|
||||
'@types/testing-library__jest-dom@6.0.0':
|
||||
dependencies:
|
||||
'@testing-library/jest-dom': 5.17.0
|
||||
|
||||
'@types/three@0.172.0':
|
||||
dependencies:
|
||||
'@tweenjs/tween.js': 23.1.3
|
||||
|
||||
Reference in New Issue
Block a user