Skip to content

Commit 34231f9

Browse files
gabrielmagnoxDazldrenovate[bot]
authored
Develop (#34)
* Add conda install instruction to readme (#13) * Format install message * Bump version * chore(deps): update actions/checkout action to v4 (#24) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Revert "chore(deps): update actions/checkout action to v4 (#24)" (#26) This reverts commit b3a5bf7. * Renovate/all (#29) * chore(deps): update dependency catppuccin/whiskers to v2.5.1 (#20) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#19) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency https://github.com/jupyterlab/extension-template to v4.3.5 (#22) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update packages and yarn lock * Update yarn lock on a clean build of jlpm * update actions/checkout action to v4 * chore(deps): update actions/setup-python action to v5 (#25) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Bump version * Renovate/all (#33) * chore(deps): update dependency catppuccin/whiskers to v2.5.1 (#20) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#19) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency https://github.com/jupyterlab/extension-template to v4.3.5 (#22) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update packages and yarn lock * Update yarn lock on a clean build of jlpm * update actions/checkout action to v4 * chore(deps): update actions/setup-python action to v5 (#25) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Revert "chore(deps): update actions/checkout action to v4 (#24)" (#26) This reverts commit b3a5bf7. * Renovate/all (#29) * chore(deps): update dependency catppuccin/whiskers to v2.5.1 (#20) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#19) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency https://github.com/jupyterlab/extension-template to v4.3.5 (#22) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update packages and yarn lock * Update yarn lock on a clean build of jlpm * update actions/checkout action to v4 * chore(deps): update actions/setup-python action to v5 (#25) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Bump version * chore(deps): update dependency css-loader to v7 (#32) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update yarn lock --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --------- Co-authored-by: Patrick R <32212089+xDazld@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1895a4d commit 34231f9

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@types/react-addons-linked-state-mixin": "^0.14.22",
6666
"@typescript-eslint/eslint-plugin": "^6.1.0",
6767
"@typescript-eslint/parser": "^6.1.0",
68-
"css-loader": "^6.7.1",
68+
"css-loader": "^7.0.0",
6969
"eslint": "^8.36.0",
7070
"eslint-config-prettier": "^8.8.0",
7171
"eslint-plugin-prettier": "^5.0.0",

yarn.lock

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@ __metadata:
15501550
"@types/react-addons-linked-state-mixin": ^0.14.22
15511551
"@typescript-eslint/eslint-plugin": ^6.1.0
15521552
"@typescript-eslint/parser": ^6.1.0
1553-
css-loader: ^6.7.1
1553+
css-loader: ^7.0.0
15541554
eslint: ^8.36.0
15551555
eslint-config-prettier: ^8.8.0
15561556
eslint-plugin-prettier: ^5.0.0
@@ -1764,6 +1764,30 @@ __metadata:
17641764
languageName: node
17651765
linkType: hard
17661766

1767+
"css-loader@npm:^7.0.0":
1768+
version: 7.1.2
1769+
resolution: "css-loader@npm:7.1.2"
1770+
dependencies:
1771+
icss-utils: ^5.1.0
1772+
postcss: ^8.4.33
1773+
postcss-modules-extract-imports: ^3.1.0
1774+
postcss-modules-local-by-default: ^4.0.5
1775+
postcss-modules-scope: ^3.2.0
1776+
postcss-modules-values: ^4.0.0
1777+
postcss-value-parser: ^4.2.0
1778+
semver: ^7.5.4
1779+
peerDependencies:
1780+
"@rspack/core": 0.x || 1.x
1781+
webpack: ^5.27.0
1782+
peerDependenciesMeta:
1783+
"@rspack/core":
1784+
optional: true
1785+
webpack:
1786+
optional: true
1787+
checksum: 15bfd90d778ddab90ee1d04c8c8bcc13ea6c0791d01b52b09d1b1c753b3410f7a7788a510d93726a9878e70b7c1a140f21efdf5c96e1857872107551d3897822
1788+
languageName: node
1789+
linkType: hard
1790+
17671791
"css-tree@npm:^2.3.1":
17681792
version: 2.3.1
17691793
resolution: "css-tree@npm:2.3.1"

0 commit comments

Comments
 (0)