This commit is contained in:
Pierre Jacquier
2025-02-27 15:34:25 -05:00
parent 239ef48b3a
commit d715a8b7af
3 changed files with 15 additions and 1 deletions

View File

@ -16,10 +16,12 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version-file: '.nvmrc' node-version-file: '.nvmrc'
cache: 'yarn' cache: 'pnpm'
- run: yarn install - run: yarn install
working-directory: packages/codemirror-lang-kcl working-directory: packages/codemirror-lang-kcl

View File

@ -199,6 +199,7 @@
"@types/react": "^18.3.18", "@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5", "@types/react-dom": "^18.3.5",
"@types/react-modal": "^3.16.3", "@types/react-modal": "^3.16.3",
"@types/testing-library__jest-dom": "^6.0.0",
"@types/three": "^0.172.0", "@types/three": "^0.172.0",
"@types/ua-parser-js": "^0.7.39", "@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^9.0.8", "@types/uuid": "^9.0.8",

11
pnpm-lock.yaml generated
View File

@ -318,6 +318,9 @@ importers:
'@types/react-modal': '@types/react-modal':
specifier: ^3.16.3 specifier: ^3.16.3
version: 3.16.3 version: 3.16.3
'@types/testing-library__jest-dom':
specifier: ^6.0.0
version: 6.0.0
'@types/three': '@types/three':
specifier: ^0.172.0 specifier: ^0.172.0
version: 0.172.0 version: 0.172.0
@ -1789,6 +1792,10 @@ packages:
'@types/testing-library__jest-dom@5.14.9': '@types/testing-library__jest-dom@5.14.9':
resolution: {integrity: sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw==} 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': '@types/three@0.172.0':
resolution: {integrity: sha512-LrUtP3FEG26Zg5WiF0nbg8VoXiKokBLTcqM2iLvM9vzcfEiYmmBAPGdBgV0OYx9fvWlY3R/3ERTZcD9X5sc0NA==} resolution: {integrity: sha512-LrUtP3FEG26Zg5WiF0nbg8VoXiKokBLTcqM2iLvM9vzcfEiYmmBAPGdBgV0OYx9fvWlY3R/3ERTZcD9X5sc0NA==}
@ -7208,6 +7215,10 @@ snapshots:
dependencies: dependencies:
'@types/jest': 29.5.14 '@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': '@types/three@0.172.0':
dependencies: dependencies:
'@tweenjs/tween.js': 23.1.3 '@tweenjs/tween.js': 23.1.3