Skip to content

Commit 7913ae3

Browse files
authored
Merge pull request #251 from pineplace/bump-version
Bump version to `v0.13.0`
2 parents cbb4e24 + 46997ab commit 7913ae3

4 files changed

Lines changed: 740 additions & 663 deletions

File tree

eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export default [
1515
languageOptions: {
1616
parser: typescriptParser,
1717
parserOptions: {
18-
tsconfigRootDir: "./",
1918
project: "./tsconfig.json",
2019
ecmaFeatures: {
2120
jsx: true,

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "klack",
33
"description": "Instant screen recording browser extension with floating camera view",
4-
"version": "0.12.0",
4+
"version": "0.13.0",
55
"type": "module",
66
"scripts": {
77
"test": "vitest run --silent",
8-
"test:watch": "vitest --watch --silent",
8+
"test:watch": "vitest",
99
"test:coverage": "vitest run --coverage --silent",
1010
"build": "hereby build",
1111
"build:release": "hereby build:release",
@@ -29,35 +29,35 @@
2929
},
3030
"license": "MIT",
3131
"dependencies": {
32-
"@eslint/js": "^9.27.0",
33-
"@tabler/icons-react": "^3.33.0",
34-
"@tailwindcss/cli": "^4.1.7",
32+
"@eslint/js": "^9.34.0",
33+
"@tabler/icons-react": "^3.34.1",
34+
"@tailwindcss/cli": "^4.1.12",
3535
"@testing-library/react": "^16.3.0",
36-
"@types/chrome": "^0.0.323",
37-
"@types/node": "^22.15.19",
38-
"@types/react": "^19.1.4",
39-
"@types/react-dom": "^19.1.5",
40-
"@types/shelljs": "^0.8.16",
41-
"@typescript-eslint/eslint-plugin": "^8.32.1",
42-
"@typescript-eslint/parser": "^8.32.1",
43-
"@vitest/coverage-v8": "3.1.4",
44-
"dotenv": "^16.5.0",
45-
"esbuild": "^0.25.4",
46-
"eslint": "^9.27.0",
47-
"eslint-plugin-prettier": "^5.4.0",
36+
"@types/chrome": "^0.1.4",
37+
"@types/node": "^24.3.0",
38+
"@types/react": "^19.1.11",
39+
"@types/react-dom": "^19.1.7",
40+
"@types/shelljs": "^0.8.17",
41+
"@typescript-eslint/eslint-plugin": "^8.41.0",
42+
"@typescript-eslint/parser": "^8.41.0",
43+
"@vitest/coverage-v8": "3.2.4",
44+
"dotenv": "^17.2.1",
45+
"esbuild": "^0.25.9",
46+
"eslint": "^9.34.0",
47+
"eslint-plugin-prettier": "^5.5.4",
4848
"eslint-plugin-react": "^7.37.5",
4949
"eslint-plugin-react-hooks": "^5.2.0",
5050
"execa": "^9.5.3",
51-
"globals": "^16.1.0",
52-
"happy-dom": "^17.4.7",
51+
"globals": "^16.3.0",
52+
"happy-dom": "^18.0.1",
5353
"hereby": "^1.11.0",
54-
"prettier": "^3.5.3",
55-
"prettier-plugin-tailwindcss": "^0.6.11",
56-
"react": "^19.1.0",
57-
"react-dom": "^19.1.0",
54+
"prettier": "^3.6.2",
55+
"prettier-plugin-tailwindcss": "^0.6.14",
56+
"react": "^19.1.1",
57+
"react-dom": "^19.1.1",
5858
"shelljs": "^0.10.0",
59-
"tailwindcss": "^4.1.7",
60-
"typescript": "^5.8.3",
59+
"tailwindcss": "^4.1.12",
60+
"typescript": "^5.9.2",
6161
"vitest": "^3.1.4"
6262
}
6363
}

0 commit comments

Comments
 (0)