Skip to content

Commit

Permalink
Bump dependencies (results of pnpm update)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackNoordhuis committed Dec 11, 2024
1 parent 83507ac commit 2918956
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions examples/package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"alpinejs": "^3.0.0"
},
"devDependencies": {
"@types/alpinejs": "^3.0.0",
"typescript": "^5.2.2"
"@types/alpinejs": "^3.13.11",
"typescript": "^5.7.2"
}
}
34 changes: 17 additions & 17 deletions examples/project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@
"build-dist": "pnpm run clean && export NODE_ENV=production && webpack --stats-error-details --fail-on-warnings --no-color"
},
"dependencies": {
"@nxtlvlsoftware/alpine-typescript": "file:../../",
"alpinejs": "^3.13.0"
"@nxtlvlsoftware/alpine-typescript": "file:../..",
"alpinejs": "^3.14.7"
},
"devDependencies": {
"@types/alpinejs": "^3.13.0",
"@types/alpinejs": "^3.13.11",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"cssnano": "^6.0.1",
"cssnano-preset-advanced": "^6.0.1",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.31",
"css-loader": "^6.11.0",
"cssnano": "^6.1.2",
"cssnano-preset-advanced": "^6.1.2",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.49",
"postcss-cli": "^10.1.0",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.1.2",
"tailwindcss": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"postcss-loader": "^7.3.4",
"postcss-preset-env": "^9.6.0",
"tailwindcss": "^3.4.16",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
"warnings-to-errors-webpack-plugin": "^2.3.0",
"webpack": "^5.88.2",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
"webpack-dev-server": "^4.15.2"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
},
"devDependencies": {
"@types/alpinejs": "^3.0.0",
"typedoc": "^0.25.1",
"typedoc-plugin-extras": "^3.0.0",
"typescript": "^5.2.2"
"typedoc": "^0.25.13",
"typedoc-plugin-extras": "^3.1.0",
"typescript": "^5.7.2"
}
}

0 comments on commit 2918956

Please sign in to comment.