feat(app): upgrade @/core and @/react to 2.1
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
"format": "prettier --write \"./src/**/*.{js,jsx,ts,tsx,json,vue}\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@phosphor-icons/core": "^2.0.8",
|
||||
"@phosphor-icons/react": "^2.0.15",
|
||||
"@phosphor-icons/core": "^2.1.1",
|
||||
"@phosphor-icons/react": "^2.1.4",
|
||||
"@recoiljs/refine": "^0.1.1",
|
||||
"file-saver": "^2.0.2",
|
||||
"framer-motion": "^10.17.12",
|
||||
|
||||
16
pnpm-lock.yaml
generated
16
pnpm-lock.yaml
generated
@@ -6,11 +6,11 @@ settings:
|
||||
|
||||
dependencies:
|
||||
'@phosphor-icons/core':
|
||||
specifier: ^2.0.8
|
||||
version: 2.0.8
|
||||
specifier: ^2.1.1
|
||||
version: 2.1.1
|
||||
'@phosphor-icons/react':
|
||||
specifier: ^2.0.15
|
||||
version: 2.0.15(react-dom@18.2.0)(react@18.2.0)
|
||||
specifier: ^2.1.4
|
||||
version: 2.1.4(react-dom@18.2.0)(react@18.2.0)
|
||||
'@recoiljs/refine':
|
||||
specifier: ^0.1.1
|
||||
version: 0.1.1
|
||||
@@ -668,12 +668,12 @@ packages:
|
||||
'@jridgewell/sourcemap-codec': 1.4.15
|
||||
dev: true
|
||||
|
||||
/@phosphor-icons/core@2.0.8:
|
||||
resolution: {integrity: sha512-I9MdTtqjqZDXwo6bbG5lRWZUJMWgXc70hZAVG1OVNVmb6j7039slVXLDH4VEok3U3h1Yhotxe8G5l4sPHJBDzQ==}
|
||||
/@phosphor-icons/core@2.1.1:
|
||||
resolution: {integrity: sha512-v4ARvrip4qBCImOE5rmPUylOEK4iiED9ZyKjcvzuezqMaiRASCHKcRIuvvxL/twvLpkfnEODCOJp5dM4eZilxQ==}
|
||||
dev: false
|
||||
|
||||
/@phosphor-icons/react@2.0.15(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-PQKNcRrfERlC8gJGNz0su0i9xVmeubXSNxucPcbCLDd9u0cwJVTEyYK87muul/svf0UXFdL2Vl6bbeOhT1Mwow==}
|
||||
/@phosphor-icons/react@2.1.4(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-EeNwgcg1aeK5vG/JYVTullnZzk5zjftOrjLb1iYetyhn5ImFFREc+xG0FAB/dAY277DGDSF8pNdNbqG1SUKIxQ==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
react: '>= 16.8'
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2020 Phosphor Icons
|
||||
Copyright (c) 2020-2024 Phosphor Icons
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
Reference in New Issue
Block a user