diff --git a/figma/Plugin-Centaury Contents/package.json b/figma/Plugin-Centaury Contents/package.json index ba67060..52743fd 100644 --- a/figma/Plugin-Centaury Contents/package.json +++ b/figma/Plugin-Centaury Contents/package.json @@ -11,26 +11,26 @@ "author": "", "license": "", "devDependencies": { - "@figma/plugin-typings": "*", - "@types/figma": "^1.0.8", - "@types/node": "^16.7.1", - "@types/react": "^18.2.55", - "@types/react-dom": "^18.2.19", - "autoprefixer": "^10.4.20", - "css-loader": "^6.10.0", - "html-webpack-plugin": "^5.6.0", - "postcss": "^8.4.35", - "postcss-loader": "^8.1.0", - "style-loader": "^3.3.4", - "tailwindcss": "^3.4.1", - "ts-loader": "^9.5.1", - "typescript": "^5.3.3", - "url-loader": "^4.1.1", - "webpack": "^5.105.4", - "webpack-cli": "^5.1.4" + "@figma/plugin-typings": "1.123.0", + "@types/figma": "1.0.8", + "@types/node": "16.18.126", + "@types/react": "18.3.28", + "@types/react-dom": "18.3.7", + "autoprefixer": "10.4.27", + "css-loader": "6.11.0", + "html-webpack-plugin": "5.6.6", + "postcss": "8.5.8", + "postcss-loader": "8.2.1", + "style-loader": "3.3.4", + "tailwindcss": "3.4.19", + "ts-loader": "9.5.4", + "typescript": "5.9.3", + "url-loader": "4.1.1", + "webpack": "5.105.4", + "webpack-cli": "5.1.4" }, "dependencies": { - "react": "^18.2.0", - "react-dom": "^18.2.0" + "react": "18.3.1", + "react-dom": "18.3.1" } } diff --git a/figma/Plugin-IconBridge/node_modules/typescript/package.json b/figma/Plugin-IconBridge/node_modules/typescript/package.json index 7b3d160..71e40ed 100644 --- a/figma/Plugin-IconBridge/node_modules/typescript/package.json +++ b/figma/Plugin-IconBridge/node_modules/typescript/package.json @@ -80,7 +80,7 @@ "playwright": "^1.47.2", "source-map-support": "^0.5.21", "tslib": "^2.7.0", - "typescript": "^5.6.2", + "typescript": "5.7.3", "typescript-eslint": "^8.8.0", "which": "^3.0.1" }, diff --git a/figma/Plugin-IconBridge/package.json b/figma/Plugin-IconBridge/package.json index a16e159..78e75a2 100644 --- a/figma/Plugin-IconBridge/package.json +++ b/figma/Plugin-IconBridge/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "@figma/plugin-typings": "^1.108.0", - "typescript": "^5.7.3" + "@figma/plugin-typings": "1.108.0", + "typescript": "5.7.3" } } diff --git a/figma/plugin-NornAI/package.json b/figma/plugin-NornAI/package.json index 3c1a9a3..b15f807 100644 --- a/figma/plugin-NornAI/package.json +++ b/figma/plugin-NornAI/package.json @@ -8,26 +8,26 @@ "build:watch": "webpack --mode=development --watch" }, "dependencies": { - "preact": "^10.19.6", - "react-colorful": "^5.6.1", - "react-masonry-css": "^1.0.16" + "preact": "10.29.0", + "react-colorful": "5.6.1", + "react-masonry-css": "1.0.16" }, "devDependencies": { - "@figma/plugin-typings": "^1.50.0", - "@tailwindcss/forms": "^0.5.10", - "@types/react": "^18.0.17", - "@types/react-dom": "^18.0.6", - "autoprefixer": "^10.4.20", - "css-loader": "^6.7.1", - "html-webpack-plugin": "^5.5.0", - "postcss": "^8.5.3", - "postcss-loader": "^8.1.1", - "style-loader": "^3.3.1", - "tailwindcss": "^3.4.17", - "terser-webpack-plugin": "^5.3.11", - "ts-loader": "^9.3.1", - "typescript": "^4.7.4", - "webpack": "^5.105.4", - "webpack-cli": "^4.10.0" + "@figma/plugin-typings": "1.123.0", + "@tailwindcss/forms": "0.5.11", + "@types/react": "18.3.28", + "@types/react-dom": "18.3.7", + "autoprefixer": "10.4.27", + "css-loader": "6.11.0", + "html-webpack-plugin": "5.6.6", + "postcss": "8.5.8", + "postcss-loader": "8.2.1", + "style-loader": "3.3.4", + "tailwindcss": "3.4.19", + "terser-webpack-plugin": "5.4.0", + "ts-loader": "9.5.4", + "typescript": "4.9.5", + "webpack": "5.105.4", + "webpack-cli": "4.10.0" } }