Skip to content

Commit f5b2736

Browse files
chore(deps): update devdependencies (non-major)
1 parent 0d21599 commit f5b2736

File tree

4 files changed

+377
-836
lines changed

4 files changed

+377
-836
lines changed

packages/filigran-icon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"devDependencies": {
88
"@svgr/cli": "8.1.0",
99
"rimraf": "6.1.2",
10-
"tsup": "8.3.5",
10+
"tsup": "8.5.1",
1111
"typescript": "^5.7.2"
1212
},
1313
"scripts": {

packages/filigran-ui/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@
1919
"prettier": "prettier . --write"
2020
},
2121
"devDependencies": {
22-
"@types/ramda": "0.30.2",
22+
"@types/ramda": "0.31.1",
2323
"@types/react-color": "3.0.13",
2424
"@types/react-dom": "^18.3.1",
25-
"autoprefixer": "10.4.21",
25+
"autoprefixer": "10.4.22",
2626
"postcss": "8.5.6",
27-
"prettier": "3.6.2",
28-
"prettier-plugin-organize-imports": "4.1.0",
29-
"prettier-plugin-tailwindcss": "0.6.13",
27+
"prettier": "3.7.2",
28+
"prettier-plugin-organize-imports": "4.3.0",
29+
"prettier-plugin-tailwindcss": "0.7.1",
3030
"react": "18.3.1",
3131
"react-dom": "18.3.1",
3232
"rimraf": "6.1.2",
33-
"tailwindcss": "3.4.4",
34-
"tailwindcss-scoped-preflight": "3.4.12",
35-
"terser": "5.43.1",
36-
"tsup": "8.5.0",
37-
"typescript": "5.8.3"
33+
"tailwindcss": "3.4.18",
34+
"tailwindcss-scoped-preflight": "3.5.4",
35+
"terser": "5.44.1",
36+
"tsup": "8.5.1",
37+
"typescript": "5.9.3"
3838
},
3939
"dependencies": {
4040
"@dnd-kit/core": "6.1.0",

projects/filigran-website/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@
4343
},
4444
"devDependencies": {
4545
"@svgr/webpack": "8.1.0",
46-
"@tailwindcss/typography": "0.5.15",
47-
"@types/canvas-confetti": "1.6.4",
48-
"@types/node": "22.7.4",
49-
"@types/react": "18.3.11",
50-
"@types/react-dom": "18.3.1",
51-
"autoprefixer": "10.4.20",
52-
"eslint": "8.57.0",
53-
"eslint-config-next": "14.2.14",
54-
"postcss": "8.4.47",
55-
"prettier": "3.3.3",
56-
"prettier-plugin-tailwindcss": "0.6.8",
57-
"tailwindcss": "3.4.13",
58-
"typescript": "5.6.2"
46+
"@tailwindcss/typography": "0.5.19",
47+
"@types/canvas-confetti": "1.9.0",
48+
"@types/node": "22.19.1",
49+
"@types/react": "18.3.27",
50+
"@types/react-dom": "18.3.7",
51+
"autoprefixer": "10.4.22",
52+
"eslint": "8.57.1",
53+
"eslint-config-next": "14.2.33",
54+
"postcss": "8.5.6",
55+
"prettier": "3.7.2",
56+
"prettier-plugin-tailwindcss": "0.7.1",
57+
"tailwindcss": "3.4.18",
58+
"typescript": "5.9.3"
5959
},
6060
"prettier": {
6161
"printWidth": 80,

0 commit comments

Comments
 (0)