diff --git a/package.json b/package.json index 4c85373393..3df9470915 100644 --- a/package.json +++ b/package.json @@ -79,13 +79,13 @@ "@commitlint/cli": "18.4.4", "@commitlint/config-conventional": "18.4.4", "@tauri-apps/cli": "^1.5.9", - "@types/fs-extra": "^11.0.4", - "@types/js-cookie": "^3.0.6", - "@types/lodash": "^4.14.202", - "@types/lodash-es": "^4.17.12", - "@types/react": "^18.2.48", - "@types/react-dom": "^18.2.18", - "@types/react-transition-group": "^4.4.10", + "@types/fs-extra": "11.0.4", + "@types/js-cookie": "3.0.6", + "@types/lodash": "4.14.202", + "@types/lodash-es": "4.17.12", + "@types/react": "18.2.48", + "@types/react-dom": "18.2.18", + "@types/react-transition-group": "4.4.10", "@typescript-eslint/eslint-plugin": "6.19.0", "@typescript-eslint/parser": "6.19.0", "@vitejs/plugin-react": "^4.2.1", @@ -128,7 +128,7 @@ "stylelint-order": "6.0.4", "stylelint-scss": "6.0.0", "tsx": "4.7.0", - "typescript": "^5.3.3", + "typescript": "5.3.3", "vite": "^5.0.12", "vite-plugin-monaco-editor": "^1.1.0", "vite-plugin-svgr": "^4.2.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8b1d54345c..039803cf98 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -107,25 +107,25 @@ devDependencies: specifier: ^1.5.9 version: 1.5.9 '@types/fs-extra': - specifier: ^11.0.4 + specifier: 11.0.4 version: 11.0.4 '@types/js-cookie': - specifier: ^3.0.6 + specifier: 3.0.6 version: 3.0.6 '@types/lodash': - specifier: ^4.14.202 + specifier: 4.14.202 version: 4.14.202 '@types/lodash-es': - specifier: ^4.17.12 + specifier: 4.17.12 version: 4.17.12 '@types/react': - specifier: ^18.2.48 + specifier: 18.2.48 version: 18.2.48 '@types/react-dom': - specifier: ^18.2.18 + specifier: 18.2.18 version: 18.2.18 '@types/react-transition-group': - specifier: ^4.4.10 + specifier: 4.4.10 version: 4.4.10 '@typescript-eslint/eslint-plugin': specifier: 6.19.0 @@ -254,7 +254,7 @@ devDependencies: specifier: 4.7.0 version: 4.7.0 typescript: - specifier: ^5.3.3 + specifier: 5.3.3 version: 5.3.3 vite: specifier: ^5.0.12