@ultraviolet/icons 3.12.1 → 3.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/icons",
3
- "version": "3.12.1",
3
+ "version": "3.12.2",
4
4
  "description": "Ultraviolet Icons",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {
@@ -106,10 +106,10 @@
106
106
  "react-dom": "18.x || 19.x"
107
107
  },
108
108
  "devDependencies": {
109
- "@babel/core": "7.26.9",
109
+ "@babel/core": "7.26.10",
110
110
  "@emotion/react": "11.14.0",
111
111
  "@emotion/styled": "11.14.0",
112
- "@types/react": "19.0.10",
112
+ "@types/react": "19.0.12",
113
113
  "@types/react-dom": "19.0.4",
114
114
  "react": "19.0.0",
115
115
  "react-dom": "19.0.0",
@@ -119,7 +119,6 @@
119
119
  "@ultraviolet/themes": "1.16.0"
120
120
  },
121
121
  "scripts": {
122
- "prebuild": "shx rm -rf dist",
123
122
  "type:generate": "tsc --declaration -p tsconfig.build.json",
124
123
  "watch": "pnpm run '/^watch:.*/'",
125
124
  "watch:build": "vite build --config vite.config.ts --watch",